Skip to content

Commit

Permalink
Revert "updating the requirements.txt files as per the latest code."
Browse files Browse the repository at this point in the history
Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>

This reverts commit 4bec6b0.
  • Loading branch information
lokeshrangineni committed Apr 25, 2024
1 parent 4bec6b0 commit fb6d0e5
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 26 deletions.
30 changes: 23 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,7 +837,7 @@ 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)
Expand All @@ -841,8 +846,6 @@ sqlalchemy[mypy]==1.4.52
# 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 @@ -867,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 @@ -938,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 @@ -948,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
14 changes: 9 additions & 5 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,12 +142,10 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
sqlalchemy[mypy]==1.4.52
sqlalchemy[mypy]==2.0.29
# via
# feast (setup.py)
# sqlalchemy
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
starlette==0.37.2
# via fastapi
tabulate==0.9.0
Expand All @@ -154,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 @@ -166,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
46 changes: 38 additions & 8 deletions sdk/python/requirements/py3.9-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.9
# by the following command:
#
# pip-compile --extra=ci --output-file=sdk/python/requirements/py3.9-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 @@ -324,7 +329,16 @@ idna==3.7
imagesize==1.4.1
# via sphinx
importlib-metadata==7.1.0
# via dask
# via
# build
# dask
# jupyter-client
# jupyter-lsp
# jupyterlab
# jupyterlab-server
# nbconvert
# sphinx
# typeguard
iniconfig==2.0.0
# via pytest
ipykernel==6.29.4
Expand Down Expand Up @@ -785,6 +799,8 @@ rsa==4.9
# via google-auth
ruamel-yaml==0.17.17
# via great-expectations
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
ruff==0.4.1
# via feast (setup.py)
s3transfer==0.10.1
Expand Down Expand Up @@ -832,7 +848,7 @@ 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)
Expand All @@ -841,8 +857,6 @@ sqlalchemy[mypy]==1.4.52
# 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 @@ -867,6 +881,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 @@ -938,18 +962,23 @@ types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.11.0
# via
# anyio
# async-lru
# azure-core
# azure-storage-blob
# fastapi
# great-expectations
# ibis-framework
# ipython
# mypy
# pydantic
# pydantic-core
# snowflake-connector-python
# sqlalchemy2-stubs
# sqlalchemy
# starlette
# testcontainers
# typeguard
# uvicorn
tzdata==2024.1
# via pandas
tzlocal==5.2
Expand All @@ -971,6 +1000,7 @@ urllib3==1.26.18
# requests
# responses
# rockset
# snowflake-connector-python
# testcontainers
uvicorn[standard]==0.29.0
# via feast (setup.py)
Expand Down
19 changes: 13 additions & 6 deletions sdk/python/requirements/py3.9-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.9
# by the following command:
#
# pip-compile --output-file=sdk/python/requirements/py3.9-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 All @@ -61,7 +63,9 @@ idna==3.7
# anyio
# requests
importlib-metadata==7.1.0
# via dask
# via
# dask
# typeguard
jinja2==3.1.3
# via feast (setup.py)
jsonschema==4.21.1
Expand Down Expand Up @@ -140,12 +144,10 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
sqlalchemy[mypy]==1.4.52
sqlalchemy[mypy]==2.0.29
# via
# feast (setup.py)
# sqlalchemy
sqlalchemy2-stubs==0.0.2a38
# via sqlalchemy
starlette==0.37.2
# via fastapi
tabulate==0.9.0
Expand All @@ -154,6 +156,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 @@ -166,12 +170,15 @@ types-protobuf==5.26.0.20240420
# via mypy-protobuf
typing-extensions==4.11.0
# via
# anyio
# fastapi
# mypy
# pydantic
# pydantic-core
# sqlalchemy2-stubs
# sqlalchemy
# starlette
# typeguard
# uvicorn
tzdata==2024.1
# via pandas
urllib3==2.2.1
Expand Down

0 comments on commit fb6d0e5

Please sign in to comment.