Skip to content

Commit 636468a

Browse files
committed
chore(deps): refresh pip-compile outputs python
1 parent cfa3a14 commit 636468a

File tree

6 files changed

+96
-63
lines changed

6 files changed

+96
-63
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.54b1
11+
opentelemetry-exporter-otlp-proto-grpc==1.33.1

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.37.5
22
faker==35.2.2

src/loadgenerator/requirements.txt

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,99 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7+
bidict==0.23.1
8+
# via python-socketio
79
blinker==1.9.0
810
# via flask
911
brotli==1.1.0
1012
# via geventhttpclient
11-
certifi==2025.1.31
13+
certifi==2025.4.26
1214
# via
1315
# geventhttpclient
1416
# requests
15-
charset-normalizer==3.4.1
17+
charset-normalizer==3.4.2
1618
# via requests
17-
click==8.1.8
19+
click==8.2.1
1820
# via flask
19-
configargparse==1.7
20-
# via locust
21+
configargparse==1.7.1
22+
# via
23+
# locust
24+
# locust-cloud
2125
faker==35.2.2
2226
# via -r requirements.in
23-
flask==3.1.0
27+
flask==3.1.1
2428
# via
2529
# flask-cors
2630
# flask-login
2731
# locust
28-
flask-cors==5.0.1
32+
flask-cors==6.0.0
2933
# via locust
3034
flask-login==0.6.3
3135
# via locust
3236
gevent==24.11.1
3337
# via
3438
# geventhttpclient
3539
# locust
40+
# locust-cloud
3641
geventhttpclient==2.3.3
3742
# via locust
38-
greenlet==3.1.1
43+
greenlet==3.2.2
3944
# via gevent
45+
h11==0.16.0
46+
# via wsproto
4047
idna==3.10
4148
# via requests
4249
itsdangerous==2.2.0
4350
# via flask
4451
jinja2==3.1.6
4552
# via flask
46-
locust==2.33.2
53+
locust==2.37.5
4754
# via -r requirements.in
55+
locust-cloud==1.22.0
56+
# via locust
4857
markupsafe==3.0.2
4958
# via
59+
# flask
5060
# jinja2
5161
# werkzeug
5262
msgpack==1.1.0
5363
# via locust
64+
platformdirs==4.3.8
65+
# via locust-cloud
5466
psutil==7.0.0
5567
# via locust
5668
python-dateutil==2.9.0.post0
5769
# via faker
58-
pyzmq==26.3.0
70+
python-engineio==4.12.1
71+
# via python-socketio
72+
python-socketio[client]==5.13.0
73+
# via locust-cloud
74+
pyzmq==26.4.0
5975
# via locust
6076
requests==2.32.3
61-
# via locust
77+
# via
78+
# locust
79+
# python-socketio
80+
simple-websocket==1.1.0
81+
# via python-engineio
6282
six==1.17.0
6383
# via python-dateutil
64-
typing-extensions==4.13.0
84+
typing-extensions==4.14.0
6585
# via faker
66-
urllib3==2.3.0
86+
urllib3==2.4.0
6787
# via
6888
# geventhttpclient
6989
# requests
90+
websocket-client==1.8.0
91+
# via python-socketio
7092
werkzeug==3.1.3
7193
# via
7294
# flask
7395
# flask-cors
7496
# flask-login
7597
# locust
98+
wsproto==1.2.0
99+
# via simple-websocket
76100
zope-event==5.0
77101
# via gevent
78102
zope-interface==7.2

src/recommendationservice/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ google-cloud-profiler==4.1.0
33
grpcio-health-checking==1.71.0
44
python-json-logger==3.3.0
55
requests==2.32.2
6-
rsa==4.9
6+
rsa==4.9.1
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.54b1
9+
opentelemetry-exporter-otlp-proto-grpc==1.33.1
Lines changed: 5 additions & 5 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
4-
pillow==11.1.0
5-
langchain-google-alloydb-pg==0.10.0
6-
google-cloud-secret-manager==2.23.2
2+
langchain-google-genai==2.1.4
3+
langchain==0.3.25
4+
pillow==11.2.1
5+
langchain-google-alloydb-pg==0.11.0
6+
google-cloud-secret-manager==2.23.3

src/shoppingassistantservice/requirements.txt

