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

unpin protobuf #347

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
36 changes: 18 additions & 18 deletions requirements/common/base.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
# This file was autogenerated by uv via the following command:
# uv pip compile base.in --output-file base.txt --no-strip-extras --python-version 3.9
# uv pip compile ./common/base.in --output-file ./common/base.txt --no-strip-extras --python-version 3.9
annotated-types==0.7.0
# via pydantic
click==8.1.7
# via -r base.in
click==8.1.8
# via -r ./common/base.in
dataclasses-json==0.6.7
# via -r base.in
# via -r ./common/base.in
deprecated==1.2.15
# via opentelemetry-api
marshmallow==3.23.1
marshmallow==3.25.1
# via dataclasses-json
mypy-extensions==1.0.0
# via typing-inspect
ndjson==0.3.1
# via -r base.in
# via -r ./common/base.in
numpy==1.26.4
# via
# -c constraints.txt
# -c ./common/constraints.txt
# pandas
opentelemetry-api==1.16.0
# via opentelemetry-sdk
opentelemetry-sdk==1.16.0
# via -r base.in
# via -r ./common/base.in
opentelemetry-semantic-conventions==0.37b0
# via opentelemetry-sdk
packaging==24.2
# via marshmallow
pandas==2.2.3
# via -r base.in
pydantic==2.10.3
# via -r base.in
pydantic-core==2.27.1
# via -r ./common/base.in
pydantic==2.10.5
# via -r ./common/base.in
pydantic-core==2.27.2
# via pydantic
python-dateutil==2.9.0.post0
# via
# -r base.in
# -r ./common/base.in
# pandas
pytz==2024.2
# via pandas
setuptools==75.6.0
setuptools==75.8.0
# via
# opentelemetry-api
# opentelemetry-sdk
six==1.17.0
# via python-dateutil
tqdm==4.67.1
# via -r base.in
# via -r ./common/base.in
typing-extensions==4.12.2
# via
# opentelemetry-sdk
Expand All @@ -54,9 +54,9 @@ typing-extensions==4.12.2
# typing-inspect
typing-inspect==0.9.0
# via dataclasses-json
tzdata==2024.2
tzdata==2025.1
# via pandas
wrapt==1.17.0
wrapt==1.17.2
# via
# -c constraints.txt
# -c ./common/constraints.txt
# deprecated
1 change: 0 additions & 1 deletion requirements/common/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# words, if something does not require a constraint, it will not be installed.
####################################################################################################
# consistency with local-inference-pin
protobuf<4.24
grpcio>=1.65.5
# TODO: Pinned in transformers package, remove when that gets updated
tokenizers>=0.19,<0.20
Expand Down
10 changes: 5 additions & 5 deletions requirements/connectors/airtable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# uv pip compile ./connectors/airtable.in --output-file ./connectors/airtable.txt --no-strip-extras --python-version 3.9
annotated-types==0.7.0
# via pydantic
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
idna==3.10
# via requests
inflection==0.5.1
# via pyairtable
pyairtable==2.3.3
pyairtable==3.0.1
# via -r ./connectors/airtable.in
pydantic==2.9.2
pydantic==2.10.5
# via pyairtable
pydantic-core==2.23.4
pydantic-core==2.27.2
# via pydantic
requests==2.32.3
# via pyairtable
Expand Down
38 changes: 8 additions & 30 deletions requirements/connectors/astradb.txt
Original file line number Diff line number Diff line change
@@ -1,66 +1,44 @@
# This file was autogenerated by uv via the following command:
# uv pip compile ./connectors/astradb.in --output-file ./connectors/astradb.txt --no-strip-extras --python-version 3.9
anyio==4.6.0
anyio==4.8.0
# via httpx
astrapy==1.5.0
astrapy==1.5.2
# via -r ./connectors/astradb.in
cassandra-driver==3.29.2
# via cassio
cassio==0.1.9
# via astrapy
certifi==2024.8.30
certifi==2024.12.14
# via
# httpcore
# httpx
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via geomet
deprecation==2.1.0
# via astrapy
dnspython==2.6.1
dnspython==2.7.0
# via pymongo
exceptiongroup==1.2.2
# via anyio
geomet==0.2.1.post1
# via cassandra-driver
h11==0.14.0
# via httpcore
h2==4.1.0
# via httpx
hpack==4.0.0
# via h2
httpcore==1.0.6
httpcore==1.0.7
# via httpx
httpx[http2]==0.27.2
httpx[http2]==0.28.1
# via astrapy
hyperframe==6.0.1
# via h2
idna==3.10
# via
# anyio
# httpx
# requests
numpy==2.0.2
# via cassio
packaging==24.1
packaging==24.2
# via deprecation
pymongo==4.10.1
# via astrapy
requests==2.32.3
# via cassio
six==1.16.0
# via geomet
sniffio==1.3.1
# via
# anyio
# httpx
# via anyio
toml==0.10.2
# via astrapy
typing-extensions==4.12.2
# via anyio
urllib3==2.2.3
# via requests
uuid6==2024.7.10
# via astrapy
18 changes: 8 additions & 10 deletions requirements/connectors/azure-ai-search.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,25 @@
# uv pip compile ./connectors/azure-ai-search.in --output-file ./connectors/azure-ai-search.txt --no-strip-extras --python-version 3.9
azure-common==1.1.28
# via azure-search-documents
azure-core==1.31.0
azure-core==1.32.0
# via azure-search-documents
azure-search-documents==11.5.1
azure-search-documents==11.5.2
# via -r ./connectors/azure-ai-search.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
idna==3.10
# via requests
isodate==0.6.1
isodate==0.7.2
# via azure-search-documents
requests==2.32.3
# via azure-core
six==1.16.0
# via
# azure-core
# isodate
six==1.17.0
# via azure-core
typing-extensions==4.12.2
# via
# azure-core
# azure-search-documents
urllib3==2.2.3
urllib3==2.3.0
# via requests
48 changes: 25 additions & 23 deletions requirements/connectors/azure.txt
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
# This file was autogenerated by uv via the following command:
# uv pip compile ./connectors/azure.in --output-file ./connectors/azure.txt --no-strip-extras --python-version 3.9
adlfs==2024.7.0
adlfs==2024.12.0
# via -r ./connectors/azure.in
aiohappyeyeballs==2.4.3
aiohappyeyeballs==2.4.4
# via aiohttp
aiohttp==3.10.8
aiohttp==3.11.11
# via adlfs
aiosignal==1.3.1
aiosignal==1.3.2
# via aiohttp
async-timeout==4.0.3
async-timeout==5.0.1
# via aiohttp
attrs==24.2.0
attrs==24.3.0
# via aiohttp
azure-core==1.31.0
azure-core==1.32.0
# via
# adlfs
# azure-identity
# azure-storage-blob
azure-datalake-store==0.0.53
# via adlfs
azure-identity==1.18.0
azure-identity==1.19.0
# via adlfs
azure-storage-blob==12.23.1
azure-storage-blob==12.24.0
# via adlfs
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via
# azure-datalake-store
# cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
cryptography==43.0.1
cryptography==44.0.0
# via
# azure-identity
# azure-storage-blob
# msal
# pyjwt
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
fsspec==2024.9.0
fsspec==2024.12.0
# via
# -r ./connectors/azure.in
# adlfs
idna==3.10
# via
# requests
# yarl
isodate==0.6.1
isodate==0.7.2
# via azure-storage-blob
msal==1.31.0
msal==1.31.1
# via
# azure-datalake-store
# azure-identity
Expand All @@ -64,26 +64,28 @@ multidict==6.1.0
# yarl
portalocker==2.10.1
# via msal-extensions
propcache==0.2.1
# via
# aiohttp
# yarl
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.1
# via msal
requests==2.32.3
# via
# azure-core
# azure-datalake-store
# msal
six==1.16.0
# via
# azure-core
# isodate
six==1.17.0
# via azure-core
typing-extensions==4.12.2
# via
# azure-core
# azure-identity
# azure-storage-blob
# multidict
urllib3==2.2.3
urllib3==2.3.0
# via requests
yarl==1.13.1
yarl==1.18.3
# via aiohttp
6 changes: 3 additions & 3 deletions requirements/connectors/biomed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ beautifulsoup4==4.12.3
# via bs4
bs4==0.0.2
# via -r ./connectors/biomed.in
certifi==2024.8.30
certifi==2024.12.14
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
idna==3.10
# via requests
requests==2.32.3
# via -r ./connectors/biomed.in
soupsieve==2.6
# via beautifulsoup4
urllib3==2.2.3
urllib3==2.3.0
# via requests
12 changes: 6 additions & 6 deletions requirements/connectors/box.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# This file was autogenerated by uv via the following command:
# uv pip compile ./connectors/box.in --output-file ./connectors/box.txt --no-strip-extras --python-version 3.9
attrs==24.2.0
attrs==24.3.0
# via boxsdk
boxfs==0.3.0
# via -r ./connectors/box.in
boxsdk[jwt]==3.13.0
# via boxfs
certifi==2024.8.30
certifi==2024.12.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
cryptography==43.0.1
cryptography==44.0.0
# via boxsdk
fsspec==2024.5.0
# via
Expand All @@ -23,7 +23,7 @@ idna==3.10
# via requests
pycparser==2.22
# via cffi
pyjwt==2.9.0
pyjwt==2.10.1
# via boxsdk
python-dateutil==2.9.0.post0
# via boxsdk
Expand All @@ -33,7 +33,7 @@ requests==2.32.3
# requests-toolbelt
requests-toolbelt==1.0.0
# via boxsdk
six==1.16.0
six==1.17.0
# via python-dateutil
urllib3==1.26.20
# via
Expand Down
Loading
Loading