Skip to content

Commit

Permalink
removing version constraint for fastapi, bumping starlette dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Chester Ong <chester.ong.ch@gmail.com>
  • Loading branch information
bushwhackr committed Feb 7, 2024
1 parent 450bbac commit bcebc63
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit bcebc63

Please sign in to comment.