Skip to content

Commit 3154273

Browse files
chore(deps): migrate pydantic-ai template to v2 (#821)
1 parent b19fd9e commit 3154273

3 files changed

Lines changed: 19 additions & 336 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"playwright >= 1.58.0, < 2.0.0",
2525
"polars >= 1.0.0, < 2.0.0",
2626
"pydantic >= 2.0.0, < 3.0.0",
27-
"pydantic-ai >= 1.99.0, < 2.0.0", # >= 1.99.0 patches SSRF advisories GHSA-cqp8-fcvh-x7r3 and GHSA-2jrp-274c-jhv3
27+
"pydantic-ai >= 2.0.0, < 3.0.0",
2828
"pyjwt >= 2.12.0", # Transitive dep of mcp; direct pin until mcp bumps its floor above vulnerable < 2.12.0
2929
"scrapy >= 2.14.0, < 3.0.0",
3030
"selenium >= 4.41.0, < 5.0.0",

templates/python-pydanticai/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
# https://pip.pypa.io/en/latest/reference/requirements-file-format/
33

44
apify >= 3.0.0, < 4.0.0
5-
# >= 1.99.0 patches SSRF advisories GHSA-cqp8-fcvh-x7r3 and GHSA-2jrp-274c-jhv3
6-
pydantic-ai >= 1.99.0, < 2.0.0
5+
pydantic-ai >= 2.0.0, < 3.0.0

0 commit comments

Comments
 (0)