Skip to content

Commit a2db8fc

Browse files
committed
test: bump pydantic-ai interop version to let tests pass
1 parent 584d09e commit a2db8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ interop-crewai = [
214214
"weaviate-client>=4,<5; python_version>='3.10' and python_version<'3.13'",
215215
]
216216
interop-langchain = ["langchain-community>=0.3.12,<1"]
217-
interop-pydantic-ai = ["pydantic-ai==1.0.1", "fasta2a"]
217+
interop-pydantic-ai = ["pydantic-ai>=1.0.12", "fasta2a"]
218218
interop =[
219219
"ag2[interop-crewai, interop-langchain, interop-pydantic-ai]"
220220
]

0 commit comments

Comments
 (0)