Skip to content

Commit cf32672

Browse files
authored
build(deps): bumps for 2024-09-09 (#3608)
### Summary Dependency bumps for 2024-09-09.
1 parent 3bb0ee1 commit cf32672

24 files changed

+56
-78
lines changed

Diff for: requirements/dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile ./dev.in
66
#
7-
build==1.2.1
7+
build==1.2.2
88
# via pip-tools
99
cfgv==3.4.0
1010
# via pre-commit
@@ -15,7 +15,7 @@ click==8.1.7
1515
# pip-tools
1616
distlib==0.3.8
1717
# via virtualenv
18-
filelock==3.15.4
18+
filelock==3.16.0
1919
# via virtualenv
2020
identify==2.6.0
2121
# via pre-commit
@@ -50,7 +50,7 @@ tomli==2.0.1
5050
# -c ./test.txt
5151
# build
5252
# pip-tools
53-
virtualenv==20.26.3
53+
virtualenv==20.26.4
5454
# via pre-commit
5555
wheel==0.44.0
5656
# via pip-tools

Diff for: requirements/extra-pdf-image.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ deprecated==1.2.14
3131
# via pikepdf
3232
effdet==0.4.1
3333
# via -r ./extra-pdf-image.in
34-
filelock==3.15.4
34+
filelock==3.16.0
3535
# via
3636
# huggingface-hub
3737
# torch

Diff for: requirements/huggingface.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ click==8.1.7
1616
# via
1717
# -c ./base.txt
1818
# sacremoses
19-
filelock==3.15.4
19+
filelock==3.16.0
2020
# via
2121
# huggingface-hub
2222
# torch

Diff for: requirements/ingest/airtable.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ inflection==0.5.1
2222
# via pyairtable
2323
pyairtable==2.3.3
2424
# via -r ./ingest/airtable.in
25-
pydantic==2.9.0
25+
pydantic==2.9.1
2626
# via pyairtable
27-
pydantic-core==2.23.2
27+
pydantic-core==2.23.3
2828
# via pydantic
2929
requests==2.32.3
3030
# via
@@ -36,8 +36,6 @@ typing-extensions==4.12.2
3636
# pyairtable
3737
# pydantic
3838
# pydantic-core
39-
tzdata==2024.1
40-
# via pydantic
4139
urllib3==1.26.20
4240
# via
4341
# -c ./ingest/../base.txt

Diff for: requirements/ingest/azure.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ idna==3.8
6060
# yarl
6161
isodate==0.6.1
6262
# via azure-storage-blob
63-
msal==1.30.0
63+
msal==1.31.0
6464
# via
6565
# azure-datalake-store
6666
# azure-identity
@@ -99,5 +99,5 @@ urllib3==1.26.20
9999
# -c ./ingest/../base.txt
100100
# -c ./ingest/../deps/constraints.txt
101101
# requests
102-
yarl==1.9.11
102+
yarl==1.11.0
103103
# via aiohttp

Diff for: requirements/ingest/chroma.txt

+7-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ backoff==2.2.1
2020
# posthog
2121
bcrypt==4.2.0
2222
# via chromadb
23-
build==1.2.1
23+
build==1.2.2
2424
# via chromadb
2525
cachetools==5.5.0
2626
# via google-auth
@@ -55,9 +55,9 @@ exceptiongroup==1.2.2
5555
# via
5656
# -c ./ingest/../base.txt
5757
# anyio
58-
fastapi==0.113.0
58+
fastapi==0.114.0
5959
# via chromadb
60-
filelock==3.15.4
60+
filelock==3.16.0
6161
# via huggingface-hub
6262
flatbuffers==24.3.25
6363
# via onnxruntime
@@ -172,7 +172,7 @@ packaging==24.1
172172
# build
173173
# huggingface-hub
174174
# onnxruntime
175-
posthog==3.6.3
175+
posthog==3.6.4
176176
# via chromadb
177177
protobuf==4.23.4
178178
# via
@@ -186,11 +186,11 @@ pyasn1==0.6.0
186186
# rsa
187187
pyasn1-modules==0.4.0
188188
# via google-auth
189-
pydantic==2.9.0
189+
pydantic==2.9.1
190190
# via
191191
# chromadb
192192
# fastapi
193-
pydantic-core==2.23.2
193+
pydantic-core==2.23.3
194194
# via pydantic
195195
pypika==0.48.9
196196
# via chromadb
@@ -231,7 +231,7 @@ sniffio==1.3.1
231231
# -c ./ingest/../base.txt
232232
# anyio
233233
# httpx
234-
starlette==0.38.4
234+
starlette==0.38.5
235235
# via fastapi
236236
sympy==1.13.2
237237
# via onnxruntime
@@ -268,8 +268,6 @@ typing-extensions==4.12.2
268268
# starlette
269269
# typer
270270
# uvicorn
271-
tzdata==2024.1
272-
# via pydantic
273271
urllib3==1.26.20
274272
# via
275273
# -c ./ingest/../base.txt

Diff for: requirements/ingest/discord.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ multidict==6.0.5
2828
# via
2929
# aiohttp
3030
# yarl
31-
yarl==1.9.11
31+
yarl==1.11.0
3232
# via aiohttp

Diff for: requirements/ingest/elasticsearch.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ urllib3==1.26.20
3939
# -c ./ingest/../base.txt
4040
# -c ./ingest/../deps/constraints.txt
4141
# elastic-transport
42-
yarl==1.9.11
42+
yarl==1.11.0
4343
# via aiohttp

Diff for: requirements/ingest/embed-aws-bedrock.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ langchain-core==0.2.38
9393
# langchain-text-splitters
9494
langchain-text-splitters==0.2.4
9595
# via langchain
96-
langsmith==0.1.114
96+
langsmith==0.1.116
9797
# via
9898
# langchain
9999
# langchain-community
@@ -122,12 +122,12 @@ packaging==24.1
122122
# -c ./ingest/../base.txt
123123
# langchain-core
124124
# marshmallow
125-
pydantic==2.9.0
125+
pydantic==2.9.1
126126
# via
127127
# langchain
128128
# langchain-core
129129
# langsmith
130-
pydantic-core==2.23.2
130+
pydantic-core==2.23.3
131131
# via pydantic
132132
python-dateutil==2.9.0.post0
133133
# via
@@ -177,13 +177,11 @@ typing-inspect==0.9.0
177177
# via
178178
# -c ./ingest/../base.txt
179179
# dataclasses-json
180-
tzdata==2024.1
181-
# via pydantic
182180
urllib3==1.26.20
183181
# via
184182
# -c ./ingest/../base.txt
185183
# -c ./ingest/../deps/constraints.txt
186184
# botocore
187185
# requests
188-
yarl==1.9.11
186+
yarl==1.11.0
189187
# via aiohttp

Diff for: requirements/ingest/embed-huggingface.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exceptiongroup==1.2.2
2424
# via
2525
# -c ./ingest/../base.txt
2626
# anyio
27-
filelock==3.15.4
27+
filelock==3.16.0
2828
# via
2929
# huggingface-hub
3030
# torch
@@ -71,7 +71,7 @@ langchain-core==0.2.38
7171
# via langchain-huggingface
7272
langchain-huggingface==0.0.3
7373
# via -r ./ingest/embed-huggingface.in
74-
langsmith==0.1.114
74+
langsmith==0.1.116
7575
# via langchain-core
7676
markupsafe==2.1.5
7777
# via jinja2
@@ -96,11 +96,11 @@ packaging==24.1
9696
# transformers
9797
pillow==10.4.0
9898
# via sentence-transformers
99-
pydantic==2.9.0
99+
pydantic==2.9.1
100100
# via
101101
# langchain-core
102102
# langsmith
103-
pydantic-core==2.23.2
103+
pydantic-core==2.23.3
104104
# via pydantic
105105
pyyaml==6.0.2
106106
# via
@@ -164,8 +164,6 @@ typing-extensions==4.12.2
164164
# pydantic
165165
# pydantic-core
166166
# torch
167-
tzdata==2024.1
168-
# via pydantic
169167
urllib3==1.26.20
170168
# via
171169
# -c ./ingest/../base.txt

Diff for: requirements/ingest/embed-mixedbreadai.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ idna==3.8
3838
# httpx
3939
mixedbread-ai==2.2.6
4040
# via -r ./ingest/embed-mixedbreadai.in
41-
pydantic==2.9.0
41+
pydantic==2.9.1
4242
# via mixedbread-ai
43-
pydantic-core==2.23.2
43+
pydantic-core==2.23.3
4444
# via pydantic
4545
sniffio==1.3.1
4646
# via
@@ -54,5 +54,3 @@ typing-extensions==4.12.2
5454
# mixedbread-ai
5555
# pydantic
5656
# pydantic-core
57-
tzdata==2024.1
58-
# via pydantic

Diff for: requirements/ingest/embed-octoai.txt

+3-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ idna==3.8
4747
# requests
4848
jiter==0.5.0
4949
# via openai
50-
openai==1.43.0
50+
openai==1.44.0
5151
# via -r ./ingest/embed-octoai.in
52-
pydantic==2.9.0
52+
pydantic==2.9.1
5353
# via openai
54-
pydantic-core==2.23.2
54+
pydantic-core==2.23.3
5555
# via pydantic
5656
regex==2024.7.24
5757
# via
@@ -80,8 +80,6 @@ typing-extensions==4.12.2
8080
# openai
8181
# pydantic
8282
# pydantic-core
83-
tzdata==2024.1
84-
# via pydantic
8583
urllib3==1.26.20
8684
# via
8785
# -c ./ingest/../base.txt

Diff for: requirements/ingest/embed-openai.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ langchain-core==0.2.38
5656
# via langchain-openai
5757
langchain-openai==0.1.23
5858
# via -r ./ingest/embed-openai.in
59-
langsmith==0.1.114
59+
langsmith==0.1.116
6060
# via langchain-core
61-
openai==1.43.0
61+
openai==1.44.0
6262
# via langchain-openai
6363
orjson==3.10.7
6464
# via langsmith
6565
packaging==24.1
6666
# via
6767
# -c ./ingest/../base.txt
6868
# langchain-core
69-
pydantic==2.9.0
69+
pydantic==2.9.1
7070
# via
7171
# langchain-core
7272
# langsmith
7373
# openai
74-
pydantic-core==2.23.2
74+
pydantic-core==2.23.3
7575
# via pydantic
7676
pyyaml==6.0.2
7777
# via langchain-core
@@ -106,8 +106,6 @@ typing-extensions==4.12.2
106106
# openai
107107
# pydantic
108108
# pydantic-core
109-
tzdata==2024.1
110-
# via pydantic
111109
urllib3==1.26.20
112110
# via
113111
# -c ./ingest/../base.txt

Diff for: requirements/ingest/embed-vertexai.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ langchain-google-vertexai==1.0.10
147147
# via -r ./ingest/embed-vertexai.in
148148
langchain-text-splitters==0.2.4
149149
# via langchain
150-
langsmith==0.1.114
150+
langsmith==0.1.116
151151
# via
152152
# langchain
153153
# langchain-community
@@ -200,13 +200,13 @@ pyasn1==0.6.0
200200
# rsa
201201
pyasn1-modules==0.4.0
202202
# via google-auth
203-
pydantic==2.9.0
203+
pydantic==2.9.1
204204
# via
205205
# google-cloud-aiplatform
206206
# langchain
207207
# langchain-core
208208
# langsmith
209-
pydantic-core==2.23.2
209+
pydantic-core==2.23.3
210210
# via pydantic
211211
python-dateutil==2.9.0.post0
212212
# via
@@ -261,12 +261,10 @@ typing-inspect==0.9.0
261261
# via
262262
# -c ./ingest/../base.txt
263263
# dataclasses-json
264-
tzdata==2024.1
265-
# via pydantic
266264
urllib3==1.26.20
267265
# via
268266
# -c ./ingest/../base.txt
269267
# -c ./ingest/../deps/constraints.txt
270268
# requests
271-
yarl==1.9.11
269+
yarl==1.11.0
272270
# via aiohttp

Diff for: requirements/ingest/embed-voyageai.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ langchain-text-splitters==0.2.4
7878
# via langchain
7979
langchain-voyageai==0.1.1
8080
# via -r ./ingest/embed-voyageai.in
81-
langsmith==0.1.114
81+
langsmith==0.1.116
8282
# via
8383
# langchain
8484
# langchain-core
@@ -97,12 +97,12 @@ packaging==24.1
9797
# via
9898
# -c ./ingest/../base.txt
9999
# langchain-core
100-
pydantic==2.9.0
100+
pydantic==2.9.1
101101
# via
102102
# langchain
103103
# langchain-core
104104
# langsmith
105-
pydantic-core==2.23.2
105+
pydantic-core==2.23.3
106106
# via pydantic
107107
pyyaml==6.0.2
108108
# via
@@ -134,14 +134,12 @@ typing-extensions==4.12.2
134134
# pydantic
135135
# pydantic-core
136136
# sqlalchemy
137-
tzdata==2024.1
138-
# via pydantic
139137
urllib3==1.26.20
140138
# via
141139
# -c ./ingest/../base.txt
142140
# -c ./ingest/../deps/constraints.txt
143141
# requests
144142
voyageai==0.2.3
145143
# via langchain-voyageai
146-
yarl==1.9.11
144+
yarl==1.11.0
147145
# via aiohttp

0 commit comments

Comments
 (0)