diff --git a/pyproject.toml b/pyproject.toml index a8ba50f8c..f6429bac2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,12 +21,11 @@ pydantic = "^2.4.2" langchain = "0.1.0" openai = "^1.7.1" langchain-openai = "^0.0.2" -pyright = "1.1.333" -black = {git = "https://github.com/psf/black.git", rev = "stable"} [tool.poetry.group.dev.dependencies] isort = "^5.13.2" -black = "^24.1" +pyright = "1.1.333" +black = {git = "https://github.com/psf/black.git", rev = "stable"} autoflake = "^2.2.1" pre-commit = "^3.6.0" mkdocs = "^1.4.3" @@ -41,9 +40,6 @@ cairosvg = "^2.7.1" profile = "black" known_first_party = ["crewai"] - - - [tool.poetry.group.test.dependencies] pytest = "^7.4" pytest-vcr = "^1.0.2"