Add package constraint anyio>=3.3.1 (#55997)

This commit is contained in:
uvjustin 2021-09-09 21:33:09 +08:00 committed by GitHub
parent 556dcf6abb
commit dd9bfe7aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -76,3 +76,7 @@ pandas==1.3.0
# https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
# This is fixed in 2021.8.28
regex==2021.8.28
# anyio has a bug that was fixed in 3.3.1
# can remove after httpx/httpcore updates its anyio version pin
anyio>=3.3.1

View File

@ -102,6 +102,10 @@ pandas==1.3.0
# https://bitbucket.org/mrabarnett/mrab-regex/issues/421/2021827-results-in-fatal-python-error
# This is fixed in 2021.8.28
regex==2021.8.28
# anyio has a bug that was fixed in 3.3.1
# can remove after httpx/httpcore updates its anyio version pin
anyio>=3.3.1
"""
IGNORE_PRE_COMMIT_HOOK_ID = (