mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
chore: bump unstructured-inference pin (#2913)
**Summary** Update dependencies to use the new version of `unstructured-inference` released yesterday. Remedy a few small problems with `make pip-compile` that stood in the way.
This commit is contained in:
parent
9ad2993fe3
commit
305247b4e1
@ -1,4 +1,4 @@
|
||||
## 0.13.3-dev9
|
||||
## 0.13.3
|
||||
|
||||
### Enhancements
|
||||
|
||||
|
@ -24,11 +24,11 @@ compile-base:
|
||||
|
||||
.PHONY: compile-all-base
|
||||
compile-all-base: compile-base compile-test compile-dev
|
||||
@$(foreach file,$(BASE_REQUIREMENTS),echo "compiling: $(file)" && pip-compile --upgrade $(file);)
|
||||
@$(foreach file,$(BASE_REQUIREMENTS),echo -e "\n\ncompiling: $(file)" && pip-compile --no-strip-extras --upgrade $(file) || exit;)
|
||||
|
||||
.PHONY: compile-ingest
|
||||
compile-ingest:
|
||||
@$(foreach file,$(INGEST_REQUIREMENTS),echo "compiling: $(file)" && pip-compile --upgrade $(file);)
|
||||
@$(foreach file,$(INGEST_REQUIREMENTS),echo -e "\n\ncompiling: $(file)" && pip-compile --no-strip-extras --upgrade $(file) || exit;)
|
||||
|
||||
.PHONY: clean
|
||||
clean: clean-base clean-ingest
|
||||
|
@ -69,7 +69,7 @@ python-magic==0.4.27
|
||||
# via -r ./base.in
|
||||
rapidfuzz==3.8.1
|
||||
# via -r ./base.in
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via nltk
|
||||
requests==2.31.0
|
||||
# via
|
||||
|
@ -22,8 +22,6 @@ Office365-REST-Python-Client<2.4.3
|
||||
# unstructured-inference to be upgraded when unstructured library is upgraded
|
||||
# https://github.com/Unstructured-IO/unstructured/issues/1458
|
||||
# unstructured-inference
|
||||
# unable to build wheel for arm on 0.3.3+
|
||||
safetensors<=0.3.2
|
||||
# use the known compatible version of weaviate and unstructured.pytesseract
|
||||
unstructured.pytesseract>=0.3.12
|
||||
weaviate-client>3.25.0
|
||||
@ -38,7 +36,6 @@ torch>2
|
||||
# pinned in unstructured paddleocr
|
||||
opencv-python==4.8.0.76
|
||||
opencv-contrib-python==4.8.0.76
|
||||
onnxruntime==1.15.1
|
||||
platformdirs==3.10.0
|
||||
|
||||
# TODO: Constraint due to langchain, remove when that gets updated:
|
||||
|
@ -73,7 +73,7 @@ defusedxml==0.7.1
|
||||
# via nbconvert
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via
|
||||
# -c ./test.txt
|
||||
# anyio
|
||||
@ -91,7 +91,7 @@ httpcore==1.0.5
|
||||
# via httpx
|
||||
httpx==0.27.0
|
||||
# via jupyterlab
|
||||
identify==2.5.35
|
||||
identify==2.5.36
|
||||
# via pre-commit
|
||||
idna==3.7
|
||||
# via
|
||||
@ -195,7 +195,7 @@ markupsafe==2.1.5
|
||||
# via
|
||||
# jinja2
|
||||
# nbconvert
|
||||
matplotlib-inline==0.1.6
|
||||
matplotlib-inline==0.1.7
|
||||
# via
|
||||
# ipykernel
|
||||
# ipython
|
||||
@ -216,7 +216,7 @@ nest-asyncio==1.6.0
|
||||
# via ipykernel
|
||||
nodeenv==1.8.0
|
||||
# via pre-commit
|
||||
notebook==7.1.2
|
||||
notebook==7.1.3
|
||||
# via jupyter
|
||||
notebook-shim==0.2.4
|
||||
# via
|
||||
@ -294,7 +294,7 @@ pyyaml==6.0.1
|
||||
# -c ./test.txt
|
||||
# jupyter-events
|
||||
# pre-commit
|
||||
pyzmq==25.1.2
|
||||
pyzmq==26.0.2
|
||||
# via
|
||||
# ipykernel
|
||||
# jupyter-client
|
||||
@ -368,7 +368,7 @@ tornado==6.4
|
||||
# jupyterlab
|
||||
# notebook
|
||||
# terminado
|
||||
traitlets==5.14.2
|
||||
traitlets==5.14.3
|
||||
# via
|
||||
# comm
|
||||
# ipykernel
|
||||
@ -401,7 +401,7 @@ urllib3==1.26.18
|
||||
# -c ./base.txt
|
||||
# -c ./test.txt
|
||||
# requests
|
||||
virtualenv==20.25.1
|
||||
virtualenv==20.25.3
|
||||
# via pre-commit
|
||||
wcwidth==0.2.13
|
||||
# via prompt-toolkit
|
||||
|
@ -63,7 +63,7 @@ importlib-metadata==7.1.0
|
||||
# via flask
|
||||
importlib-resources==6.4.0
|
||||
# via matplotlib
|
||||
itsdangerous==2.1.2
|
||||
itsdangerous==2.2.0
|
||||
# via flask
|
||||
jinja2==3.1.3
|
||||
# via
|
||||
@ -188,7 +188,7 @@ scipy==1.10.1
|
||||
# -c ././deps/constraints.txt
|
||||
# imgaug
|
||||
# scikit-image
|
||||
shapely==2.0.3
|
||||
shapely==2.0.4
|
||||
# via
|
||||
# imgaug
|
||||
# unstructured-paddleocr
|
||||
@ -200,7 +200,7 @@ six==1.16.0
|
||||
# imgaug
|
||||
# python-dateutil
|
||||
# visualdl
|
||||
tifffile==2024.2.12
|
||||
tifffile==2024.4.18
|
||||
# via scikit-image
|
||||
tqdm==4.66.2
|
||||
# via
|
||||
|
@ -9,7 +9,7 @@ pillow_heif
|
||||
pypdf
|
||||
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
|
||||
# when unstructured library is.
|
||||
unstructured-inference==0.7.25
|
||||
unstructured-inference==0.7.27
|
||||
# unstructured fork of pytesseract that provides an interface to allow for multiple output formats
|
||||
# from one tesseract call
|
||||
unstructured.pytesseract>=0.3.12
|
||||
|
@ -100,10 +100,8 @@ onnx==1.16.0
|
||||
# via
|
||||
# -r ./extra-pdf-image.in
|
||||
# unstructured-inference
|
||||
onnxruntime==1.15.1
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# unstructured-inference
|
||||
onnxruntime==1.17.3
|
||||
# via unstructured-inference
|
||||
opencv-python==4.8.0.76
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
@ -132,7 +130,7 @@ pdfminer-six==20231228
|
||||
# pdfplumber
|
||||
pdfplumber==0.11.0
|
||||
# via layoutparser
|
||||
pikepdf==8.15.0
|
||||
pikepdf==8.15.1
|
||||
# via -r ./extra-pdf-image.in
|
||||
pillow==10.3.0
|
||||
# via
|
||||
@ -190,7 +188,7 @@ rapidfuzz==3.8.1
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# unstructured-inference
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# transformers
|
||||
@ -199,9 +197,8 @@ requests==2.31.0
|
||||
# -c ./base.txt
|
||||
# huggingface-hub
|
||||
# transformers
|
||||
safetensors==0.3.2
|
||||
safetensors==0.4.3
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# timm
|
||||
# transformers
|
||||
scipy==1.10.1
|
||||
@ -218,7 +215,7 @@ sympy==1.12
|
||||
# torch
|
||||
timm==0.9.16
|
||||
# via effdet
|
||||
tokenizers==0.15.2
|
||||
tokenizers==0.19.1
|
||||
# via transformers
|
||||
torch==2.2.2
|
||||
# via
|
||||
@ -238,7 +235,7 @@ tqdm==4.66.2
|
||||
# huggingface-hub
|
||||
# iopath
|
||||
# transformers
|
||||
transformers==4.37.1
|
||||
transformers==4.40.0
|
||||
# via unstructured-inference
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
@ -249,7 +246,7 @@ typing-extensions==4.11.0
|
||||
# torch
|
||||
tzdata==2024.1
|
||||
# via pandas
|
||||
unstructured-inference==0.7.25
|
||||
unstructured-inference==0.7.27
|
||||
# via -r ./extra-pdf-image.in
|
||||
unstructured-pytesseract==0.3.12
|
||||
# via
|
||||
|
@ -64,7 +64,7 @@ pyyaml==6.0.1
|
||||
# via
|
||||
# huggingface-hub
|
||||
# transformers
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# sacremoses
|
||||
@ -76,10 +76,8 @@ requests==2.31.0
|
||||
# transformers
|
||||
sacremoses==0.1.1
|
||||
# via -r ./huggingface.in
|
||||
safetensors==0.3.2
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# transformers
|
||||
safetensors==0.4.3
|
||||
# via transformers
|
||||
sentencepiece==0.2.0
|
||||
# via -r ./huggingface.in
|
||||
six==1.16.0
|
||||
@ -88,7 +86,7 @@ six==1.16.0
|
||||
# langdetect
|
||||
sympy==1.12
|
||||
# via torch
|
||||
tokenizers==0.15.2
|
||||
tokenizers==0.19.1
|
||||
# via transformers
|
||||
torch==2.2.2
|
||||
# via
|
||||
@ -100,7 +98,7 @@ tqdm==4.66.2
|
||||
# huggingface-hub
|
||||
# sacremoses
|
||||
# transformers
|
||||
transformers==4.37.1
|
||||
transformers==4.40.0
|
||||
# via -r ./huggingface.in
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
|
@ -14,7 +14,7 @@ bson==0.5.10
|
||||
# via astrapy
|
||||
cassandra-driver==3.29.1
|
||||
# via cassio
|
||||
cassio==0.1.5
|
||||
cassio==0.1.6
|
||||
# via astrapy
|
||||
certifi==2024.2.2
|
||||
# via
|
||||
@ -33,7 +33,7 @@ click==8.1.7
|
||||
# geomet
|
||||
deprecation==2.1.0
|
||||
# via astrapy
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
geomet==0.2.1.post1
|
||||
# via cassandra-driver
|
||||
@ -46,7 +46,9 @@ hpack==4.0.0
|
||||
httpcore==1.0.5
|
||||
# via httpx
|
||||
httpx[http2]==0.27.0
|
||||
# via astrapy
|
||||
# via
|
||||
# astrapy
|
||||
# httpx
|
||||
hyperframe==6.0.1
|
||||
# via h2
|
||||
idna==3.7
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
# pip-compile ./ingest/azure.in
|
||||
#
|
||||
adlfs==2024.2.0
|
||||
adlfs==2024.4.1
|
||||
# via -r ./ingest/azure.in
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via adlfs
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
@ -80,7 +80,9 @@ portalocker==2.8.2
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
# via
|
||||
# msal
|
||||
# pyjwt
|
||||
requests==2.31.0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
|
@ -9,7 +9,9 @@ attrs==23.2.0
|
||||
boxfs==0.3.0
|
||||
# via -r ./ingest/box.in
|
||||
boxsdk[jwt]==3.9.2
|
||||
# via boxfs
|
||||
# via
|
||||
# boxfs
|
||||
# boxsdk
|
||||
certifi==2024.2.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
|
@ -44,9 +44,9 @@ coloredlogs==15.0.1
|
||||
# via onnxruntime
|
||||
deprecated==1.2.14
|
||||
# via opentelemetry-api
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
fastapi==0.110.1
|
||||
fastapi==0.110.2
|
||||
# via chromadb
|
||||
filelock==3.13.4
|
||||
# via huggingface-hub
|
||||
@ -58,7 +58,7 @@ google-auth==2.29.0
|
||||
# via kubernetes
|
||||
googleapis-common-protos==1.63.0
|
||||
# via opentelemetry-exporter-otlp-proto-grpc
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via
|
||||
# chromadb
|
||||
# opentelemetry-exporter-otlp-proto-grpc
|
||||
@ -95,10 +95,8 @@ oauthlib==3.2.2
|
||||
# via
|
||||
# kubernetes
|
||||
# requests-oauthlib
|
||||
onnxruntime==1.15.1
|
||||
# via
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# chromadb
|
||||
onnxruntime==1.17.3
|
||||
# via chromadb
|
||||
opentelemetry-api==1.16.0
|
||||
# via
|
||||
# chromadb
|
||||
@ -131,7 +129,7 @@ protobuf==4.23.4
|
||||
# googleapis-common-protos
|
||||
# onnxruntime
|
||||
# opentelemetry-proto
|
||||
pulsar-client==3.4.0
|
||||
pulsar-client==3.5.0
|
||||
# via chromadb
|
||||
pyasn1==0.6.0
|
||||
# via
|
||||
@ -186,7 +184,7 @@ sympy==1.12
|
||||
# via onnxruntime
|
||||
tenacity==8.2.3
|
||||
# via chromadb
|
||||
tokenizers==0.15.2
|
||||
tokenizers==0.19.1
|
||||
# via chromadb
|
||||
tqdm==4.66.2
|
||||
# via
|
||||
@ -216,7 +214,9 @@ urllib3==1.26.18
|
||||
# kubernetes
|
||||
# requests
|
||||
uvicorn[standard]==0.29.0
|
||||
# via chromadb
|
||||
# via
|
||||
# chromadb
|
||||
# uvicorn
|
||||
uvloop==0.19.0
|
||||
# via uvicorn
|
||||
watchfiles==0.21.0
|
||||
|
@ -13,7 +13,7 @@ charset-normalizer==3.3.2
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# requests
|
||||
clarifai==10.3.0
|
||||
clarifai==10.3.1
|
||||
# via -r ./ingest/clarifai.in
|
||||
clarifai-grpc==10.2.3
|
||||
# via clarifai
|
||||
@ -21,7 +21,7 @@ contextlib2==21.6.0
|
||||
# via schema
|
||||
googleapis-common-protos==1.63.0
|
||||
# via clarifai-grpc
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via clarifai-grpc
|
||||
idna==3.7
|
||||
# via
|
||||
|
@ -12,7 +12,7 @@ numpy==1.26.4
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# pyarrow
|
||||
pyarrow==15.0.2
|
||||
pyarrow==16.0.0
|
||||
# via deltalake
|
||||
pyarrow-hotfix==0.6
|
||||
# via deltalake
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/discord.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via discord-py
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/embed-aws-bedrock.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via langchain-community
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
@ -51,11 +51,11 @@ jsonpatch==1.33
|
||||
# via langchain-core
|
||||
jsonpointer==2.4
|
||||
# via jsonpatch
|
||||
langchain-community==0.0.32
|
||||
langchain-community==0.0.34
|
||||
# via -r ./ingest/embed-aws-bedrock.in
|
||||
langchain-core==0.1.42
|
||||
langchain-core==0.1.45
|
||||
# via langchain-community
|
||||
langsmith==0.1.46
|
||||
langsmith==0.1.49
|
||||
# via
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
@ -75,7 +75,7 @@ numpy==1.26.4
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# langchain-community
|
||||
orjson==3.10.0
|
||||
orjson==3.10.1
|
||||
# via langsmith
|
||||
packaging==23.2
|
||||
# via
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/embed-huggingface.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via langchain-community
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
@ -62,11 +62,11 @@ jsonpatch==1.33
|
||||
# via langchain-core
|
||||
jsonpointer==2.4
|
||||
# via jsonpatch
|
||||
langchain-community==0.0.32
|
||||
langchain-community==0.0.34
|
||||
# via -r ./ingest/embed-huggingface.in
|
||||
langchain-core==0.1.42
|
||||
langchain-core==0.1.45
|
||||
# via langchain-community
|
||||
langsmith==0.1.46
|
||||
langsmith==0.1.49
|
||||
# via
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
@ -96,7 +96,7 @@ numpy==1.26.4
|
||||
# scipy
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
orjson==3.10.0
|
||||
orjson==3.10.1
|
||||
# via langsmith
|
||||
packaging==23.2
|
||||
# via
|
||||
@ -120,7 +120,7 @@ pyyaml==6.0.1
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
# transformers
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# transformers
|
||||
@ -131,10 +131,8 @@ requests==2.31.0
|
||||
# langchain-community
|
||||
# langsmith
|
||||
# transformers
|
||||
safetensors==0.3.2
|
||||
# via
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# transformers
|
||||
safetensors==0.4.3
|
||||
# via transformers
|
||||
scikit-learn==1.4.2
|
||||
# via sentence-transformers
|
||||
scipy==1.10.1
|
||||
@ -142,7 +140,7 @@ scipy==1.10.1
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# scikit-learn
|
||||
# sentence-transformers
|
||||
sentence-transformers==2.6.1
|
||||
sentence-transformers==2.7.0
|
||||
# via -r ./ingest/embed-huggingface.in
|
||||
sqlalchemy==2.0.29
|
||||
# via langchain-community
|
||||
@ -154,7 +152,7 @@ tenacity==8.2.3
|
||||
# langchain-core
|
||||
threadpoolctl==3.4.0
|
||||
# via scikit-learn
|
||||
tokenizers==0.15.2
|
||||
tokenizers==0.19.1
|
||||
# via transformers
|
||||
torch==2.2.2
|
||||
# via
|
||||
@ -166,7 +164,7 @@ tqdm==4.66.2
|
||||
# huggingface-hub
|
||||
# sentence-transformers
|
||||
# transformers
|
||||
transformers==4.37.1
|
||||
transformers==4.40.0
|
||||
# via sentence-transformers
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
|
@ -24,7 +24,7 @@ charset-normalizer==3.3.2
|
||||
# requests
|
||||
distro==1.9.0
|
||||
# via openai
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
@ -38,13 +38,13 @@ idna==3.7
|
||||
# anyio
|
||||
# httpx
|
||||
# requests
|
||||
openai==1.17.0
|
||||
openai==1.23.2
|
||||
# via -r ./ingest/embed-octoai.in
|
||||
pydantic==2.7.0
|
||||
# via openai
|
||||
pydantic-core==2.18.1
|
||||
# via pydantic
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# tiktoken
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/embed-openai.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via langchain-community
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
@ -36,7 +36,7 @@ dataclasses-json==0.6.4
|
||||
# langchain-community
|
||||
distro==1.9.0
|
||||
# via openai
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
frozenlist==1.4.1
|
||||
# via
|
||||
@ -59,11 +59,11 @@ jsonpatch==1.33
|
||||
# via langchain-core
|
||||
jsonpointer==2.4
|
||||
# via jsonpatch
|
||||
langchain-community==0.0.32
|
||||
langchain-community==0.0.34
|
||||
# via -r ./ingest/embed-openai.in
|
||||
langchain-core==0.1.42
|
||||
langchain-core==0.1.45
|
||||
# via langchain-community
|
||||
langsmith==0.1.46
|
||||
langsmith==0.1.49
|
||||
# via
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
@ -83,9 +83,9 @@ numpy==1.26.4
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# langchain-community
|
||||
openai==1.17.0
|
||||
openai==1.23.2
|
||||
# via -r ./ingest/embed-openai.in
|
||||
orjson==3.10.0
|
||||
orjson==3.10.1
|
||||
# via langsmith
|
||||
packaging==23.2
|
||||
# via
|
||||
@ -104,7 +104,7 @@ pyyaml==6.0.1
|
||||
# via
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
regex==2023.12.25
|
||||
regex==2024.4.16
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# tiktoken
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/embed-vertexai.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -42,6 +42,7 @@ frozenlist==1.4.1
|
||||
# aiosignal
|
||||
google-api-core[grpc]==2.18.0
|
||||
# via
|
||||
# google-api-core
|
||||
# google-cloud-aiplatform
|
||||
# google-cloud-bigquery
|
||||
# google-cloud-core
|
||||
@ -55,9 +56,9 @@ google-auth==2.29.0
|
||||
# google-cloud-core
|
||||
# google-cloud-resource-manager
|
||||
# google-cloud-storage
|
||||
google-cloud-aiplatform==1.47.0
|
||||
google-cloud-aiplatform==1.48.0
|
||||
# via langchain-google-vertexai
|
||||
google-cloud-bigquery==3.20.1
|
||||
google-cloud-bigquery==3.21.0
|
||||
# via google-cloud-aiplatform
|
||||
google-cloud-core==2.4.1
|
||||
# via
|
||||
@ -84,13 +85,13 @@ googleapis-common-protos[grpc]==1.63.0
|
||||
# grpcio-status
|
||||
grpc-google-iam-v1==0.13.0
|
||||
# via google-cloud-resource-manager
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via
|
||||
# google-api-core
|
||||
# googleapis-common-protos
|
||||
# grpc-google-iam-v1
|
||||
# grpcio-status
|
||||
grpcio-status==1.62.1
|
||||
grpcio-status==1.62.2
|
||||
# via google-api-core
|
||||
idna==3.7
|
||||
# via
|
||||
@ -105,11 +106,11 @@ jsonpointer==2.4
|
||||
# via jsonpatch
|
||||
langchain==0.1.16
|
||||
# via -r ./ingest/embed-vertexai.in
|
||||
langchain-community==0.0.32
|
||||
langchain-community==0.0.34
|
||||
# via
|
||||
# -r ./ingest/embed-vertexai.in
|
||||
# langchain
|
||||
langchain-core==0.1.42
|
||||
langchain-core==0.1.45
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -119,7 +120,7 @@ langchain-google-vertexai==1.0.1
|
||||
# via -r ./ingest/embed-vertexai.in
|
||||
langchain-text-splitters==0.0.1
|
||||
# via langchain
|
||||
langsmith==0.1.46
|
||||
langsmith==0.1.49
|
||||
# via
|
||||
# langchain
|
||||
# langchain-community
|
||||
@ -142,7 +143,7 @@ numpy==1.26.4
|
||||
# langchain
|
||||
# langchain-community
|
||||
# shapely
|
||||
orjson==3.10.0
|
||||
orjson==3.10.1
|
||||
# via langsmith
|
||||
packaging==23.2
|
||||
# via
|
||||
@ -201,7 +202,7 @@ requests==2.31.0
|
||||
# langsmith
|
||||
rsa==4.9
|
||||
# via google-auth
|
||||
shapely==2.0.3
|
||||
shapely==2.0.4
|
||||
# via google-cloud-aiplatform
|
||||
six==1.16.0
|
||||
# via
|
||||
@ -216,7 +217,7 @@ tenacity==8.2.3
|
||||
# langchain
|
||||
# langchain-community
|
||||
# langchain-core
|
||||
types-protobuf==4.25.0.20240410
|
||||
types-protobuf==4.25.0.20240417
|
||||
# via langchain-google-vertexai
|
||||
types-requests==2.31.0.6
|
||||
# via langchain-google-vertexai
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
# pip-compile ./ingest/gcs.in
|
||||
#
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via gcsfs
|
||||
aiosignal==1.3.1
|
||||
# via aiohttp
|
||||
|
@ -30,7 +30,9 @@ pycparser==2.22
|
||||
pygithub==2.3.0
|
||||
# via -r ./ingest/github.in
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via pygithub
|
||||
# via
|
||||
# pygithub
|
||||
# pyjwt
|
||||
pynacl==1.5.0
|
||||
# via pygithub
|
||||
requests==2.31.0
|
||||
|
@ -17,7 +17,7 @@ charset-normalizer==3.3.2
|
||||
# requests
|
||||
google-api-core==2.18.0
|
||||
# via google-api-python-client
|
||||
google-api-python-client==2.125.0
|
||||
google-api-python-client==2.126.0
|
||||
# via -r ./ingest/google-drive.in
|
||||
google-auth==2.29.0
|
||||
# via
|
||||
|
@ -14,7 +14,7 @@ certifi==2024.2.2
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# httpcore
|
||||
# httpx
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
|
@ -40,7 +40,9 @@ office365-rest-python-client==2.4.2
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
# via
|
||||
# msal
|
||||
# pyjwt
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.31.0
|
||||
|
@ -34,7 +34,9 @@ office365-rest-python-client==2.4.2
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
# via
|
||||
# msal
|
||||
# pyjwt
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.31.0
|
||||
|
@ -16,13 +16,13 @@ certifi==2024.2.2
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# httpcore
|
||||
# httpx
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via
|
||||
# grpcio-tools
|
||||
# qdrant-client
|
||||
grpcio-tools==1.62.1
|
||||
grpcio-tools==1.62.2
|
||||
# via qdrant-client
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
@ -33,7 +33,9 @@ hpack==4.0.0
|
||||
httpcore==1.0.5
|
||||
# via httpx
|
||||
httpx[http2]==0.27.0
|
||||
# via qdrant-client
|
||||
# via
|
||||
# httpx
|
||||
# qdrant-client
|
||||
hyperframe==6.0.1
|
||||
# via h2
|
||||
idna==3.7
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
aiobotocore==2.12.3
|
||||
# via s3fs
|
||||
aiohttp==3.9.4
|
||||
aiohttp==3.9.5
|
||||
# via
|
||||
# aiobotocore
|
||||
# s3fs
|
||||
|
@ -18,7 +18,7 @@ charset-normalizer==3.3.2
|
||||
# -c ./ingest/../base.txt
|
||||
# requests
|
||||
cryptography==42.0.5
|
||||
# via simple-salesforce
|
||||
# via pyjwt
|
||||
idna==3.7
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
@ -32,21 +32,14 @@ lxml==4.9.4
|
||||
# zeep
|
||||
more-itertools==10.2.0
|
||||
# via simple-salesforce
|
||||
pendulum==3.0.0
|
||||
# via simple-salesforce
|
||||
platformdirs==3.10.0
|
||||
# via
|
||||
# -c ./ingest/../deps/constraints.txt
|
||||
# zeep
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt==2.8.0
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via simple-salesforce
|
||||
python-dateutil==2.9.0.post0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# pendulum
|
||||
# time-machine
|
||||
pytz==2024.1
|
||||
# via zeep
|
||||
requests==2.31.0
|
||||
@ -60,17 +53,16 @@ requests-file==2.0.0
|
||||
# via zeep
|
||||
requests-toolbelt==1.0.0
|
||||
# via zeep
|
||||
simple-salesforce==1.12.5
|
||||
simple-salesforce==1.12.6
|
||||
# via -r ./ingest/salesforce.in
|
||||
six==1.16.0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# isodate
|
||||
# python-dateutil
|
||||
time-machine==2.14.1
|
||||
# via pendulum
|
||||
tzdata==2024.1
|
||||
# via pendulum
|
||||
typing-extensions==4.11.0
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
# simple-salesforce
|
||||
urllib3==1.26.18
|
||||
# via
|
||||
# -c ./ingest/../base.txt
|
||||
|
@ -34,7 +34,9 @@ office365-rest-python-client==2.4.2
|
||||
pycparser==2.22
|
||||
# via cffi
|
||||
pyjwt[crypto]==2.8.0
|
||||
# via msal
|
||||
# via
|
||||
# msal
|
||||
# pyjwt
|
||||
pytz==2024.1
|
||||
# via office365-rest-python-client
|
||||
requests==2.31.0
|
||||
|
@ -27,16 +27,16 @@ charset-normalizer==3.3.2
|
||||
# requests
|
||||
cryptography==42.0.5
|
||||
# via authlib
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via anyio
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via
|
||||
# grpcio-health-checking
|
||||
# grpcio-tools
|
||||
# weaviate-client
|
||||
grpcio-health-checking==1.62.1
|
||||
grpcio-health-checking==1.62.2
|
||||
# via weaviate-client
|
||||
grpcio-tools==1.62.1
|
||||
grpcio-tools==1.62.2
|
||||
# via weaviate-client
|
||||
h11==0.14.0
|
||||
# via httpcore
|
||||
|
@ -10,7 +10,7 @@ appdirs==1.4.4
|
||||
# via label-studio-tools
|
||||
autoflake==2.3.1
|
||||
# via -r ./test.in
|
||||
black==24.3.0
|
||||
black==24.4.0
|
||||
# via -r ./test.in
|
||||
certifi==2024.2.2
|
||||
# via
|
||||
@ -29,7 +29,7 @@ coverage[toml]==7.4.4
|
||||
# via
|
||||
# -r ./test.in
|
||||
# pytest-cov
|
||||
exceptiongroup==1.2.0
|
||||
exceptiongroup==1.2.1
|
||||
# via pytest
|
||||
flake8==7.0.0
|
||||
# via
|
||||
@ -39,7 +39,7 @@ flake8-print==5.0.0
|
||||
# via -r ./test.in
|
||||
freezegun==1.4.0
|
||||
# via -r ./test.in
|
||||
grpcio==1.62.1
|
||||
grpcio==1.62.2
|
||||
# via -r ./test.in
|
||||
idna==3.7
|
||||
# via
|
||||
@ -81,7 +81,7 @@ platformdirs==3.10.0
|
||||
# via
|
||||
# -c ././deps/constraints.txt
|
||||
# black
|
||||
pluggy==1.4.0
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
pycodestyle==2.11.1
|
||||
# via
|
||||
@ -115,7 +115,7 @@ requests==2.31.0
|
||||
# via
|
||||
# -c ./base.txt
|
||||
# label-studio-sdk
|
||||
ruff==0.3.7
|
||||
ruff==0.4.1
|
||||
# via -r ./test.in
|
||||
six==1.16.0
|
||||
# via
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "0.13.3-dev9" # pragma: no cover
|
||||
__version__ = "0.13.3" # pragma: no cover
|
||||
|
Loading…
x
Reference in New Issue
Block a user