Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove anyio pin #3547

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.15.8-dev1

### Enhancements

### Features

### Fixes

## 0.15.7

### Enhancements
Expand Down
9 changes: 4 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile ./base.in
#
anyio==3.7.1
# via
# -c ././deps/constraints.txt
# httpx
anyio==4.4.0
# via httpx
backoff==2.2.1
# via -r ./base.in
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -59,7 +57,7 @@ langdetect==1.0.9
# via -r ./base.in
lxml==5.3.0
# via -r ./base.in
marshmallow==3.21.3
marshmallow==3.22.0
# via
# dataclasses-json
# unstructured-client
Expand Down Expand Up @@ -121,6 +119,7 @@ tqdm==4.66.5
typing-extensions==4.12.2
# via
# -r ./base.in
# anyio
# emoji
# pypdf
# typing-inspect
Expand Down
8 changes: 1 addition & 7 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ wheel>=0.38.1
# NOTE(robinson) - The following pins are to address
# vulnerabilities in dependency scans
certifi>=2023.7.22
# From pycocotools in local-inference
pyparsing<3.1.0
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 All @@ -26,8 +25,6 @@ Office365-REST-Python-Client<2.4.3
weaviate-client>3.25.0
# TODO: Pinned in transformers package, remove when that gets updated
tokenizers>=0.19,<0.20
# langchain limits anyio to below 4.0
anyio<4.0
# NOTE(crag): earlier versions fail in compilation step when pip installing the package
pycocotools>=2.0.7
# NOTE(crag): python3.8-python3.11 compat (if it ends up being required)
Expand Down Expand Up @@ -56,6 +53,3 @@ fsspec==2024.5.0
wrapt>=1.14.0

langchain-community>=0.2.5

grpcio==1.64.3
label-studio-sdk==0.0.34
Loading
Loading