Skip to content

Commit

Permalink
langchain-standard-tests -> langchain-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Nov 15, 2024
1 parent 2bab561 commit 71e45c8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions libs/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand All @@ -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 = [
Expand Down

0 comments on commit 71e45c8

Please sign in to comment.