1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-12 00:57:36 +01:00

Pin cffi to 2.0.0 in package constraints (#175907)

This commit is contained in:
Allen Porter
2026-07-07 22:11:20 -07:00
committed by Franck Nijhof
parent 00c5bcd1d3
commit 6cde36014e
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -256,3 +256,7 @@ azure-kusto-data==4.5.1
azure-kusto-ingest==4.5.1
coloredlogs==15.0.1
setuptools==81.0.0
# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
# https://github.com/home-assistant/core/issues/175832
cffi==2.0.0
+4
View File
@@ -239,6 +239,10 @@ azure-kusto-data==4.5.1
azure-kusto-ingest==4.5.1
coloredlogs==15.0.1
setuptools==81.0.0
# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
# https://github.com/home-assistant/core/issues/175832
cffi==2.0.0
"""
GENERATED_MESSAGE = (