mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 02:24:51 -05:00
Pin cffi to 2.0.0 in package constraints (#175907)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user