Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coordinator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[project]
name = "pyroscope-coordinator-k8s"
version = "0.1" # this is in fact irrelevant
requires-python = "~=3.12.0"
requires-python = "~=3.14.4"

dependencies = [
"coordinated-workers",
Expand Down
281 changes: 187 additions & 94 deletions coordinator/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[project]
name = "pyroscope-k8s"
version = "0.1" # this is in fact irrelevant
requires-python = "~=3.12.0"
requires-python = "~=3.14.4"


[project.optional-dependencies]
Expand Down
175 changes: 115 additions & 60 deletions uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[project]
name = "pyroscope-worker-k8s"
version = "0.1" # this is in fact irrelevant
requires-python = "~=3.12.0"
requires-python = "~=3.14.4"

dependencies = [
"coordinated-workers",
Expand Down
Loading
Loading