Skip to content

Commit

Permalink
Merge branch 'main' into andrea/3392-add-polybox-switchdrive-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-code authored Nov 25, 2024
2 parents addb28b + 61b9c2a commit eaad207
Show file tree
Hide file tree
Showing 9 changed files with 545 additions and 513 deletions.
2 changes: 1 addition & 1 deletion components/renku_data_services/storage/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ def _from_ambiguous_url(
class CloudStorage(UnsavedCloudStorage):
"""Cloudstorage saved in the database."""

storage_id: ULID = Field(default=None)
storage_id: ULID = Field()
324 changes: 166 additions & 158 deletions poetry.lock

Large diffs are not rendered by default.

232 changes: 120 additions & 112 deletions projects/background_jobs/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions projects/background_jobs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
alembic = "^1.14.0"
pydantic = {extras = ["email"], version = "^2.9.2"}
pydantic = {extras = ["email"], version = "^2.10.1"}
requests = "^2.32.3"
sqlalchemy = "^2.0.36"
asyncpg = "^0.30.0"
Expand All @@ -49,7 +49,7 @@ psycopg = { extras = ["binary"], version = "^3.2.3" }
authlib = "^1.3.2"
sanic = { extras = ["ext"], version = "^24.6.0" }
redis = "^5.2.0"
dataclasses-avroschema = "^0.65.2"
dataclasses-avroschema = "^0.65.3"
undictify = "^0.11.3"
tenacity = "^9.0.0"
httpx = "<0.28"
Expand All @@ -60,9 +60,9 @@ python-ulid = "^3.0.0"
deepmerge = "^2.0"
authzed = "^1.1.0"
prometheus-sanic = "^3.0.0"
sentry-sdk = { version = "^2.18.0", extras = ["sanic"] }
sentry-sdk = { version = "^2.19.0", extras = ["sanic"] }
# see https://github.com/sanic-org/sanic/issues/2828 for setuptools dependency, remove when not needed anymore
setuptools = { version = "^75.5.0" }
setuptools = { version = "^75.6.0" }
aiofile = "^3.9.0"
# Not a direct dependency, it is needed by authzed. Was causing things to crash at startup beacuse of
# google.protobuf.runtime_version.VersionError:
Expand Down
232 changes: 120 additions & 112 deletions projects/renku_data_service/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions projects/renku_data_service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
sanic = { extras = ["ext"], version = "^24.6.0" }
pydantic = {extras = ["email"], version = "^2.9.2"}
pydantic = {extras = ["email"], version = "^2.10.1"}
datamodel-code-generator = "^0.24.2"
sqlalchemy = { extras = ["asyncio"], version = "^2.0.36" }
alembic = "^1.14.0"
Expand All @@ -54,13 +54,13 @@ urllib3 = "^2.2.3"
deepmerge = "^2.0"
authlib = "^1.3.2"
redis = "^5.2.0"
dataclasses-avroschema = "^0.65.2"
dataclasses-avroschema = "^0.65.3"
undictify = "^0.11.3"
prometheus-sanic = "^3.0.0"
sentry-sdk = {version = "^2.18.0", extras = ["sanic"]}
sentry-sdk = {version = "^2.19.0", extras = ["sanic"]}
authzed = "^1.1.0"
# see https://github.com/sanic-org/sanic/issues/2828 for setuptools dependency, remove when not needed anymore
setuptools = { version = "^75.5.0" }
setuptools = { version = "^75.6.0" }
aiofile = "^3.9.0"
# Not a direct dependency, it is needed by authzed. Was causing things to crash at startup beacuse of
# google.protobuf.runtime_version.VersionError:
Expand Down
232 changes: 120 additions & 112 deletions projects/secrets_storage/poetry.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions projects/secrets_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
sanic = { extras = ["ext"], version = "^24.6.0" }
pydantic = "^2.9.2"
pydantic = "^2.10.1"
datamodel-code-generator = "^0.24.2"
sqlalchemy = { extras = ["asyncio"], version = "^2.0.36" }
alembic = "^1.14.0"
Expand All @@ -54,15 +54,15 @@ urllib3 = "^2.2.3"
deepmerge = "^2.0"
authlib = "^1.3.2"
redis = "^5.2.0"
dataclasses-avroschema = "^0.65.2"
dataclasses-avroschema = "^0.65.3"
undictify = "^0.11.3"
types-redis = "^4.6.0.20241004"
prometheus-sanic = "^3.0.0"
sentry-sdk = { version = "^2.18.0", extras = ["sanic"] }
sentry-sdk = { version = "^2.19.0", extras = ["sanic"] }
cryptography = "^43.0.3"
authzed = "^1.1.0"
# see https://github.com/sanic-org/sanic/issues/2828 for setuptools dependency, remove when not needed anymore
setuptools = { version = "^75.5.0" }
setuptools = { version = "^75.6.0" }
aiofile = "^3.9.0"
# Not a direct dependency, it is needed by authzed. Was causing things to crash at startup beacuse of
# google.protobuf.runtime_version.VersionError:
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
sanic = { extras = ["ext"], version = "^24.6.0" }
pydantic = { extras = ["email"], version = "^2.9.2" }
pydantic = { extras = ["email"], version = "^2.10.1" }
datamodel-code-generator = "^0.24.2"
sqlalchemy = { extras = ["asyncio"], version = "^2.0.36" }
alembic = "^1.14.0"
Expand All @@ -54,19 +54,19 @@ urllib3 = "^2.2.3"
deepmerge = "^2.0"
authlib = "^1.3.2"
redis = "^5.2.0"
dataclasses-avroschema = "^0.65.2"
dataclasses-avroschema = "^0.65.3"
undictify = "^0.11.3"
types-redis = "^4.6.0.20241004"
prometheus-sanic = "^3.0.0"
prometheus_client = "^0.7.1"
kubernetes-asyncio = "^31.1.0"
marshmallow = "^3.23.1"
escapism = "^1.0.1"
sentry-sdk = { version = "^2.18.0", extras = ["sanic"] }
sentry-sdk = { version = "^2.19.0", extras = ["sanic"] }
authzed = "^1.1.0"
cryptography = "^43.0.3"
# see https://github.com/sanic-org/sanic/issues/2828 for setuptools dependency, remove when not needed anymore
setuptools = { version = "^75.5.0" }
setuptools = { version = "^75.6.0" }
kr8s = "^0.18.1"
werkzeug = "^3.1.3"
toml = "^0.10.2"
Expand All @@ -92,8 +92,8 @@ types-urllib3 = "^1.26.25.14"
pyavro-gen = "^0.3.3"
avro-preprocessor = "^0.3.0"
fakeredis = "^2.26.1"
ruff = "^0.7.4"
debugpy = "^1.8.8"
ruff = "^0.8.0"
debugpy = "^1.8.9"
pytest-xdist = { version = "^3.5.0", extras = ["psutil"] }
types-requests = "^2.32.0.20241016"
types-toml = "^0.10.8.20240310"
Expand Down

0 comments on commit eaad207

Please sign in to comment.