diff --git a/poetry.lock b/poetry.lock index fc8bbd053..686ba3333 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4077,4 +4077,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<4.0" -content-hash = "9edaf266027731d88a4698350be7f65ca9e9d12ed00efc17143c5947f0307d1b" +content-hash = "84f249eca2884c8ef5a6728d78580deb29db78c8aa4f48998bc12b2a1f095733" diff --git a/pyproject.toml b/pyproject.toml index 6ffc1fbfd..1653bda4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,6 @@ uuid6 = "^2024.1.12" [tool.poetry.group.test.dependencies] -# The only dependencies that should be added are -# dependencies used for running tests (e.g., pytest, freezegun, response). -# Any dependencies that do not meet that criteria will be removed. pytest = "^7.3.0" pytest-cov = "^4.0.0" pytest-dotenv = "^0.5.2" @@ -28,22 +25,16 @@ pytest-watcher = "^0.4.1" langchain = ">=0.1.0" aiosqlite = "^0.19.0" grandalf = "^0.8" - -[tool.poetry.group.lint.dependencies] -ruff = "^0.1.4" - -[tool.poetry.group.typing.dependencies] mypy = "^1.6.0" - -[tool.poetry.group.dev] -optional = true - -[tool.poetry.group.dev.dependencies] +ruff = "^0.1.4" jupyter = "^1.0.0" langchainhub = "^0.1.14" langchain-openai = ">=0.1.2" langchain-anthropic = ">=0.1.8" +[tool.poetry.group.test] +optional = true + [tool.ruff] select = [ "E", "F", "I" ] ignore = [ "E501" ]