Skip to content

Commit

Permalink
chore(deps): refresh pip-compile outputs python (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 17, 2024
1 parent b3d7b36 commit 603d9e5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion src/emailservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-core==2.23.0
google-api-core==2.24.0
grpcio-health-checking==1.68.1
grpcio==1.68.1
jinja2==3.1.4
Expand Down
2 changes: 1 addition & 1 deletion src/loadgenerator/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ blinker==1.9.0
# via flask
brotli==1.1.0
# via geventhttpclient
certifi==2024.8.30
certifi==2024.12.14
# via
# geventhttpclient
# requests
Expand Down
2 changes: 1 addition & 1 deletion src/recommendationservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-api-core==2.23.0
google-api-core==2.24.0
google-cloud-profiler==4.1.0
grpcio-health-checking==1.68.1
python-json-logger==2.0.7
Expand Down
2 changes: 1 addition & 1 deletion src/shoppingassistantservice/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask==3.1.0
langchain-google-genai==2.0.6
langchain==0.3.9
langchain==0.3.10
pillow==11.0.0
langchain-google-alloydb-pg==0.8.0
google-cloud-secret-manager==2.21.1
20 changes: 10 additions & 10 deletions src/shoppingassistantservice/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ aiohttp==3.11.10
# via
# google-cloud-alloydb-connector
# langchain
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
annotated-types==0.7.0
# via pydantic
anyio==4.7.0
# via httpx
asyncpg==0.30.0
# via google-cloud-alloydb-connector
attrs==24.2.0
attrs==24.3.0
# via aiohttp
blinker==1.9.0
# via flask
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
certifi==2024.12.14
# via
# httpcore
# httpx
Expand All @@ -49,17 +49,17 @@ frozenlist==1.5.0
# aiosignal
google-ai-generativelanguage==0.6.10
# via google-generativeai
google-api-core[grpc]==2.23.0
google-api-core[grpc]==2.24.0
# via
# google-ai-generativelanguage
# google-api-python-client
# google-cloud-core
# google-cloud-secret-manager
# google-cloud-storage
# google-generativeai
google-api-python-client==2.154.0
google-api-python-client==2.155.0
# via google-generativeai
google-auth==2.36.0
google-auth==2.37.0
# via
# google-ai-generativelanguage
# google-api-core
Expand All @@ -72,7 +72,7 @@ google-auth==2.36.0
# google-generativeai
google-auth-httplib2==0.2.0
# via google-api-python-client
google-cloud-alloydb-connector[asyncpg]==1.5.0
google-cloud-alloydb-connector[asyncpg]==1.6.0
# via langchain-google-alloydb-pg
google-cloud-core==2.4.1
# via google-cloud-storage
Expand Down Expand Up @@ -129,9 +129,9 @@ jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
langchain==0.3.9
langchain==0.3.10
# via -r requirements.in
langchain-core==0.3.22
langchain-core==0.3.25
# via
# langchain
# langchain-google-alloydb-pg
Expand All @@ -141,7 +141,7 @@ langchain-google-alloydb-pg==0.8.0
# via -r requirements.in
langchain-google-genai==2.0.6
# via -r requirements.in
langchain-text-splitters==0.3.2
langchain-text-splitters==0.3.3
# via langchain
langsmith==0.1.147
# via
Expand Down

0 comments on commit 603d9e5

Please sign in to comment.