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 libs/spicedb_tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "geti-spicedb-tools"
version = "1.0.1"
description = "SpiceDB tools for Intel Geti"
requires-python = ">=3.10, <3.11"
dependencies = ["authzed~=1.24.3","cryptography>=46.0.7,<47.0"]
dependencies = ["authzed~=1.24.3","cryptography>=48.0.1,<48.1"]

[dependency-groups]
dev = ["pytest~=9.0", "mypy~=1.15", "ruff~=0.11.2", "pre-commit~=4.1"]
Expand Down
66 changes: 33 additions & 33 deletions libs/spicedb_tools/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/libs/users_handler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0"
description = "Configuration for common loggers and telemetry in the Geti platform"
requires-python = ">=3.10, <3.13"
dependencies = [
"cryptography==46.0.7",
"cryptography==48.0.1",
"Pillow==12.2.0",
"pyjwt==2.12.0",
"python-ldap==3.4.5",
Expand Down
78 changes: 39 additions & 39 deletions platform/libs/users_handler/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/services/account/tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "1.0.0"
description = "Account service component tests for Geti"
requires-python = ">=3.10, <3.11"
dependencies = [
"cryptography==46.0.7",
"cryptography==48.0.1",
"PyJWT[crypto]==2.12.0",
"pyhumps==3.8.0",
"pytest==9.0.3",
Expand Down
62 changes: 31 additions & 31 deletions platform/services/account/tests/uv.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions platform/services/installer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires-python = ">=3.10, <3.11"
dependencies = [
"click==8.1.7",
"click-spinner==0.1.10",
"cryptography==46.0.7",
"cryptography==48.0.1",
"ifaddr==0.2.0",
"kubernetes==24.2.0",
"nvidia-ml-py==13.580.82",
Expand All @@ -36,7 +36,7 @@ dev = [
"click==8.1.7",
"pytest-html~=4.0.0",
"httpx~=0.23",
"cryptography==46.0.7",
"cryptography==48.0.1",
"pytest-asyncio~=0.19.0",
"pytest-mock~=3.14",
]
Expand Down
66 changes: 33 additions & 33 deletions platform/services/installer/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/services/onboarding/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dev = [
"click==8.1.7",
"pytest-html~=4.0.0",
"httpx~=0.23",
"cryptography==46.0.7",
"cryptography==48.0.1",
"pytest-asyncio~=0.19.0",
"pytest-mock~=3.14",
]
Expand Down
64 changes: 32 additions & 32 deletions platform/services/onboarding/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion platform/services/user_directory/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires-python = ">=3.10, <3.11"

dependencies = [
"confluent-kafka==2.3.0",
"cryptography==46.0.7",
"cryptography==48.0.1",
"fastapi==0.136.3",
"starlette>=1.2.1,<2.0.0", # Lower bound due to CVEs
"Jinja2==3.1.*",
Expand Down
68 changes: 34 additions & 34 deletions platform/services/user_directory/uv.lock

Large diffs are not rendered by default.

Loading