Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
removing version constraint for fastapi, bumping starlette dependency
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
  • Loading branch information
bushwhackr committed Feb 7, 2024
commit b9b8b26be229c4225be0edec2a89681d0247612a
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
stack-data==0.6.3
# via ipython
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.10-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sqlalchemy[mypy]==1.4.50
# sqlalchemy
sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
stack-data==0.6.3
# via ipython
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.8-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ sqlalchemy[mypy]==1.4.50
# sqlalchemy
sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
stack-data==0.6.3
# via ipython
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/requirements/py3.9-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ sqlalchemy[mypy]==1.4.50
# sqlalchemy
sqlalchemy2-stubs==0.0.2a37
# via sqlalchemy
starlette==0.27.0
starlette==0.35.1
# via fastapi
tabulate==0.9.0
# via feast (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"toml>=0.10.0,<1",
"tqdm>=4,<5",
"typeguard==2.13.3",
"fastapi>=0.68.0,<0.100",
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0,<1",
"gunicorn",
"dask>=2021.1.0",
Expand Down