hass-core/homeassistant/package_constraints.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

198 lines
5.5 KiB
Text
Raw Normal View History

# Automatically generated by gen_requirements_all.py, do not edit
2024-06-24 14:05:13 +02:00
aiodhcpwatcher==1.0.2
2024-04-19 02:43:02 -05:00
aiodiscover==2.1.0
Switch to using the AsyncResolver with aiohttp (#114529) * Bump aiodns to 3.2.0 changelog: https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.0 * Switch to using the AsyncResolver with aiohttp This avoids creating executor jobs to do DNS resolution AsyncResolver was not usable before https://github.com/aio-libs/aiohttp/pull/8270 because it did not fallback to fallback to A records and only returned AAAA records in most cases when IPv6 was available This is a backport of https://github.com/aio-libs/aiohttp/pull/8270 * Switch to using the AsyncResolver with aiohttp This avoids creating executor jobs to do DNS resolution AsyncResolver was not usable before https://github.com/aio-libs/aiohttp/pull/8270 because it did not fallback to fallback to A records and only returned AAAA records in most cases when IPv6 was available This is a backport of https://github.com/aio-libs/aiohttp/pull/8270 * Switch to using the AsyncResolver with aiohttp This avoids creating executor jobs to do DNS resolution AsyncResolver was not usable before https://github.com/aio-libs/aiohttp/pull/8270 because it did not fallback to fallback to A records and only returned AAAA records in most cases when IPv6 was available This is a backport of https://github.com/aio-libs/aiohttp/pull/8270 * Switch to using the AsyncResolver with aiohttp This avoids creating executor jobs to do DNS resolution AsyncResolver was not usable before https://github.com/aio-libs/aiohttp/pull/8270 because it did not fallback to fallback to A records and only returned AAAA records in most cases when IPv6 was available This is a backport of https://github.com/aio-libs/aiohttp/pull/8270 * fixes * fix mocking in next_dns * fix unmocked calls in blink * more mocking fixes * more fixes * more fixes * Fix missing mocking in nextdns tests extracted from #114539 * extract from context
2024-04-05 17:15:51 -10:00
aiodns==3.2.0
aiohasupervisor==0.2.1
aiohttp-fast-zlib==0.1.1
2024-11-13 12:32:14 -06:00
aiohttp==3.11.0
aiohttp_cors==0.7.0
2024-06-24 18:39:38 +02:00
aiozoneinfo==0.2.1
2021-04-01 15:29:08 -07:00
astral==2.2
async-interrupt==1.2.0
async-upnp-client==0.41.0
2022-07-08 14:17:56 -07:00
atomicwrites-homeassistant==1.4.1
2024-10-20 15:48:42 +02:00
attrs==24.2.0
2024-11-10 11:38:56 +01:00
audioop-lts==0.2.1;python_version>='3.13'
2024-11-04 14:48:28 +01:00
av==13.1.0
awesomeversion==24.6.0
2024-09-24 15:00:06 +02:00
bcrypt==4.2.0
bleak-retry-connector==3.6.0
2024-10-06 01:51:53 +02:00
bleak==0.22.3
bluetooth-adapters==0.20.0
bluetooth-auto-recovery==1.4.2
bluetooth-data-tools==1.20.0
cached-ipaddress==0.8.0
certifi>=2021.5.30
2024-02-25 21:59:00 +01:00
ciso8601==2.3.1
cryptography==43.0.1
2024-10-06 00:22:42 +02:00
dbus-fast==2.24.3
2024-08-23 23:58:52 -05:00
fnv-hash-fast==1.0.2
2024-11-13 09:55:52 +01:00
go2rtc-client==0.1.1
2024-11-08 16:00:24 +01:00
ha-ffmpeg==3.2.2
2024-10-20 21:45:24 -10:00
habluetooth==3.6.0
hass-nabucasa==0.84.0
hassil==2.0.1
home-assistant-bluetooth==1.13.0
home-assistant-frontend==20241106.2
home-assistant-intents==2024.11.13
2024-09-24 16:41:35 +02:00
httpx==0.27.2
2023-05-23 07:18:26 -05:00
ifaddr==0.2.0
2024-05-07 13:56:11 +02:00
Jinja2==3.1.4
lru-dict==1.3.0
2023-09-13 14:40:27 +02:00
mutagen==1.47.0
2024-11-08 23:07:05 +00:00
orjson==3.10.11
packaging>=23.1
2021-11-08 18:16:44 +01:00
paho-mqtt==1.6.1
2024-11-11 20:12:32 +01:00
Pillow==11.0.0
2024-10-08 08:14:37 +02:00
propcache==0.2.0
psutil-home-assistant==0.0.1
2024-08-05 15:51:15 -05:00
PyJWT==2.9.0
2024-07-31 15:10:50 -05:00
pymicro-vad==1.0.1
Fix package names to match pypi index metadata (#93883) * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * Fix package names to match pypi index metadata * uses _ * uses - * fix metadata
2023-05-31 20:12:53 -05:00
PyNaCl==1.5.0
pyOpenSSL==24.2.1
pyserial==3.5
pyspeex-noise==1.0.2
python-slugify==8.0.4
2024-08-29 19:34:19 +02:00
PyTurboJPEG==1.7.5
2024-03-28 11:01:12 +01:00
pyudev==0.24.1
2024-08-09 10:33:48 -05:00
PyYAML==6.0.2
requests==2.32.3
securetar==2024.2.1
2024-06-19 01:09:04 -05:00
SQLAlchemy==2.0.31
2024-11-10 11:38:56 +01:00
standard-aifc==3.13.0;python_version>='3.13'
standard-telnetlib==3.13.0;python_version>='3.13'
typing-extensions>=4.12.2,<5.0
ulid-transform==1.0.2
urllib3>=1.26.5,<2
2024-11-08 14:19:46 +01:00
uv==0.5.0
2024-07-30 11:57:56 +03:00
voluptuous-openapi==0.0.5
voluptuous-serialize==2.6.0
voluptuous==0.15.2
2024-11-01 17:24:44 +01:00
webrtc-models==0.2.0
yarl==1.17.1
2024-10-26 11:35:00 +02:00
zeroconf==0.136.0
# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
2018-08-28 12:49:50 +02:00
pycryptodome>=3.6.6
# Constrain httplib2 to protect against GHSA-93xj-8mrv-444m
# https://github.com/advisories/GHSA-93xj-8mrv-444m
httplib2>=0.19.0
2020-06-01 00:44:18 -07:00
# gRPC is an implicit dependency that we want to make explicit so we manage
# upgrades intentionally. It is a large package to build from source and we
# want to ensure we have wheels built.
2024-11-09 21:37:56 +01:00
grpcio==1.67.1
grpcio-status==1.67.1
grpcio-reflection==1.67.1
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0
Add python 3.11 to the CI (#88038) * Remove profiler.memory service guppy3 is not python3.11 compat https://github.com/zhuyifei1999/guppy3/issues/41 This service will return if and when guppy3 becomes python3.11 compat * squash * temp remove * temp dump tests * temp dump tests * drop a few more to get a run * drop a few more to get a run * Account for changed python3.11 enum.IntFlag behavior in zha There may be additional changes needed, but I could only see what needed to be updated based on the tests * merge * restore * restore * legacy value * tweak a bit for the python 3.11 timings * block cchardet * conditional * adjust est * test * not yet * tweak * give a little leeway for timing * Fix otbr tests * Increase database test timeout It looks like we need a little more time to run with the addiitonal tests in #87019 * Increase database test timeout It looks like we need a little more time to run with the addiitonal tests in #87019 * Fix aprs tests with python 3.11 * merge fix * hints * Update homeassistant/package_constraints.txt * Update script/gen_requirements_all.py * Constrain uamqp for Python 3.10 only * Bump vulcan-api to 2.3.0 see https://github.com/kapi2289/vulcan-api/pull/126 see https://github.com/home-assistant/core/pull/88038 see https://github.com/home-assistant/docker/pull/260 * add ban * Bump python-matter-server to 2.1.1 * revert * Update tests/asyncio_legacy.py --------- Co-authored-by: Erik <erik@montnemery.com> Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
2023-02-16 11:38:32 -06:00
# This is a old unmaintained library and is replaced with faust-cchardet
cchardet==1000000000.0.0
2020-08-26 16:53:22 +02:00
# To remove reliance on typing
btlewrap>=0.0.10
# This overrides a built-in Python package
enum34==1000000000.0.0
typing==1000000000.0.0
uuid==1000000000.0.0
# httpx requires httpcore, and httpcore requires anyio and h11, but the version constraints on
# these requirements are quite loose. As the entire stack has some outstanding issues, and
# even newer versions seem to introduce new issues, it's useful for us to pin all these
# requirements so we can directly link HA versions to these library versions.
2024-10-25 19:06:27 -10:00
anyio==4.6.2.post1
2022-11-27 04:04:22 +08:00
h11==0.14.0
httpcore==1.0.5
2022-02-17 14:58:24 +01:00
# Ensure we have a hyperframe version that works in Python 3.10
# 5.2.0 fixed a collections abc deprecation
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
2024-11-09 10:12:52 +01:00
numpy==2.1.3
pandas~=2.2.3
# Constrain multidict to avoid typing issues
# https://github.com/home-assistant/core/pull/67046
multidict>=6.0.2
# Version 2.0 added typing, prevent accidental fallbacks
backoff>=2.0
2023-09-28 19:06:45 +02:00
# Required to avoid breaking (#101042).
# v2 has breaking changes (#99218).
2024-11-11 19:01:47 +01:00
pydantic==1.10.19
2022-07-13 14:12:53 -07:00
# Required for Python 3.12.4 compatibility (#119223).
mashumaro>=3.13.1
2022-07-13 14:12:53 -07:00
# Breaks asyncio
# https://github.com/pubnub/python/issues/130
pubnub!=6.4.0
# Package's __init__.pyi stub has invalid syntax and breaks mypy
# https://github.com/dahlia/iso4217/issues/16
iso4217!=1.10.20220401
2022-09-01 15:00:50 -04:00
# pyOpenSSL 24.0.0 or later required to avoid import errors when
# cryptography 42.0.0 is installed with botocore
pyOpenSSL>=24.0.0
2023-04-16 22:30:22 -10:00
# protobuf must be in package constraints for the wheel
# builder to build binary wheels
2024-10-29 00:22:31 -10:00
protobuf==5.28.3
2023-04-16 22:30:22 -10:00
# faust-cchardet: Ensure we have a version we can build wheels
# 2.1.18 is the first version that works with our wheel builder
faust-cchardet>=2.1.18
# websockets 11.0 is missing files in the source distribution
# which break wheel builds so we need at least 11.0.1
# https://github.com/aaugustin/websockets/issues/1329
websockets>=11.0.1
# pysnmplib is no longer maintained and does not work with newer
# python
pysnmplib==1000000000.0.0
# The get-mac package has been replaced with getmac. Installing get-mac alongside getmac
# breaks getmac due to them both sharing the same python package name inside 'getmac'.
get-mac==1000000000.0.0
# We want to skip the binary wheels for the 'charset-normalizer' packages.
# They are build with mypyc, but causes issues with our wheel builder.
# In order to do so, we need to constrain the version.
charset-normalizer==3.4.0
2023-12-30 00:29:19 -10:00
# dacite: Ensure we have a version that is able to handle type unions for
# NAM, Brother, and GIOS.
dacite>=1.7.0
2024-01-20 18:08:35 +01:00
# chacha20poly1305-reuseable==0.12.x is incompatible with cryptography==43.0.x
chacha20poly1305-reuseable>=0.13.0
# pycountry<23.12.11 imports setuptools at run time
# https://github.com/pycountry/pycountry/blob/ea69bab36f00df58624a0e490fdad4ccdc14268b/HISTORY.txt#L39
pycountry>=23.12.11
2024-03-26 10:31:52 -10:00
# scapy==2.6.0 causes CI failures due to a race condition
scapy>=2.6.1
2024-05-02 16:12:26 +02:00
# tuf isn't updated to deal with breaking changes in securesystemslib==1.0.
# Only tuf>=4 includes a constraint to <1.0.
# https://github.com/theupdateframework/python-tuf/releases/tag/v4.0.0
tuf>=4.0.0
2024-06-17 11:17:35 +02:00
# https://github.com/jd/tenacity/issues/471
2024-06-24 18:52:49 +02:00
tenacity!=8.4.0
2024-10-31 16:18:31 -05:00
# 5.0.0 breaks Timeout as a context manager
# TypeError: 'Timeout' object does not support the context manager protocol
async-timeout==4.0.3