Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Upgrade dependencies: fastapi, pydantic #1018

Merged
merged 3 commits into from
Sep 7, 2024
Merged
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
394 changes: 203 additions & 191 deletions app/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ python = "^3.12"
aiohttp = "~3.10.5"
aries-cloudcontroller = "==1.0.0b0"
base58 = "~2.1.1"
fastapi = "~0.112.0"
fastapi = "~0.114.0"
fastapi_websocket_pubsub = "~0.3.8"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.8.2"
pydantic = "~2.9.0"
pyjwt = "~2.9.0"
PyYAML = "~6.0.2"
typing-extensions = "~4.12.0"
Expand Down
394 changes: 203 additions & 191 deletions endorser/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ python = "^3.12"

aries-cloudcontroller = "==1.0.0b0"
dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi = "~0.112.0"
fastapi = "~0.114.0"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.8.2"
pydantic = "~2.9.0"
redis = "~=5.0.8"
uvicorn = { version = "~0.30.5", extras = ["standard"] }

Expand Down
208 changes: 110 additions & 98 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ package-mode = false
[tool.poetry.dependencies]
python = "^3.12"

fastapi = "~0.112.0"
fastapi = "~0.114.0"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
psycopg2-binary = "~=2.9.6"
pydantic = "~2.8.2"
pydantic = "~2.9.0"
sqlalchemy = "~=2.0.19"
uvicorn = { version = "~0.30.5", extras = ["standard"] }

Expand Down
394 changes: 203 additions & 191 deletions webhooks/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions webhooks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ python = "^3.12"

aries-cloudcontroller = "==1.0.0b0"
dependency-injector-fork = "~=4.42.1" # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi = "~0.112.0"
fastapi = "~0.114.0"
fastapi_websocket_pubsub = "~=0.3.8"
httpx = "~0.27.0"
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.8.2"
pydantic = "~2.9.0"
redis = "~=5.0.8"
sse-starlette = "~=2.1.3"
typing-extensions = "~=4.12.0"
Expand Down
Loading