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:
Shanto Mathew 2025-11-29 17:10:40 -06:00 committed by GitHub
parent 00b60aed6c
commit ad75450f9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ dependencies = [
"instructor>=1.9.1,<2.0.0",
"filetype>=1.2.0,<2.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",
"pypdf>=4.1.0,<7.0.0",
"jinja2>=3.1.3,<4",