Skip to content

Commit

Permalink
remove anyio pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Aug 11, 2024
1 parent 39a31b8 commit e536b29
Show file tree
Hide file tree
Showing 35 changed files with 68 additions and 65 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.2-dev6
## 0.15.2-dev7

### Enhancements

Expand Down
11 changes: 5 additions & 6 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 @@ -57,7 +55,7 @@ jsonpath-python==1.0.6
# via unstructured-client
langdetect==1.0.9
# via -r ./base.in
lxml==5.2.2
lxml==5.3.0
# via -r ./base.in
marshmallow==3.21.3
# via
Expand All @@ -69,7 +67,7 @@ mypy-extensions==1.0.0
# unstructured-client
nest-asyncio==1.6.0
# via unstructured-client
nltk==3.8.1
nltk==3.8.2
# via -r ./base.in
numpy==1.26.4
# via -r ./base.in
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
2 changes: 0 additions & 2 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ pytesseract @ git+https://github.com/madmaze/[email protected]
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
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#
# pip-compile ./dev.in
#
anyio==3.7.1
anyio==4.4.0
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# httpx
# jupyter-server
Expand Down Expand Up @@ -409,6 +408,7 @@ typing-extensions==4.12.2
# via
# -c ./base.txt
# -c ./test.txt
# anyio
# async-lru
# ipython
uri-template==1.3.0
Expand All @@ -423,7 +423,7 @@ virtualenv==20.26.3
# via pre-commit
wcwidth==0.2.13
# via prompt-toolkit
webcolors==24.6.0
webcolors==24.8.0
# via jsonschema
webencodings==0.5.1
# via
Expand All @@ -437,7 +437,7 @@ wheel==0.44.0
# pip-tools
widgetsnbextension==4.0.11
# via ipywidgets
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-docx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./extra-docx.in
#
lxml==5.2.2
lxml==5.3.0
# via
# -c ./base.txt
# python-docx
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-markdown.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ importlib-metadata==8.2.0
# via markdown
markdown==3.6
# via -r ./extra-markdown.in
zipp==3.19.2
zipp==3.20.0
# via importlib-metadata
2 changes: 1 addition & 1 deletion requirements/extra-odt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./extra-odt.in
#
lxml==5.2.2
lxml==5.3.0
# via
# -c ./base.txt
# python-docx
Expand Down
4 changes: 2 additions & 2 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lanms-neo==1.0.2
# via unstructured-paddleocr
lazy-loader==0.4
# via scikit-image
lxml==5.2.2
lxml==5.3.0
# via
# -c ./base.txt
# premailer
Expand Down Expand Up @@ -157,5 +157,5 @@ urllib3==1.26.19
# -c ././deps/constraints.txt
# -c ./base.txt
# requests
zipp==3.19.2
zipp==3.20.0
# via importlib-resources
6 changes: 3 additions & 3 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ kiwisolver==1.4.5
# via matplotlib
layoutparser==0.3.4
# via unstructured-inference
lxml==5.2.2
lxml==5.3.0
# via
# -c ./base.txt
# pikepdf
Expand Down Expand Up @@ -249,7 +249,7 @@ six==1.16.0
# via
# -c ./base.txt
# python-dateutil
sympy==1.13.1
sympy==1.13.2
# via
# onnxruntime
# torch
Expand Down Expand Up @@ -301,5 +301,5 @@ wrapt==1.16.0
# -c ././deps/constraints.txt
# -c ./base.txt
# deprecated
zipp==3.19.2
zipp==3.20.0
# via importlib-resources
2 changes: 1 addition & 1 deletion requirements/extra-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./extra-pptx.in
#
lxml==5.2.2
lxml==5.3.0
# via python-pptx
pillow==10.4.0
# via python-pptx
Expand Down
2 changes: 1 addition & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ six==1.16.0
# via
# -c ./base.txt
# langdetect
sympy==1.13.1
sympy==1.13.2
# via torch
tokenizers==0.19.1
# via
Expand Down
7 changes: 5 additions & 2 deletions requirements/ingest/astradb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
#
# pip-compile ./ingest/astradb.in
#
anyio==3.7.1
anyio==4.4.0
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# httpx
astrapy==1.4.1
# via -r ./ingest/astradb.in
Expand Down Expand Up @@ -90,6 +89,10 @@ sniffio==1.3.1
# httpx
toml==0.10.2
# via astrapy
typing-extensions==4.12.2
# via
# -c ./ingest/../base.txt
# anyio
urllib3==1.26.19
# via
# -c ./ingest/../base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/azure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adlfs==2024.7.0
# via -r ./ingest/azure.in
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via adlfs
aiosignal==1.3.1
# via aiohttp
Expand Down
8 changes: 4 additions & 4 deletions requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
#
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
anyio==4.4.0
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# httpx
# starlette
# watchfiles
Expand Down Expand Up @@ -194,7 +193,7 @@ sniffio==1.3.1
# httpx
starlette==0.37.2
# via fastapi
sympy==1.13.1
sympy==1.13.2
# via onnxruntime
tenacity==8.5.0
# via
Expand All @@ -216,6 +215,7 @@ typer==0.9.0
typing-extensions==4.12.2
# via
# -c ./ingest/../base.txt
# anyio
# chromadb
# fastapi
# huggingface-hub
Expand Down Expand Up @@ -247,7 +247,7 @@ wrapt==1.16.0
# -c ./ingest/../deps/constraints.txt
# deprecated
# opentelemetry-instrumentation
zipp==3.19.2
zipp==3.20.0
# via
# importlib-metadata
# importlib-resources
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/discord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via discord-py
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/elasticsearch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via elasticsearch
aiosignal==1.3.1
# via aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via
# langchain
# langchain-community
Expand Down Expand Up @@ -70,7 +70,7 @@ langchain-core==0.2.29
# langchain-text-splitters
langchain-text-splitters==0.2.2
# via langchain
langsmith==0.1.98
langsmith==0.1.99
# via
# langchain
# langchain-community
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ langchain-core==0.2.29
# via langchain-huggingface
langchain-huggingface==0.0.3
# via -r ./ingest/embed-huggingface.in
langsmith==0.1.98
langsmith==0.1.99
# via langchain-core
markupsafe==2.1.5
# via jinja2
Expand Down Expand Up @@ -107,7 +107,7 @@ scipy==1.11.3
# sentence-transformers
sentence-transformers==3.0.1
# via langchain-huggingface
sympy==1.13.1
sympy==1.13.2
# via torch
tenacity==8.5.0
# via langchain-core
Expand Down
6 changes: 3 additions & 3 deletions requirements/ingest/embed-octoai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
#
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
anyio==4.4.0
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# httpx
# openai
certifi==2024.7.4
Expand Down Expand Up @@ -49,7 +48,7 @@ idna==3.7
# requests
jiter==0.5.0
# via openai
openai==1.40.2
openai==1.40.3
# via -r ./ingest/embed-octoai.in
pydantic==2.8.2
# via openai
Expand Down Expand Up @@ -78,6 +77,7 @@ tqdm==4.66.5
typing-extensions==4.12.2
# via
# -c ./ingest/../base.txt
# anyio
# openai
# pydantic
# pydantic-core
Expand Down
10 changes: 5 additions & 5 deletions requirements/ingest/embed-openai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
#
annotated-types==0.7.0
# via pydantic
anyio==3.7.1
anyio==4.4.0
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# httpx
# openai
certifi==2024.7.4
Expand Down Expand Up @@ -55,11 +54,11 @@ jsonpointer==3.0.0
# via jsonpatch
langchain-core==0.2.29
# via langchain-openai
langchain-openai==0.1.20
langchain-openai==0.1.21
# via -r ./ingest/embed-openai.in
langsmith==0.1.98
langsmith==0.1.99
# via langchain-core
openai==1.40.2
openai==1.40.3
# via langchain-openai
orjson==3.10.7
# via langsmith
Expand Down Expand Up @@ -103,6 +102,7 @@ tqdm==4.66.5
typing-extensions==4.12.2
# via
# -c ./ingest/../base.txt
# anyio
# langchain-core
# openai
# pydantic
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-vertexai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via
# langchain
# langchain-community
Expand Down Expand Up @@ -120,7 +120,7 @@ langchain-google-vertexai==1.0.8
# via -r ./ingest/embed-vertexai.in
langchain-text-splitters==0.2.2
# via langchain
langsmith==0.1.98
langsmith==0.1.99
# via
# langchain
# langchain-community
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-voyageai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
aiohttp==3.10.3
# via
# langchain
# voyageai
Expand Down Expand Up @@ -55,7 +55,7 @@ langchain-text-splitters==0.2.2
# via langchain
langchain-voyageai==0.1.1
# via -r ./ingest/embed-voyageai.in
langsmith==0.1.98
langsmith==0.1.99
# via
# langchain
# langchain-core
Expand Down
Loading

0 comments on commit e536b29

Please sign in to comment.