Skip to content

Commit 23a5b16

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

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

src/loadgenerator/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
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: 17 additions & 17 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
@@ -84,17 +84,17 @@ greenlet==3.1.1
8484
# via sqlalchemy
8585
grpc-google-iam-v1==0.14.2
8686
# via google-cloud-secret-manager
87-
grpcio==1.71.0
87+
grpcio==1.72.0rc1
8888
# via
8989
# google-api-core
9090
# googleapis-common-protos
9191
# grpc-google-iam-v1
9292
# grpcio-status
93-
grpcio-status==1.71.0
93+
grpcio-status==1.72.0rc1
9494
# via google-api-core
9595
h11==0.14.0
9696
# via httpcore
97-
httpcore==1.0.7
97+
httpcore==1.0.8
9898
# via httpx
9999
httpx==0.28.1
100100
# via langsmith
@@ -112,29 +112,29 @@ jsonpatch==1.33
112112
# via langchain-core
113113
jsonpointer==3.0.0
114114
# via jsonpatch
115-
langchain==0.3.21
115+
langchain==0.3.23
116116
# via -r requirements.in
117-
langchain-core==0.3.49
117+
langchain-core==0.3.51
118118
# via
119119
# langchain
120120
# langchain-google-alloydb-pg
121121
# langchain-google-genai
122122
# langchain-text-splitters
123123
langchain-google-alloydb-pg==0.10.0
124124
# via -r requirements.in
125-
langchain-google-genai==2.1.1
125+
langchain-google-genai==2.1.2
126126
# via -r requirements.in
127-
langchain-text-splitters==0.3.7
127+
langchain-text-splitters==0.3.8
128128
# via langchain
129-
langsmith==0.3.19
129+
langsmith==0.3.30
130130
# via
131131
# langchain
132132
# langchain-core
133133
markupsafe==3.0.2
134134
# via
135135
# jinja2
136136
# werkzeug
137-
multidict==6.2.0
137+
multidict==6.4.3
138138
# via
139139
# aiohttp
140140
# yarl
@@ -161,7 +161,7 @@ proto-plus==1.26.1
161161
# google-ai-generativelanguage
162162
# google-api-core
163163
# google-cloud-secret-manager
164-
protobuf==5.29.4
164+
protobuf==6.30.2
165165
# via
166166
# google-ai-generativelanguage
167167
# google-api-core
@@ -179,13 +179,13 @@ pyasn1-modules==0.4.2
179179
# via google-auth
180180
pycparser==2.22
181181
# via cffi
182-
pydantic==2.11.0
182+
pydantic==2.11.3
183183
# via
184184
# langchain
185185
# langchain-core
186186
# langchain-google-genai
187187
# langsmith
188-
pydantic-core==2.33.0
188+
pydantic-core==2.33.1
189189
# via pydantic
190190
pyyaml==6.0.2
191191
# via
@@ -209,9 +209,9 @@ sqlalchemy[asyncio]==2.0.40
209209
# via
210210
# langchain
211211
# langchain-google-alloydb-pg
212-
tenacity==9.0.0
212+
tenacity==9.1.2
213213
# via langchain-core
214-
typing-extensions==4.13.0
214+
typing-extensions==4.13.2
215215
# via
216216
# anyio
217217
# langchain-core
@@ -221,11 +221,11 @@ typing-extensions==4.13.0
221221
# typing-inspection
222222
typing-inspection==0.4.0
223223
# via pydantic
224-
urllib3==2.3.0
224+
urllib3==2.4.0
225225
# via requests
226226
werkzeug==3.1.3
227227
# via flask
228-
yarl==1.18.3
228+
yarl==1.19.0
229229
# via aiohttp
230230
zstandard==0.23.0
231231
# via langsmith

0 commit comments

Comments
 (0)