Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python (#2548)
Browse files Browse the repository at this point in the history
Co-authored-by: Nim Jayawardena <nimjay@google.com>
  • Loading branch information
renovate-bot and NimJay committed May 13, 2024
1 parent 2d10da3 commit c239886
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-core==2.18.0
grpcio-health-checking==1.62.2
grpcio==1.62.2
google-api-core==2.19.0
grpcio-health-checking==1.63.0
grpcio==1.63.0
jinja2==3.1.4
python-json-logger==2.0.7
google-cloud-profiler==4.1.0
Expand Down
4 changes: 2 additions & 2 deletions src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-api-core==2.18.0
google-api-core==2.19.0
google-cloud-profiler==4.1.0
grpcio-health-checking==1.62.2
grpcio-health-checking==1.63.0
python-json-logger==2.0.7
requests==2.31.0
rsa==4.9
Expand Down
4 changes: 2 additions & 2 deletions src/shoppingassistantservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.0.3
langchain-google-genai==1.0.3
langchain==0.1.16
langchain==0.1.17
pillow==10.3.0
langchain-google-alloydb-pg==0.2.0
langchain-google-alloydb-pg==0.2.2
google-cloud-secret-manager==2.20.0
20 changes: 10 additions & 10 deletions src/shoppingassistantservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# via flask
cryptography==42.0.7
# via google-cloud-alloydb-connector
dataclasses-json==0.6.5
dataclasses-json==0.6.6
# via
# langchain
# langchain-community
Expand All @@ -51,7 +51,7 @@ google-api-core[grpc]==2.19.0
# google-api-python-client
# google-cloud-secret-manager
# google-generativeai
google-api-python-client==2.127.0
google-api-python-client==2.129.0
# via google-generativeai
google-auth==2.29.0
# via
Expand All @@ -64,7 +64,7 @@ google-auth==2.29.0
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-alloydb-connector[asyncpg]==1.0.0
google-cloud-alloydb-connector[asyncpg]==1.1.0
# via langchain-google-alloydb-pg
google-cloud-secret-manager==2.20.0
# via -r requirements.in
Expand Down Expand Up @@ -105,26 +105,26 @@ jsonpatch==1.33
# langchain-core
jsonpointer==2.4
# via jsonpatch
langchain==0.1.16
langchain==0.1.17
# via -r requirements.in
langchain-community==0.0.37
langchain-community==0.0.38
# via
# langchain
# langchain-google-alloydb-pg
langchain-core==0.1.51
langchain-core==0.1.52
# via
# langchain
# langchain-community
# langchain-google-alloydb-pg
# langchain-google-genai
# langchain-text-splitters
langchain-google-alloydb-pg==0.2.0
langchain-google-alloydb-pg==0.2.2
# via -r requirements.in
langchain-google-genai==1.0.3
# via -r requirements.in
langchain-text-splitters==0.0.1
# via langchain
langsmith==0.1.54
langsmith==0.1.57
# via
# langchain
# langchain-community
Expand Down Expand Up @@ -205,12 +205,12 @@ requests==2.31.0
# langsmith
rsa==4.9
# via google-auth
sqlalchemy==2.0.30
sqlalchemy[asyncio]==2.0.30
# via
# langchain
# langchain-community
# langchain-google-alloydb-pg
tenacity==8.2.3
tenacity==8.3.0
# via
# langchain
# langchain-community
Expand Down

0 comments on commit c239886

Please sign in to comment.