File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1919appdirs==1.4.4
2020 # via fissix
21- appnope==0.1.4
22- # via ipykernel
2321argon2-cffi==23.1.0
2422 # via jupyter-server
2523argon2-cffi-bindings==21.2.0
@@ -34,6 +32,8 @@ asttokens==2.4.1
3432 # via stack-data
3533async-lru==2.0.4
3634 # via jupyterlab
35+ async-timeout==4.0.3
36+ # via redis
3737atpublic==4.1.0
3838 # via ibis-framework
3939attrs==23.2.0
@@ -168,6 +168,11 @@ duckdb-engine==0.11.5
168168 # via ibis-framework
169169entrypoints==0.4
170170 # via altair
171+ exceptiongroup==1.2.1
172+ # via
173+ # anyio
174+ # ipython
175+ # pytest
171176execnet==2.1.1
172177 # via pytest-xdist
173178executing==2.0.1
@@ -832,16 +837,15 @@ sphinxcontrib-qthelp==1.0.7
832837 # via sphinx
833838sphinxcontrib-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
841847sqlalchemy-views==0.3.2
842848 # via ibis-framework
843- sqlalchemy2-stubs==0.0.2a38
844- # via sqlalchemy
845849sqlglot==20.11.0
846850 # via ibis-framework
847851stack-data==0.6.3
@@ -866,6 +870,16 @@ tinycss2==1.2.1
866870 # via nbconvert
867871toml==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
869883tomlkit==0.12.4
870884 # via snowflake-connector-python
871885toolz==0.12.1
@@ -937,6 +951,8 @@ types-urllib3==1.26.25.14
937951 # via types-requests
938952typing-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
953970tzdata==2024.1
954971 # via pandas
955972tzlocal==5.2
Original file line number Diff line number Diff line change 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
4343dill==0.3.8
4444 # via feast (setup.py)
45+ exceptiongroup==1.2.1
46+ # via anyio
4547fastapi==0.110.2
4648 # via feast (setup.py)
4749fissix==21.11.13
@@ -140,10 +142,10 @@ six==1.16.0
140142 # via python-dateutil
141143sniffio==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
147149starlette==0.37.2
148150 # via fastapi
149151tabulate==0.9.0
@@ -152,6 +154,8 @@ tenacity==8.2.3
152154 # via feast (setup.py)
153155toml==0.10.2
154156 # via feast (setup.py)
157+ tomli==2.0.1
158+ # via mypy
155159toolz==0.12.1
156160 # via
157161 # dask
@@ -164,12 +168,14 @@ types-protobuf==5.26.0.20240420
164168 # via mypy-protobuf
165169typing-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
173179tzdata==2024.1
174180 # via pandas
175181urllib3==2.2.1
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments