Skip to content

Commit ab94c6c

Browse files
authored
chore: remove pins (#3579)
- Remove constraint pins for `Office365-REST-Python-Client`, `weaviate-client`, and `platformdirs`. Removing the pin for `Office365` brought to light some bugs in the Onedrive connector, so some changes were also made to `unstructured/ingest/v2/processes/connectors/onedrive.py`. - Also, as part of updating dependencies `unstructured-client` was updated to `0.25.8`, which introduced a new default for the `strategy` param and required updating a test fixture. - The `hubspot.sh` integration test was failing and is now ignored in CI with this PR per discussion with @rbiseck3. May be easiest to review commit-by-commit.
1 parent ebf1605 commit ab94c6c

37 files changed

+125
-99
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.15.12-dev0
2+
3+
### Enhancements
4+
5+
### Features
6+
7+
### Fixes
8+
19
## 0.15.11
210

311
### Enhancements

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ typing-inspect==0.9.0
133133
# via
134134
# dataclasses-json
135135
# unstructured-client
136-
unstructured-client==0.25.7
136+
unstructured-client==0.25.8
137137
# via -r ./base.in
138138
urllib3==1.26.20
139139
# via

requirements/deps/constraints.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,13 @@
66
# consistency with local-inference-pin
77
protobuf<4.24
88
grpcio>=1.65.5
9-
# NOTE(alan) Pinned to avoid error that occurs with 2.4.3:
10-
# AttributeError: 'ResourcePath' object has no attribute 'collection'
11-
Office365-REST-Python-Client<2.4.3
12-
# use the known compatible version of weaviate
13-
weaviate-client>3.25.0
149
# TODO: Pinned in transformers package, remove when that gets updated
1510
tokenizers>=0.19,<0.20
16-
platformdirs==3.10.0
17-
1811
# TODO: Constaint due to boto, with python before 3.10 not requiring openssl 1.1.1, remove when that gets
1912
# updated or we drop support for 3.9
2013
urllib3<1.27
21-
2214
# TODO: Constriant due to aiobotocore, remove when that gets updates:
2315
botocore<1.34.132
24-
2516
# python 3.12 support
2617
wrapt>=1.14.0
27-
2818
langchain-community>=0.2.5

requirements/dev.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ packaging==24.1
3030
# build
3131
pip-tools==7.4.1
3232
# via -r ./dev.in
33-
platformdirs==3.10.0
33+
platformdirs==4.3.2
3434
# via
35-
# -c ././deps/constraints.txt
3635
# -c ./test.txt
3736
# virtualenv
3837
pre-commit==3.8.0

requirements/extra-paddleocr.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ imageio==2.35.1
5858
# scikit-image
5959
imgaug==0.4.0
6060
# via unstructured-paddleocr
61-
importlib-resources==6.4.4
61+
importlib-resources==6.4.5
6262
# via matplotlib
6363
kiwisolver==1.4.7
6464
# via matplotlib

requirements/extra-pdf-image.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ idna==3.8
7575
# via
7676
# -c ./base.txt
7777
# requests
78-
importlib-resources==6.4.4
78+
importlib-resources==6.4.5
7979
# via matplotlib
8080
iopath==0.1.10
8181
# via layoutparser

requirements/ingest/astradb.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ anyio==4.4.0
88
# via
99
# -c ./ingest/../base.txt
1010
# httpx
11-
astrapy==1.4.1
11+
astrapy==1.4.2
1212
# via -r ./ingest/astradb.in
13-
cassandra-driver==3.29.1
13+
cassandra-driver==3.29.2
1414
# via cassio
1515
cassio==0.1.8
1616
# via astrapy
@@ -96,5 +96,5 @@ urllib3==1.26.20
9696
# -c ./ingest/../base.txt
9797
# -c ./ingest/../deps/constraints.txt
9898
# requests
99-
uuid6==2024.1.12
99+
uuid6==2024.7.10
100100
# via astrapy

requirements/ingest/azure.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ msal==1.31.0
6767
# msal-extensions
6868
msal-extensions==1.2.0
6969
# via azure-identity
70-
multidict==6.0.5
70+
multidict==6.1.0
7171
# via
7272
# aiohttp
7373
# yarl
@@ -94,10 +94,11 @@ typing-extensions==4.12.2
9494
# azure-core
9595
# azure-identity
9696
# azure-storage-blob
97+
# multidict
9798
urllib3==1.26.20
9899
# via
99100
# -c ./ingest/../base.txt
100101
# -c ./ingest/../deps/constraints.txt
101102
# requests
102-
yarl==1.11.0
103+
yarl==1.11.1
103104
# via aiohttp

requirements/ingest/chroma.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ importlib-metadata==8.4.0
102102
# -r ./ingest/chroma.in
103103
# build
104104
# opentelemetry-api
105-
importlib-resources==6.4.4
105+
importlib-resources==6.4.5
106106
# via chromadb
107107
kubernetes==30.1.0
108108
# via chromadb
@@ -172,7 +172,7 @@ packaging==24.1
172172
# build
173173
# huggingface-hub
174174
# onnxruntime
175-
posthog==3.6.4
175+
posthog==3.6.5
176176
# via chromadb
177177
protobuf==4.23.4
178178
# via

requirements/ingest/clarifai.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ requests==2.32.3
6060
# via
6161
# -c ./ingest/../base.txt
6262
# clarifai-grpc
63-
rich==13.8.0
63+
rich==13.8.1
6464
# via clarifai
6565
schema==0.7.5
6666
# via clarifai

0 commit comments

Comments
 (0)