Skip to content

Commit a882034

Browse files
Update dependency starlette to >=0.46,<0.47
1 parent 46deed9 commit a882034

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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)