Lines changed: 48 additions & 39 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.12.7
1212
# via google-cloud-alloydb-connector
1313
aiosignal==1.3.2
1414
# via aiohttp
@@ -24,48 +24,53 @@ blinker==1.9.0
2424
# via flask
2525
cachetools==5.5.2
2626
# via google-auth
27-
certifi==2025.1.31
27+
certifi==2025.4.26
2828
# via
2929
# httpcore
3030
# httpx
3131
# requests
3232
cffi==1.17.1
3333
# via cryptography
34-
charset-normalizer==3.4.1
34+
charset-normalizer==3.4.2
3535
# via requests
36-
click==8.1.8
36+
click==8.2.1
3737
# via flask
38-
cryptography==44.0.2
38+
cryptography==45.0.3
3939
# via google-cloud-alloydb-connector
4040
filetype==1.2.0
4141
# via langchain-google-genai
4242
flask==3.1.0
4343
# via -r requirements.in
44-
frozenlist==1.5.0
44+
frozenlist==1.6.0
4545
# via
4646
# aiohttp
4747
# aiosignal
48-
google-ai-generativelanguage==0.6.17
48+
google-ai-generativelanguage==0.6.18
4949
# via langchain-google-genai
50-
google-api-core[grpc]==2.24.2
50+
google-api-core[grpc]==2.25.0
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.40.2
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.6
68+
# via google-cloud-alloydb-connector
69+
google-cloud-alloydb-connector[asyncpg]==1.9.0
6570
# via langchain-google-alloydb-pg
6671
google-cloud-core==2.4.3
6772
# via google-cloud-storage
68-
google-cloud-secret-manager==2.23.2
73+
google-cloud-secret-manager==2.23.3
6974
# via -r requirements.in
7075
google-cloud-storage==3.1.0
7176
# via langchain-google-alloydb-pg
@@ -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.2
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.1
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.1
94101
# via google-api-core
95-
h11==0.14.0
102+
h11==0.16.0
96103
# via httpcore
97-
httpcore==1.0.7
104+
httpcore==1.0.9
98105
# via httpx
99106
httpx==0.28.1
100107
# via langsmith
@@ -112,45 +119,45 @@ jsonpatch==1.33
112119
# via langchain-core
113120
jsonpointer==3.0.0
114121
# via jsonpatch
115-
langchain==0.3.21
122+
langchain==0.3.25
116123
# via -r requirements.in
117-
langchain-core==0.3.49
124+
langchain-core==0.3.63
118125
# via
119126
# langchain
120127
# langchain-google-alloydb-pg
121128
# langchain-google-genai
122129
# langchain-text-splitters
123-
langchain-google-alloydb-pg==0.10.0
130+
langchain-google-alloydb-pg==0.11.0
124131
# via -r requirements.in
125-
langchain-google-genai==2.1.1
132+
langchain-google-genai==2.1.4
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.43
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.4
138145
# via
139146
# aiohttp
140147
# yarl
141-
numpy==2.2.4
148+
numpy==2.2.6
142149
# via
143150
# langchain-google-alloydb-pg
144151
# pgvector
145-
orjson==3.10.16
152+
orjson==3.10.18
146153
# via langsmith
147154
packaging==24.2
148155
# via
149156
# langchain-core
150157
# langsmith
151-
pgvector==0.4.0
158+
pgvector==0.4.1
152159
# via langchain-google-alloydb-pg
153-
pillow==11.1.0
160+
pillow==11.2.1
154161
# via -r requirements.in
155162
propcache==0.3.1
156163
# via
@@ -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.31.1
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.5
183192
# via
184193
# langchain
185194
# langchain-core
186195
# langchain-google-genai
187196
# langsmith
188-
pydantic-core==2.33.0
197+
pydantic-core==2.33.2
189198
# via pydantic
190199
pyyaml==6.0.2
191200
# via
@@ -201,31 +210,31 @@ 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
208-
sqlalchemy[asyncio]==2.0.40
217+
sqlalchemy[asyncio]==2.0.41
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.14.0
215224
# via
216225
# anyio
217226
# langchain-core
218227
# pydantic
219228
# pydantic-core
220229
# sqlalchemy
221230
# typing-inspection
222-
typing-inspection==0.4.0
231+
typing-inspection==0.4.1
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)