From d2430fe36d972e9153cff3964aa76d5597922fe4 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Wed, 20 Sep 2023 15:56:16 -0700 Subject: [PATCH] deps: update google-api-core and related deps to 2.x to support Python 3.11 --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca5e10f..a2f506c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ atproto==0.0.25 attrs==23.1.0 bases==0.2.1 beautifulsoup4==4.12.2 +bech32==1.2.0 brevity==0.2.17 cachetools==5.3.0 cbor2==5.4.6 @@ -35,7 +36,7 @@ Flask==2.3.3 Flask-Caching==2.0.2 flask-gae-static==1.0 flask-sock==0.6.0 -google-api-core==2.11.0 +google-api-core[grpc]==2.11.1 google-auth==2.15.0 google-cloud-appengine-logging==1.3.1 google-cloud-audit-log==0.2.5 @@ -47,7 +48,8 @@ google-cloud-ndb==2.2.0 google-cloud-tasks==2.14.1 googleapis-common-protos==1.60.0 grpc-google-iam-v1==0.12.6 -grpcio==1.57.0 +grpcio==1.58.0 +grpcio-status==1.58.0 gunicorn==21.2.0 h11==0.14.0 html2text==2020.1.16 @@ -72,7 +74,7 @@ pkce==1.0.3 praw==7.7.1 prawcore==2.3.0 proto-plus==1.22.3 -protobuf==3.20.3 +protobuf==4.24.3 pyasn1==0.5.0 pyasn1-modules==0.3.0 pycparser==2.21