From 3b34b941ea394b90ab90730ff7f33dd760e01c65 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 15 Nov 2024 12:31:11 -0800 Subject: [PATCH] langchain-standard-tests -> langchain-tests (#41) * langchain-standard-tests -> langchain-tests * x --- libs/ibm/poetry.lock | 27 +++++++++++---------------- libs/ibm/pyproject.toml | 5 +---- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/libs/ibm/poetry.lock b/libs/ibm/poetry.lock index b9e6b0f..5b36164 100644 --- a/libs/ibm/poetry.lock +++ b/libs/ibm/poetry.lock @@ -535,26 +535,21 @@ resolved_reference = "b509747c7f13c5cad2226e62a3c9d948664fa193" subdirectory = "libs/core" [[package]] -name = "langchain-standard-tests" -version = "0.3.0" +name = "langchain-tests" +version = "0.3.1" description = "Standard tests for LangChain implementations" optional = false -python-versions = ">=3.9,<4.0" -files = [] -develop = false +python-versions = "<4.0,>=3.9" +files = [ + {file = "langchain_tests-0.3.1-py3-none-any.whl", hash = "sha256:c62fc827247ec0a1ec73303cda8062b84581663d8f9c6e6081b1362ff822f538"}, + {file = "langchain_tests-0.3.1.tar.gz", hash = "sha256:9a221351f4c9de00d0c731e80d2dd3281ef3ba0786193d7a566a70d480cc109f"}, +] [package.dependencies] -httpx = "^0.27.0" -langchain-core = "^0.3.15" +httpx = ">=0.27.0,<0.28.0" +langchain-core = ">=0.3.15,<0.4.0" pytest = ">=7,<9" -syrupy = "^4" - -[package.source] -type = "git" -url = "https://github.com/langchain-ai/langchain.git" -reference = "HEAD" -resolved_reference = "b509747c7f13c5cad2226e62a3c9d948664fa193" -subdirectory = "libs/standard-tests" +syrupy = ">=4,<5" [[package]] name = "langsmith" @@ -1416,4 +1411,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "3bf4122afd1360e129c7ae11941675b2afd83686f4eda9556949a33579ab6486" +content-hash = "8ddf2e3045b73adc3e4b71b97d6618c6704b3041b565fa5ae4aabb5e375050be" diff --git a/libs/ibm/pyproject.toml b/libs/ibm/pyproject.toml index c67c945..713f5c4 100644 --- a/libs/ibm/pyproject.toml +++ b/libs/ibm/pyproject.toml @@ -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 @@ -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 = [