Skip to content

Commit

Permalink
Pin anyio version to below 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrafeei committed Aug 31, 2023
1 parent faaccd0 commit 56ff7c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -340,6 +340,12 @@ deps =
framework_sanic-saniclatest: sanic
framework_sanic-sanic{1812,190301,1906}: aiohttp
framework_sanic-sanic{1812,190301,1906,1912,200904,210300,2109,2112,2203,2290}: websockets<11
; For test_exception_in_middleware test, anyio is used:
; https://github.com/encode/starlette/pull/1157
; but anyiolatest creates breaking changes to our tests
; (but not the instrumentation):
; https://github.com/agronholm/anyio/releases/tag/4.0.0
framework_starlette: anyio<4
framework_starlette-starlette0014: starlette<0.15
framework_starlette-starlette0015: starlette<0.16
framework_starlette-starlette0019: starlette<0.20
Expand Down

0 comments on commit 56ff7c5

Please sign in to comment.