Skip to content

Commit 46e04b1

Browse files
authored
build(deps): bump protobuf pin (#3625)
Bumps max version of `protobuf<5.0` and sets min version of `chromadb>0.4.14` in `requirements/ingest/chroma.in`. Also fixes some type hints in `unstructured/ingest/v2/processes/connectors/chroma.py`
1 parent ba93f9a commit 46e04b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+132
-108
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.15.13-dev0
1+
## 0.15.13-dev1
22

33
### Enhancements
44

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ httpcore==1.0.5
4444
# via httpx
4545
httpx==0.27.2
4646
# via unstructured-client
47-
idna==3.8
47+
idna==3.10
4848
# via
4949
# anyio
5050
# httpx

requirements/deps/constraints.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
# extras. Putting a dependency here will only affect dependency sets that contain them -- in other
44
# words, if something does not require a constraint, it will not be installed.
55
####################################################################################################
6-
# consistency with local-inference-pin
7-
protobuf<4.24
6+
# (jennings): Versions greater than 5.0 create dependency conflicts with other packages
7+
protobuf<5.0
8+
# TODO: Constriant due to multiple versions being installed during pip-compile
89
grpcio>=1.65.5
9-
# TODO: Pinned in transformers package, remove when that gets updated
10+
# TODO: Pinned in transformers package, remove when that gets updated (https://github.com/huggingface/transformers/blob/main/setup.py)
1011
tokenizers>=0.19,<0.20
1112
# TODO: Constaint due to boto, with python before 3.10 not requiring openssl 1.1.1, remove when that gets
1213
# updated or we drop support for 3.9

requirements/dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ distlib==0.3.8
1717
# via virtualenv
1818
filelock==3.16.0
1919
# via virtualenv
20-
identify==2.6.0
20+
identify==2.6.1
2121
# via pre-commit
2222
importlib-metadata==8.5.0
2323
# via
@@ -32,7 +32,7 @@ packaging==24.1
3232
# build
3333
pip-tools==7.4.1
3434
# via -r ./dev.in
35-
platformdirs==4.3.2
35+
platformdirs==4.3.3
3636
# via
3737
# -c ./test.txt
3838
# virtualenv
@@ -55,7 +55,7 @@ virtualenv==20.26.4
5555
# via pre-commit
5656
wheel==0.44.0
5757
# via pip-tools
58-
zipp==3.20.1
58+
zipp==3.20.2
5959
# via importlib-metadata
6060

6161
# The following packages are considered to be unsafe in a requirements file:

requirements/extra-markdown.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ importlib-metadata==8.5.0
1010
# markdown
1111
markdown==3.7
1212
# via -r ./extra-markdown.in
13-
zipp==3.20.1
13+
zipp==3.20.2
1414
# via importlib-metadata

requirements/extra-paddleocr.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ httpx==0.27.2
4646
# via
4747
# -c ./base.txt
4848
# paddlepaddle
49-
idna==3.8
49+
idna==3.10
5050
# via
5151
# -c ./base.txt
5252
# anyio
@@ -113,7 +113,7 @@ pillow==10.4.0
113113
# pdf2image
114114
# scikit-image
115115
# unstructured-paddleocr
116-
protobuf==4.23.4
116+
protobuf==4.25.4
117117
# via
118118
# -c ././deps/constraints.txt
119119
# paddlepaddle
@@ -175,5 +175,5 @@ urllib3==1.26.20
175175
# -c ././deps/constraints.txt
176176
# -c ./base.txt
177177
# requests
178-
zipp==3.20.1
178+
zipp==3.20.2
179179
# via importlib-resources

requirements/extra-pdf-image.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ huggingface-hub==0.24.7
7171
# unstructured-inference
7272
humanfriendly==10.0
7373
# via coloredlogs
74-
idna==3.8
74+
idna==3.10
7575
# via
7676
# -c ./base.txt
7777
# requests
@@ -166,7 +166,7 @@ proto-plus==1.24.0
166166
# via
167167
# google-api-core
168168
# google-cloud-vision
169-
protobuf==4.23.4
169+
protobuf==4.25.4
170170
# via
171171
# -c ././deps/constraints.txt
172172
# google-api-core
@@ -288,5 +288,5 @@ wrapt==1.16.0
288288
# via
289289
# -c ./base.txt
290290
# deprecated
291-
zipp==3.20.1
291+
zipp==3.20.2
292292
# via importlib-resources

requirements/huggingface.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ huggingface-hub==0.24.7
2929
# via
3030
# tokenizers
3131
# transformers
32-
idna==3.8
32+
idna==3.10
3333
# via
3434
# -c ./base.txt
3535
# requests

requirements/ingest/airtable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ charset-normalizer==3.3.2
1414
# via
1515
# -c ./ingest/../base.txt
1616
# requests
17-
idna==3.8
17+
idna==3.10
1818
# via
1919
# -c ./ingest/../base.txt
2020
# requests

requirements/ingest/astradb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ httpx[http2]==0.27.2
5656
# astrapy
5757
hyperframe==6.0.1
5858
# via h2
59-
idna==3.8
59+
idna==3.10
6060
# via
6161
# -c ./ingest/../base.txt
6262
# anyio

0 commit comments

Comments
 (0)