Skip to content

Commit

Permalink
pin anyio~=4.6.0
Browse files Browse the repository at this point in the history
as 4.7.0 causes a ClosedResourceError with the create process test. Should be investigated.
  • Loading branch information
eimrek committed Dec 7, 2024
1 parent eadbb31 commit 2b445dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ testing = [
'pytest-cov',
'requests',
'httpx~=0.27.2',
'numpy~=1.21'
'numpy~=1.21',
'anyio~=4.6.0'
]

[project.urls]
Expand Down

0 comments on commit 2b445dd

Please sign in to comment.