Skip to content

Commit 3c66f9e

Browse files
Update all non-major dependencies
1 parent 46deed9 commit 3c66f9e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update \
3131
build-essential gcc git \
3232
&& rm -rf /var/lib/apt/lists/*
3333

34-
COPY --from=ghcr.io/astral-sh/uv:0.6.3 /uv /uvx /bin/
34+
COPY --from=ghcr.io/astral-sh/uv:0.6.4 /uv /uvx /bin/
3535

3636
# From here we shouldn't need anymore a root user
3737
# Switch to nonroot and config uv

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ http = [
4040
# If we decide to change framework, the generic ASGI instrumentation
4141
# will still name metrics with a generic naming.
4242
"opentelemetry-instrumentation-fastapi",
43-
"starlette>=0.45.3,<0.46",
43+
"starlette>=0.46,<0.47",
4444
"pyjwt>=2.10.1",
4545
"strawberry-graphql[debug-server]>=0.204.0",
4646
"uvicorn[standard]<1.0.0,>=0.34.0",
4747
]
4848
socketio = [
4949
"python-socketio>=5.12.1",
50-
"starlette>=0.45.3,<0.46",
50+
"starlette>=0.46,<0.47",
5151
"uvicorn[standard]<1.0.0,>=0.34.0",
5252
]
5353
migrations = [

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)