mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Update version requirements for httpcore and anyio (#64711)
This commit is contained in:
parent
8badb1085c
commit
5654490aa8
@ -80,9 +80,12 @@ pandas==1.3.0
|
||||
# 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
|
||||
# httpx requires httpcore, and httpcore requires anyio, but the version constraints on
|
||||
# these requirements are quite loose. As these requirements have some outstanding issues
|
||||
# which may be addressed by version updates, we can tighten their minimum version
|
||||
# requirements here.
|
||||
httpcore>=0.14.5
|
||||
anyio>=3.5.0
|
||||
|
||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||
pytest_asyncio==1000000000.0.0
|
||||
|
@ -105,9 +105,12 @@ pandas==1.3.0
|
||||
# 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
|
||||
# httpx requires httpcore, and httpcore requires anyio, but the version constraints on
|
||||
# these requirements are quite loose. As these requirements have some outstanding issues
|
||||
# which may be addressed by version updates, we can tighten their minimum version
|
||||
# requirements here.
|
||||
httpcore>=0.14.5
|
||||
anyio>=3.5.0
|
||||
|
||||
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
|
||||
pytest_asyncio==1000000000.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user