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.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
1919appdirs==1.4.4
2020 # via fissix
21+ appnope==0.1.4
22+ # via ipykernel
2123argon2-cffi==23.1.0
2224 # via jupyter-server
2325argon2-cffi-bindings==21.2.0
@@ -32,8 +34,6 @@ asttokens==2.4.1
3234 # via stack-data
3335async-lru==2.0.4
3436 # via jupyterlab
35- async-timeout==4.0.3
36- # via redis
3737atpublic==4.1.0
3838 # via ibis-framework
3939attrs==23.2.0
@@ -168,11 +168,6 @@ 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
176171execnet==2.1.1
177172 # via pytest-xdist
178173executing==2.0.1
@@ -837,15 +832,16 @@ sphinxcontrib-qthelp==1.0.7
837832 # via sphinx
838833sphinxcontrib-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
847841sqlalchemy-views==0.3.2
848842 # via ibis-framework
843+ sqlalchemy2-stubs==0.0.2a38
844+ # via sqlalchemy
849845sqlglot==20.11.0
850846 # via ibis-framework
851847stack-data==0.6.3
@@ -870,16 +866,6 @@ tinycss2==1.2.1
870866 # via nbconvert
871867toml==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
883869tomlkit==0.12.4
884870 # via snowflake-connector-python
885871toolz==0.12.1
@@ -951,8 +937,6 @@ types-urllib3==1.26.25.14
951937 # via types-requests
952938typing-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
970953tzdata==2024.1
971954 # via pandas
972955tzlocal==5.2
Original file line number Diff line number Diff line change 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
4343dill==0.3.8
4444 # via feast (setup.py)
45- exceptiongroup==1.2.1
46- # via anyio
4745fastapi==0.110.2
4846 # via feast (setup.py)
4947fissix==21.11.13
@@ -142,10 +140,10 @@ six==1.16.0
142140 # via python-dateutil
143141sniffio==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
149147starlette==0.37.2
150148 # via fastapi
151149tabulate==0.9.0
@@ -154,8 +152,6 @@ tenacity==8.2.3
154152 # via feast (setup.py)
155153toml==0.10.2
156154 # via feast (setup.py)
157- tomli==2.0.1
158- # via mypy
159155toolz==0.12.1
160156 # via
161157 # dask
@@ -168,14 +164,12 @@ types-protobuf==5.26.0.20240420
168164 # via mypy-protobuf
169165typing-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
179173tzdata==2024.1
180174 # via pandas
181175urllib3==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]>=2021.1.0 " ,
68+ "dask[dataframe]>=2024.4.2 " ,
6969 "bowler" , # Needed for automatic repo upgrades
7070]
7171
You can’t perform that action at this time.
0 commit comments