Skip to content

Commit

Permalink
add grpcio constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 18, 2024
1 parent aa39f33 commit f93c870
Show file tree
Hide file tree
Showing 33 changed files with 207 additions and 221 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.6-dev2
## 0.15.6-dev1

### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mypy-extensions==1.0.0
# unstructured-client
nest-asyncio==1.6.0
# via unstructured-client
nltk==3.8.1
nltk==3.9.1
# via -r ./base.in
numpy==1.26.4
# via -r ./base.in
Expand Down Expand Up @@ -110,7 +110,7 @@ sniffio==1.3.1
# via
# anyio
# httpx
soupsieve==2.5
soupsieve==2.6
# via beautifulsoup4
tabulate==0.9.0
# via -r ./base.in
Expand All @@ -129,7 +129,7 @@ typing-inspect==0.9.0
# via
# dataclasses-json
# unstructured-client
unstructured-client==0.25.4
unstructured-client==0.25.5
# via
# -c ././deps/constraints.txt
# -r ./base.in
Expand Down
1 change: 1 addition & 0 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ wheel>=0.38.1
certifi>=2023.7.22
scipy<1.11.4
IPython<8.13
grpcio>=1.65.5
# NOTE(alan) Pinned to avoid error that occurs with 2.4.3:
# AttributeError: 'ResourcePath' object has no attribute 'collection'
Office365-REST-Python-Client<2.4.3
Expand Down
Loading

0 comments on commit f93c870

Please sign in to comment.