diff --git a/pyproject.toml b/pyproject.toml index ee237d5b3..38c073a01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "aiohttp>=3.11.11", "aiosqlite~=0.20", "anyio>=4.0.0", - "lxml~=5.3", + "lxml>=5.3", "unclecode-litellm==1.81.13", "numpy>=1.26.0,<3", "pillow>=10.4", @@ -56,6 +56,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", ] [project.optional-dependencies]