Skip to content

Commit 89b36e1

Browse files
authored
chore(deps): refresh pip-compile outputs python (GoogleCloudPlatform#2891)
1 parent 4cb6b2f commit 89b36e1

File tree

5 files changed

+17
-15
lines changed

5 files changed

+17
-15
lines changed

src/emailservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-core==2.24.0
2-
grpcio-health-checking==1.69.0
3-
grpcio==1.69.0
2+
grpcio-health-checking==1.70.0
3+
grpcio==1.70.0
44
jinja2==3.1.5
55
python-json-logger==3.2.1
66
google-cloud-profiler==4.1.0

src/loadgenerator/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ blinker==1.9.0
88
# via flask
99
brotli==1.1.0
1010
# via geventhttpclient
11-
certifi==2024.12.14
11+
certifi==2025.1.31
1212
# via
1313
# geventhttpclient
1414
# requests
@@ -55,7 +55,7 @@ psutil==6.1.1
5555
# via locust
5656
python-dateutil==2.9.0.post0
5757
# via faker
58-
pyzmq==26.2.0
58+
pyzmq==26.2.1
5959
# via locust
6060
requests==2.32.3
6161
# via locust

src/recommendationservice/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-api-core==2.24.0
22
google-cloud-profiler==4.1.0
3-
grpcio-health-checking==1.69.0
3+
grpcio-health-checking==1.70.0
44
python-json-logger==3.2.1
55
requests==2.32.2
66
rsa==4.9
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flask==3.1.0
22
langchain-google-genai==2.0.9
3-
langchain==0.3.14
3+
langchain==0.3.15
44
pillow==11.1.0
5-
langchain-google-alloydb-pg==0.9.0
5+
langchain-google-alloydb-pg==0.9.1
66
google-cloud-secret-manager==2.22.1

src/shoppingassistantservice/requirements.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ blinker==1.9.0
2626
# via flask
2727
cachetools==5.5.1
2828
# via google-auth
29-
certifi==2024.12.14
29+
certifi==2025.1.31
3030
# via
3131
# httpcore
3232
# httpx
@@ -49,15 +49,15 @@ frozenlist==1.5.0
4949
# aiosignal
5050
google-ai-generativelanguage==0.6.15
5151
# via google-generativeai
52-
google-api-core[grpc]==2.24.0
52+
google-api-core[grpc]==2.24.1
5353
# via
5454
# google-ai-generativelanguage
5555
# google-api-python-client
5656
# google-cloud-core
5757
# google-cloud-secret-manager
5858
# google-cloud-storage
5959
# google-generativeai
60-
google-api-python-client==2.159.0
60+
google-api-python-client==2.160.0
6161
# via google-generativeai
6262
google-auth==2.38.0
6363
# via
@@ -129,21 +129,21 @@ jsonpatch==1.33
129129
# via langchain-core
130130
jsonpointer==3.0.0
131131
# via jsonpatch
132-
langchain==0.3.14
132+
langchain==0.3.15
133133
# via -r requirements.in
134-
langchain-core==0.3.31
134+
langchain-core==0.3.33
135135
# via
136136
# langchain
137137
# langchain-google-alloydb-pg
138138
# langchain-google-genai
139139
# langchain-text-splitters
140-
langchain-google-alloydb-pg==0.9.0
140+
langchain-google-alloydb-pg==0.9.1
141141
# via -r requirements.in
142142
langchain-google-genai==2.0.9
143143
# via -r requirements.in
144144
langchain-text-splitters==0.3.5
145145
# via langchain
146-
langsmith==0.2.11
146+
langsmith==0.3.4
147147
# via
148148
# langchain
149149
# langchain-core
@@ -172,7 +172,7 @@ propcache==0.2.1
172172
# via
173173
# aiohttp
174174
# yarl
175-
proto-plus==1.25.0
175+
proto-plus==1.26.0
176176
# via
177177
# google-ai-generativelanguage
178178
# google-api-core
@@ -251,3 +251,5 @@ werkzeug==3.1.3
251251
# via flask
252252
yarl==1.18.3
253253
# via aiohttp
254+
zstandard==0.23.0
255+
# via langsmith

0 commit comments

Comments
 (0)