Skip to content

Commit 3dacef3

Browse files
committed
unpin protobuf
1 parent fd6754e commit 3dacef3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1555
-1565
lines changed

requirements/common/base.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv pip compile base.in --output-file base.txt --no-strip-extras --python-version 3.9
2+
# uv pip compile ./common/base.in --output-file ./common/base.txt --no-strip-extras --python-version 3.9
33
annotated-types==0.7.0
44
# via pydantic
5-
click==8.1.7
6-
# via -r base.in
5+
click==8.1.8
6+
# via -r ./common/base.in
77
dataclasses-json==0.6.7
8-
# via -r base.in
8+
# via -r ./common/base.in
99
deprecated==1.2.15
1010
# via opentelemetry-api
11-
marshmallow==3.23.1
11+
marshmallow==3.25.1
1212
# via dataclasses-json
1313
mypy-extensions==1.0.0
1414
# via typing-inspect
1515
ndjson==0.3.1
16-
# via -r base.in
16+
# via -r ./common/base.in
1717
numpy==1.26.4
1818
# via
19-
# -c constraints.txt
19+
# -c ./common/constraints.txt
2020
# pandas
2121
opentelemetry-api==1.16.0
2222
# via opentelemetry-sdk
2323
opentelemetry-sdk==1.16.0
24-
# via -r base.in
24+
# via -r ./common/base.in
2525
opentelemetry-semantic-conventions==0.37b0
2626
# via opentelemetry-sdk
2727
packaging==24.2
2828
# via marshmallow
2929
pandas==2.2.3
30-
# via -r base.in
31-
pydantic==2.10.3
32-
# via -r base.in
33-
pydantic-core==2.27.1
30+
# via -r ./common/base.in
31+
pydantic==2.10.5
32+
# via -r ./common/base.in
33+
pydantic-core==2.27.2
3434
# via pydantic
3535
python-dateutil==2.9.0.post0
3636
# via
37-
# -r base.in
37+
# -r ./common/base.in
3838
# pandas
3939
pytz==2024.2
4040
# via pandas
41-
setuptools==75.6.0
41+
setuptools==75.8.0
4242
# via
4343
# opentelemetry-api
4444
# opentelemetry-sdk
4545
six==1.17.0
4646
# via python-dateutil
4747
tqdm==4.67.1
48-
# via -r base.in
48+
# via -r ./common/base.in
4949
typing-extensions==4.12.2
5050
# via
5151
# opentelemetry-sdk
@@ -54,9 +54,9 @@ typing-extensions==4.12.2
5454
# typing-inspect
5555
typing-inspect==0.9.0
5656
# via dataclasses-json
57-
tzdata==2024.2
57+
tzdata==2025.1
5858
# via pandas
59-
wrapt==1.17.0
59+
wrapt==1.17.2
6060
# via
61-
# -c constraints.txt
61+
# -c ./common/constraints.txt
6262
# deprecated

requirements/common/constraints.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# words, if something does not require a constraint, it will not be installed.
55
####################################################################################################
66
# consistency with local-inference-pin
7-
protobuf<4.24
87
grpcio>=1.65.5
98
# TODO: Pinned in transformers package, remove when that gets updated
109
tokenizers>=0.19,<0.20

