Update aiofiles version constraint in pyproject.toml
Update aiofiles version constraint from <24.0.0 to <25.1.0 to resolve conflict with Microsoft agent-framework which requires aiofiles >=24.0.1. Fixes #1829
This commit is contained in:
parent
00b60aed6c
commit
ad75450f9c
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ dependencies = [
|
||||||
"instructor>=1.9.1,<2.0.0",
|
"instructor>=1.9.1,<2.0.0",
|
||||||
"filetype>=1.2.0,<2.0.0",
|
"filetype>=1.2.0,<2.0.0",
|
||||||
"aiohttp>=3.11.14,<4.0.0",
|
"aiohttp>=3.11.14,<4.0.0",
|
||||||
"aiofiles>=23.2.1,<24.0.0",
|
"aiofiles>=23.2.1,<25.1.0",
|
||||||
"rdflib>=7.1.4,<7.2.0",
|
"rdflib>=7.1.4,<7.2.0",
|
||||||
"pypdf>=4.1.0,<7.0.0",
|
"pypdf>=4.1.0,<7.0.0",
|
||||||
"jinja2>=3.1.3,<4",
|
"jinja2>=3.1.3,<4",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue