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 d3837ae commit 46deed9Copy full SHA for 46deed9
pyproject.toml
@@ -40,13 +40,14 @@ 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.45.3,<0.46",
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",
- "starlette>=0.45.3",
50
51
52
53
migrations = [
0 commit comments