Skip to content

Commit

Permalink
Trying to fix the integration test failures with drop python 3.8 vers…
Browse files Browse the repository at this point in the history
…ion PR.

Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>

Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
  • Loading branch information
lokeshrangineni committed Mar 18, 2024
1 parent bf1e55a commit dfd1248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"fastapi>=0.68.0",
"uvicorn[standard]>=0.14.0,<1",
"gunicorn",
"dask>=2021.1.0",
"dask>=2021.1.0,<2024.3.0",
"bowler", # Needed for automatic repo upgrades
# FastAPI does not correctly pull starlette dependency on httpx see thread(https://github.com/tiangolo/fastapi/issues/5656).
"httpx>=0.23.3",
Expand Down

0 comments on commit dfd1248

Please sign in to comment.