Skip to content

Commit e1a1a36

Browse files
authored
📌 Pin AnyIO to < 4.0.0 to handle an incompatibility while upgrading to Starlette 0.31.1 (#10194)
1 parent c502197 commit e1a1a36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ dependencies = [
4444
"starlette>=0.27.0,<0.28.0",
4545
"pydantic>=1.7.4,!=1.8,!=1.8.1,!=2.0.0,!=2.0.1,!=2.1.0,<3.0.0",
4646
"typing-extensions>=4.5.0",
47+
# TODO: remove this pin after upgrading Starlette 0.31.1
48+
"anyio>=3.7.1,<4.0.0",
4749
]
4850
dynamic = ["version"]
4951

0 commit comments

Comments
 (0)