Skip to content

Commit

Permalink
langchain-standard-tests -> langchain-tests (#41)
Browse files Browse the repository at this point in the history
* langchain-standard-tests -> langchain-tests

* x
  • Loading branch information
efriis authored Nov 15, 2024
1 parent 9b5b9dd commit 3b34b94
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
27 changes: 11 additions & 16 deletions libs/ibm/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions libs/ibm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
pytest-cov = "^4.1.0"
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-tests = "0.3.1"

[tool.poetry.group.codespell]
optional = true
Expand All @@ -49,13 +48,11 @@ ruff = "^0.5"
[tool.poetry.group.typing.dependencies]
mypy = "^1.10"
types-requests = "^2"
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" }

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 3b34b94

Please sign in to comment.