Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -27,13 +27,13 @@ gast==0.4.0
|
|
27 |
gitdb==4.0.11
|
28 |
GitPython==3.1.30
|
29 |
google-ai-generativelanguage==0.6.10
|
30 |
-
google-api-core==2.11.0
|
31 |
google-api-python-client==2.63.0
|
32 |
google-auth==2.16.0
|
33 |
google-auth-httplib2==0.1.0
|
34 |
google-generativeai==0.8.3
|
35 |
google-pasta==0.2.0
|
36 |
-
googleapis-common-protos==1.56.
|
37 |
greenlet==2.0.1
|
38 |
grpcio==1.51.1
|
39 |
grpcio-status==1.51.1
|
|
|
27 |
gitdb==4.0.11
|
28 |
GitPython==3.1.30
|
29 |
google-ai-generativelanguage==0.6.10
|
30 |
+
google-api-core==2.11.0 # Specific version
|
31 |
google-api-python-client==2.63.0
|
32 |
google-auth==2.16.0
|
33 |
google-auth-httplib2==0.1.0
|
34 |
google-generativeai==0.8.3
|
35 |
google-pasta==0.2.0
|
36 |
+
googleapis-common-protos==1.56.2 # Updated to satisfy dependency
|
37 |
greenlet==2.0.1
|
38 |
grpcio==1.51.1
|
39 |
grpcio-status==1.51.1
|