Skip to content

Commit 46deed9

Browse files
authored
Pin starlette (#267)
1 parent d3837ae commit 46deed9

File tree

2 files changed

+149
-198
lines changed

2 files changed

+149
-198
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +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",
4344
"pyjwt>=2.10.1",
4445
"strawberry-graphql[debug-server]>=0.204.0",
4546
"uvicorn[standard]<1.0.0,>=0.34.0",
4647
]
4748
socketio = [
4849
"python-socketio>=5.12.1",
49-
"starlette>=0.45.3",
50+
"starlette>=0.45.3,<0.46",
5051
"uvicorn[standard]<1.0.0,>=0.34.0",
5152
]
5253
migrations = [

0 commit comments

Comments
 (0)