Skip to content

Commit

Permalink
[shortfin] Remove fastapi from 3.13t requirements (#596)
Browse files Browse the repository at this point in the history
This removes fastapi as a requirements as it pulls in pydantic which
depends on pydantic-core. The latter cannot be build for a free-threaded
Python and as part of the 0.27.1 release bumped PyO3 to 0.22.6 to
prevent accidental installs on free-threaded Python.

Supersedes and closes #595.
  • Loading branch information
marbre authored Nov 22, 2024
1 parent e2c2f01 commit e37b934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shortfin/requirements-tests-nogil.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pytest
requests
fastapi
uvicorn

0 comments on commit e37b934

Please sign in to comment.