Update grpcio constraints to 1.66.1 (#126947)

This commit is contained in:
Marc Mueller 2024-09-27 20:44:31 +02:00 committed by GitHub
parent 7588d83c6c
commit 20c3b9b6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 8 deletions

View File

@ -205,11 +205,9 @@ jobs:
# Some dependencies still require 'cython<3'
# and don't yet use isolated build environments.
# Build these first.
# grpcio: https://github.com/grpc/grpc/issues/33918
# pydantic: https://github.com/pydantic/pydantic/issues/7689
touch requirements_old-cython.txt
cat homeassistant/package_constraints.txt | grep 'grpcio==' >> requirements_old-cython.txt
cat homeassistant/package_constraints.txt | grep 'pydantic==' >> requirements_old-cython.txt
- name: Build wheels (old cython)

View File

@ -77,9 +77,9 @@ httplib2>=0.19.0
# 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.
grpcio==1.62.3
grpcio-status==1.62.3
grpcio-reflection==1.62.3
grpcio==1.66.1
grpcio-status==1.66.1
grpcio-reflection==1.66.1
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0

View File

@ -96,9 +96,9 @@ httplib2>=0.19.0
# 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.
grpcio==1.62.3
grpcio-status==1.62.3
grpcio-reflection==1.62.3
grpcio==1.66.1
grpcio-status==1.66.1
grpcio-reflection==1.66.1
# This is a old unmaintained library and is replaced with pycryptodome
pycrypto==1000000000.0.0