Skip to content

Commit 1d59e63

Browse files
committed
fixed: downgrading the protobuf grpcio and related packages to fix version conflict with onnxruntime
1 parent 8bbf33c commit 1d59e63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

backend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ google-auth==2.40.3
4848
googleapis-common-protos==1.70.0
4949
gotrue==2.12.0
5050
greenlet==3.2.3
51-
grpcio==1.73.0
52-
grpcio-health-checking==1.73.0
53-
grpcio-status==1.73.0
54-
grpcio-tools==1.73.0
51+
grpcio==1.58.0
52+
grpcio-health-checking==1.58.0
53+
grpcio-status==1.58.0
54+
grpcio-tools==1.58.0
5555
h11==0.16.0
5656
h2==4.2.0
5757
hf-xet==1.1.3
@@ -150,7 +150,7 @@ posthog==4.0.1
150150
prompt_toolkit==3.0.51
151151
propcache==0.3.2
152152
proto-plus==1.26.1
153-
protobuf>=6.30.0,<6.32.0
153+
protobuf>=3.20.2,<4.0
154154
ptyprocess==0.7.0
155155
pure_eval==0.2.3
156156
py-cord==2.6.1

0 commit comments

Comments
 (0)