Skip to content

Commit 7eb4dec

Browse files
committed
Reax starlette version constraint
1 parent 6435fb4 commit 7eb4dec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ 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.46.2,<0.47",
4443
"pyjwt>=2.10.1",
4544
"strawberry-graphql[debug-server]>=0.204.0",
4645
"uvicorn[standard]<1.0.0,>=0.34.0",
4746
]
4847
socketio = [
4948
"python-socketio>=5.12.1",
50-
"starlette>=0.46.2,<0.47",
49+
"starlette>=0.46.2",
5150
"uvicorn[standard]<1.0.0,>=0.34.0",
5251
]
5352
migrations = [

0 commit comments

Comments
 (0)