mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +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
|
# This is fixed in 2021.8.28
|
||||||
regex==2021.8.28
|
regex==2021.8.28
|
||||||
|
|
||||||
# anyio has a bug that was fixed in 3.3.1
|
# httpx requires httpcore, and httpcore requires anyio, but the version constraints on
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# these requirements are quite loose. As these requirements have some outstanding issues
|
||||||
anyio>=3.3.1
|
# 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 breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
@ -105,9 +105,12 @@ pandas==1.3.0
|
|||||||
# This is fixed in 2021.8.28
|
# This is fixed in 2021.8.28
|
||||||
regex==2021.8.28
|
regex==2021.8.28
|
||||||
|
|
||||||
# anyio has a bug that was fixed in 3.3.1
|
# httpx requires httpcore, and httpcore requires anyio, but the version constraints on
|
||||||
# can remove after httpx/httpcore updates its anyio version pin
|
# these requirements are quite loose. As these requirements have some outstanding issues
|
||||||
anyio>=3.3.1
|
# 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 breaks our test suite. We rely on pytest-aiohttp instead
|
||||||
pytest_asyncio==1000000000.0.0
|
pytest_asyncio==1000000000.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user