Skip to content

Commit 83f0f8c

Browse files
committed
chore(deps): refresh pip-compile outputs python
1 parent bca5142 commit 83f0f8c

File tree

6 files changed

+44
-35
lines changed

6 files changed

+44
-35
lines changed

src/emailservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ google-cloud-profiler==4.1.0
77
google-cloud-trace==1.16.1
88
requests==2.32.2
99
opentelemetry-distro==0.41b0
10-
opentelemetry-instrumentation-grpc==0.52b1
11-
opentelemetry-exporter-otlp-proto-grpc==1.31.1
10+
opentelemetry-instrumentation-grpc==0.53b0
11+
opentelemetry-exporter-otlp-proto-grpc==1.32.0

src/loadgenerator/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
locust==2.33.2
1+
locust==2.34.1
22
faker==35.2.2

src/loadgenerator/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ gevent==24.11.1
3535
# locust
3636
geventhttpclient==2.3.3
3737
# via locust
38-
greenlet==3.1.1
38+
greenlet==3.2.0
3939
# via gevent
4040
idna==3.10
4141
# via requests
4242
itsdangerous==2.2.0
4343
# via flask
4444
jinja2==3.1.6
4545
# via flask
46-
locust==2.33.2
46+
locust==2.34.1
4747
# via -r requirements.in
4848
markupsafe==3.0.2
4949
# via
@@ -55,15 +55,15 @@ psutil==7.0.0
5555
# via locust
5656
python-dateutil==2.9.0.post0
5757
# via faker
58-
pyzmq==26.3.0
58+
pyzmq==26.4.0
5959
# via locust
6060
requests==2.32.3
6161
# via locust
6262
six==1.17.0
6363
# via python-dateutil
64-
typing-extensions==4.13.0
64+
typing-extensions==4.13.2
6565
# via faker
66-
urllib3==2.3.0
66+
urllib3==2.4.0
6767
# via
6868
# geventhttpclient
6969
# requests

src/recommendationservice/requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ python-json-logger==3.3.0
55
requests==2.32.2
66
rsa==4.9
77
opentelemetry-distro==0.41b0
8-
opentelemetry-instrumentation-grpc==0.52b1
9-
opentelemetry-exporter-otlp-proto-grpc==1.31.1
8+
opentelemetry-instrumentation-grpc==0.53b0
9+
opentelemetry-exporter-otlp-proto-grpc==1.32.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flask==3.1.0
2-
langchain-google-genai==2.1.1
3-
langchain==0.3.21
2+
langchain-google-genai==2.1.2
3+
langchain==0.3.23
44
pillow==11.1.0
55
langchain-google-alloydb-pg==0.10.0
66
google-cloud-secret-manager==2.23.2

