Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ openai-agents = ["openai-agents>=0.18.3"]
# In the next breaking EasyCat release after that date, ``pydantic-ai`` can
# move to the supported 2.x range, the transitional ``pydantic-ai-v2`` alias
# can be removed, and the [tool.uv].conflicts entry below can be collapsed.
pydantic-ai = ["pydantic-ai>=1.99.0,<2.0.0"]
pydantic-ai = ["pydantic-ai>=1.99.0,<3.0.0"]
pydantic-ai-v2 = ["pydantic-ai>=2.5.1,<3.0.0"]
# Security floor: 1.2.28 includes the LangChain prompt-validation fixes from
# GHSA-c67j-w6g6-q2cm, GHSA-qh6h-p6c9-ff54, and GHSA-926x-3r5x-gfhw.
Expand Down
Loading