Skip to content

Commit

Permalink
langchain-standard-tests -> langchain-tests (#9)
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 b03be3d commit e757a8d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 39 deletions.
73 changes: 39 additions & 34 deletions libs/together/poetry.lock

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

6 changes: 1 addition & 5 deletions libs/together/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = "^0.21.1"
docarray = "^0.32.1"
langchain-openai = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/partners/openai" }
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.dependencies]
codespell = "^2.2.0"
Expand All @@ -94,7 +92,5 @@ 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.dependencies]
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core" }

0 comments on commit e757a8d

Please sign in to comment.