requirements/connectors/airtable.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# uv pip compile ./connectors/airtable.in --output-file ./connectors/airtable.txt --no-strip-extras --python-version 3.9
33
annotated-types==0.7.0
44
# via pydantic
5-
certifi==2024.8.30
5+
certifi==2024.12.14
66
# via requests
7-
charset-normalizer==3.3.2
7+
charset-normalizer==3.4.1
88
# via requests
99
idna==3.10
1010
# via requests
1111
inflection==0.5.1
1212
# via pyairtable
13-
pyairtable==2.3.3
13+
pyairtable==3.0.1
1414
# via -r ./connectors/airtable.in
15-
pydantic==2.9.2
15+
pydantic==2.10.5
1616
# via pyairtable
17-
pydantic-core==2.23.4
17+
pydantic-core==2.27.2
1818
# via pydantic
1919
requests==2.32.3
2020
# via pyairtable
Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,44 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile ./connectors/astradb.in --output-file ./connectors/astradb.txt --no-strip-extras --python-version 3.9
3-
anyio==4.6.0
3+
anyio==4.8.0
44
# via httpx
5-
astrapy==1.5.0
5+
astrapy==1.5.2
66
# via -r ./connectors/astradb.in
7-
cassandra-driver==3.29.2
8-
# via cassio
9-
cassio==0.1.9
10-
# via astrapy
11-
certifi==2024.8.30
7+
certifi==2024.12.14
128
# via
139
# httpcore
1410
# httpx
15-
# requests
16-
charset-normalizer==3.3.2
17-
# via requests
18-
click==8.1.7
19-
# via geomet
2011
deprecation==2.1.0
2112
# via astrapy
22-
dnspython==2.6.1
13+
dnspython==2.7.0
2314
# via pymongo
2415
exceptiongroup==1.2.2
2516
# via anyio
26-
geomet==0.2.1.post1
27-
# via cassandra-driver
2817
h11==0.14.0
2918
# via httpcore
3019
h2==4.1.0
3120
# via httpx
3221
hpack==4.0.0
3322
# via h2
34-
httpcore==1.0.6
23+
httpcore==1.0.7
3524
# via httpx
36-
httpx[http2]==0.27.2
25+
httpx[http2]==0.28.1
3726
# via astrapy
3827
hyperframe==6.0.1
3928
# via h2
4029
idna==3.10
4130
# via
4231
# anyio
4332
# httpx
44-
# requests
45-
numpy==2.0.2
46-
# via cassio
47-
packaging==24.1
33+
packaging==24.2
4834
# via deprecation
4935
pymongo==4.10.1
5036
# via astrapy
51-
requests==2.32.3
52-
# via cassio
53-
six==1.16.0
54-
# via geomet
5537
sniffio==1.3.1
56-
# via
57-
# anyio
58-
# httpx
38+
# via anyio
5939
toml==0.10.2
6040
# via astrapy
6141
typing-extensions==4.12.2
6242
# via anyio
63-
urllib3==2.2.3
64-
# via requests
6543
uuid6==2024.7.10
6644
# via astrapy

requirements/connectors/azure-ai-search.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,25 @@
22
# uv pip compile ./connectors/azure-ai-search.in --output-file ./connectors/azure-ai-search.txt --no-strip-extras --python-version 3.9
33
azure-common==1.1.28
44
# via azure-search-documents
5-
azure-core==1.31.0
5+
azure-core==1.32.0
66
# via azure-search-documents
7-
azure-search-documents==11.5.1
7+
azure-search-documents==11.5.2
88
# via -r ./connectors/azure-ai-search.in
9-
certifi==2024.8.30
9+
certifi==2024.12.14
1010
# via requests
11-
charset-normalizer==3.3.2
11+
charset-normalizer==3.4.1
1212
# via requests
1313
idna==3.10
1414
# via requests
15-
isodate==0.6.1
15+
isodate==0.7.2
1616
# via azure-search-documents
1717
requests==2.32.3
1818
# via azure-core
19-
six==1.16.0
20-
# via
21-
# azure-core
22-
# isodate
19+
six==1.17.0
20+
# via azure-core
2321
typing-extensions==4.12.2
2422
# via
2523
# azure-core
2624
# azure-search-documents
27-
urllib3==2.2.3
25+
urllib3==2.3.0
2826
# via requests

