Skip to content

Commit d69cc6b

Browse files
authored
no more git dependencies (#141)
1 parent ddd5039 commit d69cc6b

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

poetry.lock

Lines changed: 40 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ pytest-asyncio = "^0.23.2"
3434
pytest-socket = "^0.7.0"
3535
pytest-cov = "^5.0.0"
3636
pytest-timeout = "^2.3.1"
37-
langchain-core = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/core/" }
38-
langchain-tests = { git = "https://github.com/langchain-ai/langchain.git", subdirectory = "libs/standard-tests/" }
37+
langchain-tests = "0.3.1"
3938

4039
[tool.poetry.group.codespell]
4140
optional = true

0 commit comments

Comments
 (0)