Skip to content

Commit

Permalink
Add fastapi to types extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sternakt committed Dec 20, 2024
1 parent 7a36e71 commit 5b43da5
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 @@ -90,7 +90,7 @@
interop_pydantic_ai = ["pydantic-ai==0.0.13"]
interop = interop_crewai + interop_langchain + interop_pydantic_ai

types = ["mypy==1.9.0"] + test + jupyter_executor + interop
types = ["mypy==1.9.0"] + test + jupyter_executor + interop + ["fastapi>=0.115.0,<1"]

if current_os in ["Windows", "Darwin"]:
retrieve_chat_pgvector.extend(["psycopg[binary]>=3.1.18"])
Expand Down

0 comments on commit 5b43da5

Please sign in to comment.