Skip to content

Commit

Permalink
⬆️ Upgrade uvicorn, protobuf, and update lock files (#1249)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade uvicorn to 0.34.0

* ⬆️ Upgrade protobuf

* ⬆️ Update lock files
  • Loading branch information
ff137 authored Dec 22, 2024
1 parent c3e5275 commit c6c3d65
Show file tree
Hide file tree
Showing 10 changed files with 1,040 additions and 1,059 deletions.
564 changes: 282 additions & 282 deletions app/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pydantic = "~2.10.1"
pyjwt = "~2.10.0"
PyYAML = "~6.0.2"
typing-extensions = "~4.12.0"
uvicorn = "~0.32.1"
uvicorn = "~0.34.0"
ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.2.0-20241205
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.29.0
ARG PROTOBUF_VERSION=5.29.2
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# install nats-events plugin
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/didx-xyz/acapy-agent-bbs:py3.12-1.2.0-20241205
USER root

# Install Google Protobuf
ARG PROTOBUF_VERSION=5.29.0
ARG PROTOBUF_VERSION=5.29.2
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION}

# Install wallet group id plugin
Expand Down
564 changes: 282 additions & 282 deletions endorser/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nats-py = {extras = ["nkeys"], version = "^2.9.0"}
loguru = "~0.7.2"
orjson = "~3.10.7"
pydantic = "~2.10.1"
uvicorn = "~0.32.1"
uvicorn = "~0.34.0"
ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"
tenacity = "^9.0.0"
Expand Down
403 changes: 192 additions & 211 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ orjson = "~3.10.7"
psycopg2-binary = "~=2.9.6"
pydantic = "~2.10.1"
sqlalchemy = "~=2.0.19"
uvicorn = "~0.32.1"
uvicorn = "~0.34.0"
ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"
alembic = "~1.14.0"
Expand Down
556 changes: 278 additions & 278 deletions waypoint/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nats-py = {extras = ["nkeys"], version = "^2.9.0"}
orjson = "~3.10.7"
pydantic = "~2.10.1"
typing-extensions = "~4.12.0"
uvicorn = "~0.32.1"
uvicorn = "~0.34.0"
sse-starlette = "~=2.1.3"
ddtrace = "^2.17.0"
scalar-fastapi = "^1.0.3"
Expand Down

0 comments on commit c6c3d65

Please sign in to comment.