src/shoppingassistantservice/requirements.txt

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aiofiles==24.1.0
88
# via google-cloud-alloydb-connector
99
aiohappyeyeballs==2.6.1
1010
# via aiohttp
11-
aiohttp==3.11.14
11+
aiohttp==3.11.16
1212
# via google-cloud-alloydb-connector
1313
aiosignal==1.3.2
1414
# via aiohttp
@@ -50,18 +50,23 @@ google-ai-generativelanguage==0.6.17
5050
google-api-core[grpc]==2.24.2
5151
# via
5252
# google-ai-generativelanguage
53+
# google-cloud-alloydb
54+
# google-cloud-alloydb-connector
5355
# google-cloud-core
5456
# google-cloud-secret-manager
5557
# google-cloud-storage
56-
google-auth==2.38.0
58+
google-auth==2.39.0
5759
# via
5860
# google-ai-generativelanguage
5961
# google-api-core
62+
# google-cloud-alloydb
6063
# google-cloud-alloydb-connector
6164
# google-cloud-core
6265
# google-cloud-secret-manager
6366
# google-cloud-storage
64-
google-cloud-alloydb-connector[asyncpg]==1.7.0
67+
google-cloud-alloydb==0.4.5
68+
# via google-cloud-alloydb-connector
69+
google-cloud-alloydb-connector[asyncpg]==1.8.0
6570
# via langchain-google-alloydb-pg
6671
google-cloud-core==2.4.3
6772
# via google-cloud-storage
@@ -75,26 +80,28 @@ google-crc32c==1.7.1
7580
# google-resumable-media
7681
google-resumable-media==2.7.2
7782
# via google-cloud-storage
78-
googleapis-common-protos[grpc]==1.69.2
83+
googleapis-common-protos[grpc]==1.70.0
7984
# via
8085
# google-api-core
8186
# grpc-google-iam-v1
8287
# grpcio-status
83-
greenlet==3.1.1
88+
greenlet==3.2.0
8489
# via sqlalchemy
8590
grpc-google-iam-v1==0.14.2
86-
# via google-cloud-secret-manager
87-
grpcio==1.71.0
91+
# via
92+
# google-cloud-alloydb
93+
# google-cloud-secret-manager
94+
grpcio==1.72.0rc1
8895
# via
8996
# google-api-core
9097
# googleapis-common-protos
9198
# grpc-google-iam-v1
9299
# grpcio-status
93-
grpcio-status==1.71.0
100+
grpcio-status==1.72.0rc1
94101
# via google-api-core
95102
h11==0.14.0
96103
# via httpcore
97-
httpcore==1.0.7
104+
httpcore==1.0.8
98105
# via httpx
99106
httpx==0.28.1
100107
# via langsmith
@@ -112,29 +119,29 @@ jsonpatch==1.33
112119
# via langchain-core
113120
jsonpointer==3.0.0
114121
# via jsonpatch
115-
langchain==0.3.21
122+
langchain==0.3.23
116123
# via -r requirements.in
117-
langchain-core==0.3.49
124+
langchain-core==0.3.53
118125
# via
119126
# langchain
120127
# langchain-google-alloydb-pg
121128
# langchain-google-genai
122129
# langchain-text-splitters
123130
langchain-google-alloydb-pg==0.10.0
124131
# via -r requirements.in
125-
langchain-google-genai==2.1.1
132+
langchain-google-genai==2.1.2
126133
# via -r requirements.in
127-
langchain-text-splitters==0.3.7
134+
langchain-text-splitters==0.3.8
128135
# via langchain
129-
langsmith==0.3.19
136+
langsmith==0.3.31
130137
# via
131138
# langchain
132139
# langchain-core
133140
markupsafe==3.0.2
134141
# via
135142
# jinja2
136143
# werkzeug
137-
multidict==6.2.0
144+
multidict==6.4.3
138145
# via
139146
# aiohttp
140147
# yarl
@@ -160,11 +167,13 @@ proto-plus==1.26.1
160167
# via
161168
# google-ai-generativelanguage
162169
# google-api-core
170+
# google-cloud-alloydb
163171
# google-cloud-secret-manager
164-
protobuf==5.29.4
172+
protobuf==6.30.2
165173
# via
166174
# google-ai-generativelanguage
167175
# google-api-core
176+
# google-cloud-alloydb
168177
# google-cloud-alloydb-connector
169178
# google-cloud-secret-manager
170179
# googleapis-common-protos
@@ -179,13 +188,13 @@ pyasn1-modules==0.4.2
179188
# via google-auth
180189
pycparser==2.22
181190
# via cffi
182-
pydantic==2.11.0
191+
pydantic==2.11.3
183192
# via
184193
# langchain
185194
# langchain-core
186195
# langchain-google-genai
187196
# langsmith
188-
pydantic-core==2.33.0
197+
pydantic-core==2.33.1
189198
# via pydantic
190199
pyyaml==6.0.2
191200
# via
@@ -201,17 +210,17 @@ requests==2.32.3
201210
# requests-toolbelt
202211
requests-toolbelt==1.0.0
203212
# via langsmith
204-
rsa==4.9
213+
rsa==4.9.1
205214
# via google-auth
206215
sniffio==1.3.1
207216
# via anyio
208217
sqlalchemy[asyncio]==2.0.40
209218
# via
210219
# langchain
211220
# langchain-google-alloydb-pg
212-
tenacity==9.0.0
221+
tenacity==9.1.2
213222
# via langchain-core
214-
typing-extensions==4.13.0
223+
typing-extensions==4.13.2
215224
# via
216225
# anyio
217226
# langchain-core
@@ -221,11 +230,11 @@ typing-extensions==4.13.0
221230
# typing-inspection
222231
typing-inspection==0.4.0
223232
# via pydantic
224-
urllib3==2.3.0
233+
urllib3==2.4.0
225234
# via requests
226235
werkzeug==3.1.3
227236
# via flask
228-
yarl==1.18.3
237+
yarl==1.20.0
229238
# via aiohttp
230239
zstandard==0.23.0
231240
# via langsmith

0 commit comments

Comments
 (0)