Skip to content

Commit

Permalink
Revert "updating 3.10 dependencies to make it work with 3.11 as well."
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>

This reverts commit 8d77135.
  • Loading branch information
lokeshrangineni committed Apr 25, 2024
1 parent 2bfedcf commit 29585f2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 14 deletions.
31 changes: 24 additions & 7 deletions sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.10-ci-requirements.txt
Expand All @@ -18,8 +18,6 @@ anyio==4.3.0
# watchfiles
appdirs==1.4.4
# via fissix
appnope==0.1.4
# via ipykernel
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand All @@ -34,6 +32,8 @@ asttokens==2.4.1
# via stack-data
async-lru==2.0.4
# via jupyterlab
async-timeout==4.0.3
# via redis
atpublic==4.1.0
# via ibis-framework
attrs==23.2.0
Expand Down Expand Up @@ -168,6 +168,11 @@ duckdb-engine==0.11.5
# via ibis-framework
entrypoints==0.4
# via altair
exceptiongroup==1.2.1
# via
# anyio
# ipython
# pytest
execnet==2.1.1
# via pytest-xdist
executing==2.0.1
Expand Down Expand Up @@ -832,16 +837,15 @@ sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlalchemy[mypy]==1.4.52
sqlalchemy[mypy]==2.0.29
# via
# duckdb-engine
# feast (setup.py)
# ibis-framework
# sqlalchemy
# sqlalchemy-views
sqlalchemy-views==0.3.2
# via ibis-framework
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
sqlglot==20.11.0
# via ibis-framework
stack-data==0.6.3
Expand All @@ -866,6 +870,16 @@ tinycss2==1.2.1
# via nbconvert
toml==0.10.2
# via feast (setup.py)
tomli==2.0.1
# via
# build
# coverage
# jupyterlab
# mypy
# pip-tools
# pyproject-hooks
# pytest
# pytest-env
tomlkit==0.12.4
# via snowflake-connector-python
toolz==0.12.1
Expand Down Expand Up @@ -937,6 +951,8 @@ types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.11.0
# via
# anyio
# async-lru
# azure-core
# azure-storage-blob
# fastapi
Expand All @@ -947,9 +963,10 @@ typing-extensions==4.11.0
# pydantic
# pydantic-core
# snowflake-connector-python
# sqlalchemy2-stubs
# sqlalchemy
# testcontainers
# typeguard
# uvicorn
tzdata==2024.1
# via pandas
tzlocal==5.2
Expand Down
18 changes: 12 additions & 6 deletions sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=sdk/python/requirements/py3.10-requirements.txt
Expand Down Expand Up @@ -42,6 +42,8 @@ dask-expr==1.0.12
# via dask
dill==0.3.8
# via feast (setup.py)
exceptiongroup==1.2.1
# via anyio
fastapi==0.110.2
# via feast (setup.py)
fissix==21.11.13
Expand Down Expand Up @@ -140,10 +142,10 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
sqlalchemy[mypy]==1.4.52
# via feast (setup.py)
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
sqlalchemy[mypy]==2.0.29
# via
# feast (setup.py)
# sqlalchemy
starlette==0.37.2
# via fastapi
tabulate==0.9.0
Expand All @@ -152,6 +154,8 @@ tenacity==8.2.3
# via feast (setup.py)
toml==0.10.2
# via feast (setup.py)
tomli==2.0.1
# via mypy
toolz==0.12.1
# via
# dask
Expand All @@ -164,12 +168,14 @@ types-protobuf==5.26.0.20240420
# via mypy-protobuf
typing-extensions==4.11.0
# via
# anyio
# fastapi
# mypy
# pydantic
# pydantic-core
# sqlalchemy2-stubs
# sqlalchemy
# typeguard
# uvicorn
tzdata==2024.1
# via pandas
urllib3==2.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0,<1",
"gunicorn; platform_system != 'Windows'",
"dask[dataframe]>=2024.4.2",
"dask[dataframe]>=2021.1.0",
"bowler", # Needed for automatic repo upgrades
]

Expand Down

0 comments on commit 29585f2

Please sign in to comment.