Skip to content

Commit f0eea99

Browse files
gbmarc1Marc-Antoine Belanger
andauthored
build: Looser upper bound on pyarrow dependency (feast-dev#3527)
build: Greater bound on pyarrow dependency Signed-off-by: Marc-Antoine Belanger <[email protected]> Co-authored-by: Marc-Antoine Belanger <[email protected]>
1 parent 57bbb61 commit f0eea99

7 files changed

Lines changed: 105 additions & 120 deletions

File tree

sdk/python/requirements/py3.10-ci-requirements.txt

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ anyio==3.6.2
3434
# watchfiles
3535
appdirs==1.4.4
3636
# via fissix
37-
appnope==0.1.3
38-
# via
39-
# ipykernel
40-
# ipython
4137
argon2-cffi==21.3.0
4238
# via
4339
# jupyter-server
@@ -211,9 +207,9 @@ execnet==1.9.0
211207
# via pytest-xdist
212208
executing==1.2.0
213209
# via stack-data
214-
fastapi==0.92.0
210+
fastapi==0.93.0
215211
# via feast (setup.py)
216-
fastavro==1.7.2
212+
fastavro==1.7.3
217213
# via
218214
# feast (setup.py)
219215
# pandavro
@@ -288,7 +284,7 @@ google-cloud-core==2.3.2
288284
# google-cloud-datastore
289285
# google-cloud-firestore
290286
# google-cloud-storage
291-
google-cloud-datastore==2.14.0
287+
google-cloud-datastore==2.15.0
292288
# via feast (setup.py)
293289
google-cloud-firestore==2.10.0
294290
# via firebase-admin
@@ -352,7 +348,7 @@ httptools==0.5.0
352348
# via uvicorn
353349
httpx==0.23.3
354350
# via feast (setup.py)
355-
identify==2.5.18
351+
identify==2.5.19
356352
# via pre-commit
357353
idna==3.4
358354
# via
@@ -368,7 +364,7 @@ importlib-metadata==6.0.0
368364
# via great-expectations
369365
iniconfig==2.0.0
370366
# via pytest
371-
ipykernel==6.21.2
367+
ipykernel==6.21.3
372368
# via
373369
# ipywidgets
374370
# nbclassic
@@ -441,7 +437,7 @@ jupyter-core==5.2.0
441437
# notebook
442438
jupyter-events==0.6.3
443439
# via jupyter-server
444-
jupyter-server==2.3.0
440+
jupyter-server==2.4.0
445441
# via
446442
# nbclassic
447443
# notebook-shim
@@ -482,15 +478,15 @@ mock==2.0.0
482478
# via feast (setup.py)
483479
moreorless==0.4.0
484480
# via bowler
485-
moto==4.1.3
481+
moto==4.1.4
486482
# via feast (setup.py)
487483
msal==1.21.0
488484
# via
489485
# azure-identity
490486
# msal-extensions
491487
msal-extensions==1.0.0
492488
# via azure-identity
493-
msgpack==1.0.4
489+
msgpack==1.0.5
494490
# via cachecontrol
495491
msrest==0.7.1
496492
# via msrestazure
@@ -514,7 +510,7 @@ mypy-protobuf==3.1
514510
# via feast (setup.py)
515511
mysqlclient==2.1.1
516512
# via feast (setup.py)
517-
nbclassic==0.5.2
513+
nbclassic==0.5.3
518514
# via notebook
519515
nbclient==0.7.2
520516
# via nbconvert
@@ -538,7 +534,7 @@ nest-asyncio==1.5.6
538534
# notebook
539535
nodeenv==1.7.0
540536
# via pre-commit
541-
notebook==6.5.2
537+
notebook==6.5.3
542538
# via great-expectations
543539
notebook-shim==0.2.2
544540
# via nbclassic
@@ -599,7 +595,7 @@ pickleshare==0.7.5
599595
# via ipython
600596
pip-tools==6.12.3
601597
# via feast (setup.py)
602-
platformdirs==3.0.0
598+
platformdirs==3.1.1
603599
# via
604600
# black
605601
# jupyter-core
@@ -627,7 +623,7 @@ proto-plus==1.22.2
627623
# google-cloud-bigtable
628624
# google-cloud-datastore
629625
# google-cloud-firestore
630-
protobuf==4.22.0
626+
protobuf==4.22.1
631627
# via
632628
# feast (setup.py)
633629
# google-api-core
@@ -682,7 +678,7 @@ pycparser==2.21
682678
# via cffi
683679
pycryptodomex==3.17
684680
# via snowflake-connector-python
685-
pydantic==1.10.5
681+
pydantic==1.10.6
686682
# via
687683
# fastapi
688684
# feast (setup.py)
@@ -720,7 +716,7 @@ pyrsistent==0.19.3
720716
# via jsonschema
721717
pyspark==3.3.2
722718
# via feast (setup.py)
723-
pytest==7.2.1
719+
pytest==7.2.2
724720
# via
725721
# feast (setup.py)
726722
# pytest-benchmark
@@ -775,6 +771,7 @@ pyyaml==6.0
775771
# jupyter-events
776772
# kubernetes
777773
# pre-commit
774+
# responses
778775
# uvicorn
779776
pyzmq==25.0.0
780777
# via
@@ -815,7 +812,7 @@ requests-oauthlib==1.3.1
815812
# google-auth-oauthlib
816813
# kubernetes
817814
# msrest
818-
responses==0.22.0
815+
responses==0.23.0
819816
# via moto
820817
rfc3339-validator==0.1.4
821818
# via
@@ -913,9 +910,7 @@ thriftpy2==0.4.16
913910
tinycss2==1.2.1
914911
# via nbconvert
915912
toml==0.10.2
916-
# via
917-
# feast (setup.py)
918-
# responses
913+
# via feast (setup.py)
919914
tomli==2.0.1
920915
# via
921916
# black
@@ -937,7 +932,7 @@ tornado==6.2
937932
# nbclassic
938933
# notebook
939934
# terminado
940-
tqdm==4.64.1
935+
tqdm==4.65.0
941936
# via
942937
# feast (setup.py)
943938
# great-expectations
@@ -957,7 +952,7 @@ traitlets==5.9.0
957952
# nbconvert
958953
# nbformat
959954
# notebook
960-
trino==0.321.0
955+
trino==0.322.0
961956
# via feast (setup.py)
962957
typeguard==2.13.3
963958
# via feast (setup.py)
@@ -974,17 +969,17 @@ types-python-dateutil==2.8.19.10
974969
types-pytz==2022.7.1.2
975970
# via feast (setup.py)
976971
types-pyyaml==6.0.12.8
977-
# via feast (setup.py)
972+
# via
973+
# feast (setup.py)
974+
# responses
978975
types-redis==4.5.1.4
979976
# via feast (setup.py)
980977
types-requests==2.28.11.15
981978
# via feast (setup.py)
982-
types-setuptools==67.4.0.3
979+
types-setuptools==67.6.0.0
983980
# via feast (setup.py)
984981
types-tabulate==0.9.0.1
985982
# via feast (setup.py)
986-
types-toml==0.10.8.5
987-
# via responses
988983
types-urllib3==1.26.25.8
989984
# via types-requests
990985
typing-extensions==4.5.0
@@ -1018,7 +1013,7 @@ urllib3==1.26.14
10181013
# responses
10191014
# rockset
10201015
# snowflake-connector-python
1021-
uvicorn[standard]==0.20.0
1016+
uvicorn[standard]==0.21.0
10221017
# via feast (setup.py)
10231018
uvloop==0.17.0
10241019
# via uvicorn

sdk/python/requirements/py3.10-requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ certifi==2022.12.7
2222
# httpcore
2323
# httpx
2424
# requests
25-
charset-normalizer==3.0.1
25+
charset-normalizer==3.1.0
2626
# via requests
2727
click==8.1.3
2828
# via
@@ -39,15 +39,15 @@ dask==2023.3.0
3939
# via feast (setup.py)
4040
dill==0.3.6
4141
# via feast (setup.py)
42-
fastapi==0.92.0
42+
fastapi==0.93.0
4343
# via feast (setup.py)
44-
fastavro==1.7.2
44+
fastavro==1.7.3
4545
# via
4646
# feast (setup.py)
4747
# pandavro
4848
fissix==21.11.13
4949
# via bowler
50-
fsspec==2023.1.0
50+
fsspec==2023.3.0
5151
# via dask
5252
greenlet==2.0.2
5353
# via sqlalchemy
@@ -84,7 +84,7 @@ mmh3==3.0.0
8484
# via feast (setup.py)
8585
moreorless==0.4.0
8686
# via bowler
87-
mypy==1.0.1
87+
mypy==1.1.1
8888
# via sqlalchemy
8989
mypy-extensions==1.0.0
9090
# via mypy
@@ -106,14 +106,14 @@ partd==1.3.0
106106
# via dask
107107
proto-plus==1.22.2
108108
# via feast (setup.py)
109-
protobuf==4.22.0
109+
protobuf==4.22.1
110110
# via
111111
# feast (setup.py)
112112
# grpcio-reflection
113113
# proto-plus
114-
pyarrow==8.0.0
114+
pyarrow==11.0.0
115115
# via feast (setup.py)
116-
pydantic==1.10.5
116+
pydantic==1.10.6
117117
# via
118118
# fastapi
119119
# feast (setup.py)
@@ -163,7 +163,7 @@ toolz==0.12.0
163163
# via
164164
# dask
165165
# partd
166-
tqdm==4.64.1
166+
tqdm==4.65.0
167167
# via feast (setup.py)
168168
typeguard==2.13.3
169169
# via feast (setup.py)
@@ -174,7 +174,7 @@ typing-extensions==4.5.0
174174
# sqlalchemy2-stubs
175175
urllib3==1.26.14
176176
# via requests
177-
uvicorn[standard]==0.20.0
177+
uvicorn[standard]==0.21.0
178178
# via feast (setup.py)
179179
uvloop==0.17.0
180180
# via uvicorn

0 commit comments

Comments
 (0)