requirements/connectors/azure.txt

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile ./connectors/azure.in --output-file ./connectors/azure.txt --no-strip-extras --python-version 3.9
3-
adlfs==2024.7.0
3+
adlfs==2024.12.0
44
# via -r ./connectors/azure.in
5-
aiohappyeyeballs==2.4.3
5+
aiohappyeyeballs==2.4.4
66
# via aiohttp
7-
aiohttp==3.10.8
7+
aiohttp==3.11.11
88
# via adlfs
9-
aiosignal==1.3.1
9+
aiosignal==1.3.2
1010
# via aiohttp
11-
async-timeout==4.0.3
11+
async-timeout==5.0.1
1212
# via aiohttp
13-
attrs==24.2.0
13+
attrs==24.3.0
1414
# via aiohttp
15-
azure-core==1.31.0
15+
azure-core==1.32.0
1616
# via
1717
# adlfs
1818
# azure-identity
1919
# azure-storage-blob
2020
azure-datalake-store==0.0.53
2121
# via adlfs
22-
azure-identity==1.18.0
22+
azure-identity==1.19.0
2323
# via adlfs
24-
azure-storage-blob==12.23.1
24+
azure-storage-blob==12.24.0
2525
# via adlfs
26-
certifi==2024.8.30
26+
certifi==2024.12.14
2727
# via requests
2828
cffi==1.17.1
2929
# via
3030
# azure-datalake-store
3131
# cryptography
32-
charset-normalizer==3.3.2
32+
charset-normalizer==3.4.1
3333
# via requests
34-
cryptography==43.0.1
34+
cryptography==44.0.0
3535
# via
3636
# azure-identity
3737
# azure-storage-blob
3838
# msal
3939
# pyjwt
40-
frozenlist==1.4.1
40+
frozenlist==1.5.0
4141
# via
4242
# aiohttp
4343
# aiosignal
44-
fsspec==2024.9.0
44+
fsspec==2024.12.0
4545
# via
4646
# -r ./connectors/azure.in
4747
# adlfs
4848
idna==3.10
4949
# via
5050
# requests
5151
# yarl
52-
isodate==0.6.1
52+
isodate==0.7.2
5353
# via azure-storage-blob
54-
msal==1.31.0
54+
msal==1.31.1
5555
# via
5656
# azure-datalake-store
5757
# azure-identity
@@ -64,26 +64,28 @@ multidict==6.1.0
6464
# yarl
6565
portalocker==2.10.1
6666
# via msal-extensions
67+
propcache==0.2.1
68+
# via
69+
# aiohttp
70+
# yarl
6771
pycparser==2.22
6872
# via cffi
69-
pyjwt[crypto]==2.9.0
73+
pyjwt[crypto]==2.10.1
7074
# via msal
7175
requests==2.32.3
7276
# via
7377
# azure-core
7478
# azure-datalake-store
7579
# msal
76-
six==1.16.0
77-
# via
78-
# azure-core
79-
# isodate
80+
six==1.17.0
81+
# via azure-core
8082
typing-extensions==4.12.2
8183
# via
8284
# azure-core
8385
# azure-identity
8486
# azure-storage-blob
8587
# multidict
86-
urllib3==2.2.3
88+
urllib3==2.3.0
8789
# via requests
88-
yarl==1.13.1
90+
yarl==1.18.3
8991
# via aiohttp

requirements/connectors/biomed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ beautifulsoup4==4.12.3
44
# via bs4
55
bs4==0.0.2
66
# via -r ./connectors/biomed.in
7-
certifi==2024.8.30
7+
certifi==2024.12.14
88
# via requests
9-
charset-normalizer==3.3.2
9+
charset-normalizer==3.4.1
1010
# via requests
1111
idna==3.10
1212
# via requests
1313
requests==2.32.3
1414
# via -r ./connectors/biomed.in
1515
soupsieve==2.6
1616
# via beautifulsoup4
17-
urllib3==2.2.3
17+
urllib3==2.3.0
1818
# via requests

requirements/connectors/box.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile ./connectors/box.in --output-file ./connectors/box.txt --no-strip-extras --python-version 3.9
3-
attrs==24.2.0
3+
attrs==24.3.0
44
# via boxsdk
55
boxfs==0.3.0
66
# via -r ./connectors/box.in
77
boxsdk[jwt]==3.13.0
88
# via boxfs
9-
certifi==2024.8.30
9+
certifi==2024.12.14
1010
# via requests
1111
cffi==1.17.1
1212
# via cryptography
13-
charset-normalizer==3.3.2
13+
charset-normalizer==3.4.1
1414
# via requests
15-
cryptography==43.0.1
15+
cryptography==44.0.0
1616
# via boxsdk
1717
fsspec==2024.5.0
1818
# via
@@ -23,7 +23,7 @@ idna==3.10
2323
# via requests
2424
pycparser==2.22
2525
# via cffi
26-
pyjwt==2.9.0
26+
pyjwt==2.10.1
2727
# via boxsdk
2828
python-dateutil==2.9.0.post0
2929
# via boxsdk
@@ -33,7 +33,7 @@ requests==2.32.3
3333
# requests-toolbelt
3434
requests-toolbelt==1.0.0
3535
# via boxsdk
36-
six==1.16.0
36+
six==1.17.0
3737
# via python-dateutil
3838
urllib3==1.26.20
3939
# via

0 commit comments

Comments
 (0)