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 uvicorn, protobuf, and update lock files #1249

Merged
merged 3 commits into from
Dec 22, 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
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
Loading