diff --git a/setup.py b/setup.py index eb9d885..f212a81 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ extras_require = { "test": ["pytest~=8.0", "pytest-asyncio~=0.18", "pytest-cov~=3.0", "coverage-badge~=1.0"], "hook": ["pre-commit~=4.0"], - "lint": ["isort~=5.9", "black~=24.1", "flake518~=1.2", "darglint~=1.8"], + "lint": ["isort~=5.9", "black>=24.1,<26.0", "flake518~=1.2", "darglint~=1.8"], "docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=2.0"], "ex": ["fastapi~=0.75", "uvicorn~=0.17", "requests~=2.27", "transformers~=4.17"], }