Skip to content

Commit 8d77135

Browse files
updating 3.10 dependencies to make it work with 3.11 as well.
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent c5deb36 commit 8d77135

3 files changed

Lines changed: 14 additions & 37 deletions

File tree

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

Lines changed: 7 additions & 24 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.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.10-ci-requirements.txt
@@ -18,6 +18,8 @@ anyio==4.3.0
1818
# watchfiles
1919
appdirs==1.4.4
2020
# via fissix
21+
appnope==0.1.4
22+
# via ipykernel
2123
argon2-cffi==23.1.0
2224
# via jupyter-server
2325
argon2-cffi-bindings==21.2.0
@@ -32,8 +34,6 @@ asttokens==2.4.1
3234
# via stack-data
3335
async-lru==2.0.4
3436
# 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,11 +168,6 @@ 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
176171
execnet==2.1.1
177172
# via pytest-xdist
178173
executing==2.0.1
@@ -837,15 +832,16 @@ sphinxcontrib-qthelp==1.0.7
837832
# via sphinx
838833
sphinxcontrib-serializinghtml==1.1.10
839834
# via sphinx
840-
sqlalchemy[mypy]==2.0.29
835+
sqlalchemy[mypy]==1.4.52
841836
# via
842837
# duckdb-engine
843838
# feast (setup.py)
844839
# ibis-framework
845-
# sqlalchemy
846840
# sqlalchemy-views
847841
sqlalchemy-views==0.3.2
848842
# via ibis-framework
843+
sqlalchemy2-stubs==0.0.2a38
844+
# via sqlalchemy
849845
sqlglot==20.11.0
850846
# via ibis-framework
851847
stack-data==0.6.3
@@ -870,16 +866,6 @@ tinycss2==1.2.1
870866
# via nbconvert
871867
toml==0.10.2
872868
# 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
883869
tomlkit==0.12.4
884870
# via snowflake-connector-python
885871
toolz==0.12.1
@@ -951,8 +937,6 @@ types-urllib3==1.26.25.14
951937
# via types-requests
952938
typing-extensions==4.11.0
953939
# via
954-
# anyio
955-
# async-lru
956940
# azure-core
957941
# azure-storage-blob
958942
# fastapi
@@ -963,10 +947,9 @@ typing-extensions==4.11.0
963947
# pydantic
964948
# pydantic-core
965949
# snowflake-connector-python
966-
# sqlalchemy
950+
# sqlalchemy2-stubs
967951
# testcontainers
968952
# typeguard
969-
# uvicorn
970953
tzdata==2024.1
971954
# via pandas
972955
tzlocal==5.2

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

Lines changed: 6 additions & 12 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.10
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --output-file=sdk/python/requirements/py3.10-requirements.txt
@@ -42,8 +42,6 @@ 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
4745
fastapi==0.110.2
4846
# via feast (setup.py)
4947
fissix==21.11.13
@@ -142,10 +140,10 @@ six==1.16.0
142140
# via python-dateutil
143141
sniffio==1.3.1
144142
# via anyio
145-
sqlalchemy[mypy]==2.0.29
146-
# via
147-
# feast (setup.py)
148-
# sqlalchemy
143+
sqlalchemy[mypy]==1.4.52
144+
# via feast (setup.py)
145+
sqlalchemy2-stubs==0.0.2a38
146+
# via sqlalchemy
149147
starlette==0.37.2
150148
# via fastapi
151149
tabulate==0.9.0
@@ -154,8 +152,6 @@ tenacity==8.2.3
154152
# via feast (setup.py)
155153
toml==0.10.2
156154
# via feast (setup.py)
157-
tomli==2.0.1
158-
# via mypy
159155
toolz==0.12.1
160156
# via
161157
# dask
@@ -168,14 +164,12 @@ types-protobuf==5.26.0.20240420
168164
# via mypy-protobuf
169165
typing-extensions==4.11.0
170166
# via
171-
# anyio
172167
# fastapi
173168
# mypy
174169
# pydantic
175170
# pydantic-core
176-
# sqlalchemy
171+
# sqlalchemy2-stubs
177172
# typeguard
178-
# uvicorn
179173
tzdata==2024.1
180174
# via pandas
181175
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]>=2021.1.0",
68+
"dask[dataframe]>=2024.4.2",
6969
"bowler", # Needed for automatic repo upgrades
7070
]
7171

0 commit comments

Comments
 (0)