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:
committed by
Franck Nijhof
parent
00c5bcd1d3
commit
6cde36014e
@@ -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