Skip to content

Commit 4bb84df

Browse files
authored
Bump version of unstructured and remove constraint on nltk (#26)
1 parent 9090435 commit 4bb84df

File tree

27 files changed

+59
-111
lines changed

27 files changed

+59
-111
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.4-dev3
1+
## 0.0.4-dev4
22

33
### Enhancements
44

requirements/common/constraints.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,5 @@ langchain-community>=0.2.5
6262
# instead of 7.2.0. Need to investigate
6363
importlib-metadata==7.1.0
6464

65-
nltk==3.8.1
66-
67-
unstructured==0.15.1
65+
unstructured==0.15.5
6866
numpy<2

requirements/embed/aws-bedrock.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ langchain-community==0.2.12
101101
# via
102102
# -c ./requirements/embed/../common/constraints.txt
103103
# -r ./requirements/embed/aws-bedrock.in
104-
langchain-core==0.2.32
104+
langchain-core==0.2.33
105105
# via
106106
# langchain
107107
# langchain-community
@@ -132,9 +132,7 @@ mypy-extensions==1.0.0
132132
nest-asyncio==1.6.0
133133
# via unstructured-client
134134
nltk==3.8.1
135-
# via
136-
# -c ./requirements/embed/../common/constraints.txt
137-
# unstructured
135+
# via unstructured
138136
numpy==1.26.4
139137
# via
140138
# -c ./requirements/embed/../common/constraints.txt
@@ -243,7 +241,7 @@ typing-inspect==0.9.0
243241
# unstructured-client
244242
tzdata==2024.1
245243
# via pandas
246-
unstructured==0.15.1
244+
unstructured==0.15.5
247245
# via
248246
# -c ./requirements/embed/../common/constraints.txt
249247
# -r ./requirements/embed/./common/base.in

requirements/embed/common/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ typing-inspect==0.9.0
126126
# via
127127
# dataclasses-json
128128
# unstructured-client
129-
unstructured==0.15.3
129+
unstructured==0.15.5
130130
# via -r ./requirements/embed/common/base.in
131131
unstructured-client==0.25.5
132132
# via unstructured

requirements/embed/huggingface.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jsonpath-python==1.0.6
8484
# via unstructured-client
8585
jsonpointer==3.0.0
8686
# via jsonpatch
87-
langchain-core==0.2.32
87+
langchain-core==0.2.33
8888
# via langchain-huggingface
8989
langchain-huggingface==0.0.3
9090
# via -r ./requirements/embed/huggingface.in
@@ -111,9 +111,7 @@ nest-asyncio==1.6.0
111111
networkx==3.2.1
112112
# via torch
113113
nltk==3.8.1
114-
# via
115-
# -c ./requirements/embed/../common/constraints.txt
116-
# unstructured
114+
# via unstructured
117115
numpy==1.26.4
118116
# via
119117
# -c ./requirements/embed/../common/constraints.txt
@@ -250,7 +248,7 @@ typing-inspect==0.9.0
250248
# unstructured-client
251249
tzdata==2024.1
252250
# via pandas
253-
unstructured==0.15.1
251+
unstructured==0.15.5
254252
# via
255253
# -c ./requirements/embed/../common/constraints.txt
256254
# -r ./requirements/embed/./common/base.in

requirements/embed/octoai.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ mypy-extensions==1.0.0
8282
nest-asyncio==1.6.0
8383
# via unstructured-client
8484
nltk==3.8.1
85-
# via
86-
# -c ./requirements/embed/../common/constraints.txt
87-
# unstructured
85+
# via unstructured
8886
numpy==1.26.4
8987
# via
9088
# -c ./requirements/embed/../common/constraints.txt
@@ -174,7 +172,7 @@ typing-inspect==0.9.0
174172
# unstructured-client
175173
tzdata==2024.1
176174
# via pandas
177-
unstructured==0.15.1
175+
unstructured==0.15.5
178176
# via
179177
# -c ./requirements/embed/../common/constraints.txt
180178
# -r ./requirements/embed/./common/base.in

requirements/embed/openai.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ langchain-community==0.2.12
9797
# via
9898
# -c ./requirements/embed/../common/constraints.txt
9999
# -r ./requirements/embed/openai.in
100-
langchain-core==0.2.32
100+
langchain-core==0.2.33
101101
# via
102102
# langchain
103103
# langchain-community
@@ -128,9 +128,7 @@ mypy-extensions==1.0.0
128128
nest-asyncio==1.6.0
129129
# via unstructured-client
130130
nltk==3.8.1
131-
# via
132-
# -c ./requirements/embed/../common/constraints.txt
133-
# unstructured
131+
# via unstructured
134132
numpy==1.26.4
135133
# via
136134
# -c ./requirements/embed/../common/constraints.txt
@@ -247,7 +245,7 @@ typing-inspect==0.9.0
247245
# unstructured-client
248246
tzdata==2024.1
249247
# via pandas
250-
unstructured==0.15.1
248+
unstructured==0.15.5
251249
# via
252250
# -c ./requirements/embed/../common/constraints.txt
253251
# -r ./requirements/embed/./common/base.in

requirements/embed/vertexai.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ langchain-community==0.2.12
148148
# via
149149
# -c ./requirements/embed/../common/constraints.txt
150150
# -r ./requirements/embed/vertexai.in
151-
langchain-core==0.2.32
151+
langchain-core==0.2.33
152152
# via
153153
# langchain
154154
# langchain-community
@@ -182,9 +182,7 @@ mypy-extensions==1.0.0
182182
nest-asyncio==1.6.0
183183
# via unstructured-client
184184
nltk==3.8.1
185-
# via
186-
# -c ./requirements/embed/../common/constraints.txt
187-
# unstructured
185+
# via unstructured
188186
numpy==1.26.4
189187
# via
190188
# -c ./requirements/embed/../common/constraints.txt
@@ -323,7 +321,7 @@ typing-inspect==0.9.0
323321
# unstructured-client
324322
tzdata==2024.1
325323
# via pandas
326-
unstructured==0.15.1
324+
unstructured==0.15.5
327325
# via
328326
# -c ./requirements/embed/../common/constraints.txt
329327
# -r ./requirements/embed/./common/base.in

requirements/embed/voyageai.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jsonpointer==3.0.0
8787
# via jsonpatch
8888
langchain==0.2.14
8989
# via -r ./requirements/embed/voyageai.in
90-
langchain-core==0.2.32
90+
langchain-core==0.2.33
9191
# via
9292
# langchain
9393
# langchain-text-splitters
@@ -119,9 +119,7 @@ mypy-extensions==1.0.0
119119
nest-asyncio==1.6.0
120120
# via unstructured-client
121121
nltk==3.8.1
122-
# via
123-
# -c ./requirements/embed/../common/constraints.txt
124-
# unstructured
122+
# via unstructured
125123
numpy==1.26.4
126124
# via
127125
# -c ./requirements/embed/../common/constraints.txt
@@ -224,7 +222,7 @@ typing-inspect==0.9.0
224222
# unstructured-client
225223
tzdata==2024.1
226224
# via pandas
227-
unstructured==0.15.1
225+
unstructured==0.15.5
228226
# via
229227
# -c ./requirements/embed/../common/constraints.txt
230228
# -r ./requirements/embed/./common/base.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pyflakes==3.2.0
4242
# via
4343
# autoflake
4444
# flake8
45-
ruff==0.6.0
45+
ruff==0.6.1
4646
# via -r ./requirements/lint.in
4747
tomli==2.0.1
4848
# via

0 commit comments

Comments
 (0)