diff --git a/libs/aws/pyproject.toml b/libs/aws/pyproject.toml index fd06cd4..cb9409b 100644 --- a/libs/aws/pyproject.toml +++ b/libs/aws/pyproject.toml @@ -15,10 +15,10 @@ python = ">=3.9,<4.0" langchain-core = ">=0.3.15,<0.4" boto3 = ">=1.34.131" numpy = [ - {version = "^1", python = "<3.12"}, - {version = "^1.26.0", python = ">=3.12"} - ] - pydantic = ">=2,<3" + { version = "^1", python = "<3.12" }, + { version = "^1.26.0", python = ">=3.12" }, +] +pydantic = ">=2,<3" [tool.poetry.group.test] optional = true @@ -29,9 +29,9 @@ pytest-cov = "^4.1.0" syrupy = "^4.0.2" pytest-asyncio = "^0.23.2" pytest-watcher = "^0.3.4" -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} -langchain-standard-tests = {git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests"} -langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } +langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests" } +langchain = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/langchain" } [tool.poetry.group.codespell] @@ -54,13 +54,13 @@ ruff = "^0.1.8" [tool.poetry.group.typing.dependencies] mypy = "^1.7" types-requests = "^2.28.11.5" -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.poetry.group.dev] optional = true [tool.poetry.group.dev.dependencies] -langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core"} +langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" } [tool.ruff.lint] select = [