We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6435fb4 commit 7eb4decCopy full SHA for 7eb4dec
pyproject.toml
@@ -40,14 +40,13 @@ http = [
40
# If we decide to change framework, the generic ASGI instrumentation
41
# will still name metrics with a generic naming.
42
"opentelemetry-instrumentation-fastapi",
43
- "starlette>=0.46.2,<0.47",
44
"pyjwt>=2.10.1",
45
"strawberry-graphql[debug-server]>=0.204.0",
46
"uvicorn[standard]<1.0.0,>=0.34.0",
47
]
48
socketio = [
49
"python-socketio>=5.12.1",
50
+ "starlette>=0.46.2",
51
52
53
migrations = [
0 commit comments