Skip to content

Commit 29585f2

Browse files
Revert "updating 3.10 dependencies to make it work with 3.11 as well."
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com> This reverts commit 8d77135.
1 parent 2bfedcf commit 29585f2

3 files changed

Lines changed: 37 additions & 14 deletions

File tree

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

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.10-ci-requirements.txt
@@ -18,8 +18,6 @@ anyio==4.3.0
1818
# watchfiles
1919
appdirs==1.4.4
2020
# via fissix
21-
appnope==0.1.4
22-
# via ipykernel
2321
argon2-cffi==23.1.0
2422
# via jupyter-server
2523
argon2-cffi-bindings==21.2.0
@@ -34,6 +32,8 @@ asttokens==2.4.1
3432
# via stack-data
3533
async-lru==2.0.4
3634
# via jupyterlab
35+
async-timeout==4.0.3
36+
# via redis
3737
atpublic==4.1.0
3838
# via ibis-framework
3939
attrs==23.2.0
@@ -168,6 +168,11 @@ duckdb-engine==0.11.5
168168
# via ibis-framework
169169
entrypoints==0.4
170170
# via altair
171+
exceptiongroup==1.2.1
172+
# via
173+
# anyio
174+
# ipython
175+
# pytest
171176
execnet==2.1.1
172177
# via pytest-xdist
173178
executing==2.0.1
@@ -832,16 +837,15 @@ sphinxcontrib-qthelp==1.0.7
832837
# via sphinx
833838
sphinxcontrib-serializinghtml==1.1.10
834839
# via sphinx
835-
sqlalchemy[mypy]==1.4.52
840+
sqlalchemy[mypy]==2.0.29
836841
# via
837842
# duckdb-engine
838843
# feast (setup.py)
839844
# ibis-framework
845+
# sqlalchemy
840846
# sqlalchemy-views
841847
sqlalchemy-views==0.3.2
842848
# via ibis-framework
843-
sqlalchemy2-stubs==0.0.2a38
844-
# via sqlalchemy
845849
sqlglot==20.11.0
846850
# via ibis-framework
847851
stack-data==0.6.3
@@ -866,6 +870,16 @@ tinycss2==1.2.1
866870
# via nbconvert
867871
toml==0.10.2
868872
# via feast (setup.py)
873+
tomli==2.0.1
874+
# via
875+
# build
876+
# coverage
877+
# jupyterlab
878+
# mypy
879+
# pip-tools
880+
# pyproject-hooks
881+
# pytest
882+
# pytest-env
869883
tomlkit==0.12.4
870884
# via snowflake-connector-python
871885
toolz==0.12.1
@@ -937,6 +951,8 @@ types-urllib3==1.26.25.14
937951
# via types-requests
938952
typing-extensions==4.11.0
939953
# via
954+
# anyio
955+
# async-lru
940956
# azure-core
941957
# azure-storage-blob
942958
# fastapi
@@ -947,9 +963,10 @@ typing-extensions==4.11.0
947963
# pydantic
948964
# pydantic-core
949965
# snowflake-connector-python
950-
# sqlalchemy2-stubs
966+
# sqlalchemy
951967
# testcontainers
952968
# typeguard
969+
# uvicorn
953970
tzdata==2024.1
954971
# via pandas
955972
tzlocal==5.2

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
55
# pip-compile --output-file=sdk/python/requirements/py3.10-requirements.txt
@@ -42,6 +42,8 @@ dask-expr==1.0.12
4242
# via dask
4343
dill==0.3.8
4444
# via feast (setup.py)
45+
exceptiongroup==1.2.1
46+
# via anyio
4547
fastapi==0.110.2
4648
# via feast (setup.py)
4749
fissix==21.11.13
@@ -140,10 +142,10 @@ six==1.16.0
140142
# via python-dateutil
141143
sniffio==1.3.1
142144
# via anyio
143-
sqlalchemy[mypy]==1.4.52
144-
# via feast (setup.py)
145-
sqlalchemy2-stubs==0.0.2a38
146-
# via sqlalchemy
145+
sqlalchemy[mypy]==2.0.29
146+
# via
147+
# feast (setup.py)
148+
# sqlalchemy
147149
starlette==0.37.2
148150
# via fastapi
149151
tabulate==0.9.0
@@ -152,6 +154,8 @@ tenacity==8.2.3
152154
# via feast (setup.py)
153155
toml==0.10.2
154156
# via feast (setup.py)
157+
tomli==2.0.1
158+
# via mypy
155159
toolz==0.12.1
156160
# via
157161
# dask
@@ -164,12 +168,14 @@ types-protobuf==5.26.0.20240420
164168
# via mypy-protobuf
165169
typing-extensions==4.11.0
166170
# via
171+
# anyio
167172
# fastapi
168173
# mypy
169174
# pydantic
170175
# pydantic-core
171-
# sqlalchemy2-stubs
176+
# sqlalchemy
172177
# typeguard
178+
# uvicorn
173179
tzdata==2024.1
174180
# via pandas
175181
urllib3==2.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fastapi>=0.68.0",
6666
"uvicorn[standard]>=0.14.0,<1",
6767
"gunicorn; platform_system != 'Windows'",
68-
"dask[dataframe]>=2024.4.2",
68+
"dask[dataframe]>=2021.1.0",
6969
"bowler", # Needed for automatic repo upgrades
7070
]
7171

0 commit comments

Comments
 (0)