File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ openai==1.93.0
1111pillow == 11.3.0
1212playwright == 1.58.0
1313pre-commit >= 4.5.1
14- pydantic == 2.9.2
14+ pydantic >= 2.11.7 , < 3
1515pytest == 8.4.1
1616pytest-asyncio == 1.3.0
1717python-dotenv == 1.1.1
1818pyyaml == 6.0.2
1919requests == 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
You can’t perform that action at this time.
0 commit comments