Skip to content

Commit 689098d

Browse files
committed
Bump pydantic minimum to >=2.11.7 for fastmcp
1 parent dac5eae commit 689098d

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ dependencies = [
3636
"pillow==11.3.0",
3737
"playwright==1.58.0",
3838
"pre-commit>=4.5.1",
39-
"pydantic==2.9.2",
39+
"pydantic>=2.11.7,<3",
4040
"pytest>=8.4.1",
4141
"pytest-asyncio>=1.3.0",
4242
"python-dotenv>=1.1.1",
4343
"pyyaml>=6.0.2",
4444
"requests>=2.32.4",
45-
"typing-extensions==4.14.0",
45+
"typing-extensions>=4.14.0",
4646
"fastmcp>=2.0.0",
4747
"httpx>=0.28.0",
4848
]

webqa_agent/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ openai==1.93.0
1111
pillow==11.3.0
1212
playwright==1.58.0
1313
pre-commit>=4.5.1
14-
pydantic==2.9.2
14+
pydantic>=2.11.7,<3
1515
pytest==8.4.1
1616
pytest-asyncio==1.3.0
1717
python-dotenv==1.1.1
1818
pyyaml==6.0.2
1919
requests==2.32.4
20-
typing-extensions==4.14.0
20+
typing-extensions>=4.14.0
21+
fastmcp>=2.0.0
22+
httpx>=0.28.0

0 commit comments

Comments
 (0)