From 8de8519daf6e7281723736f8a6dfb740cd09c4a1 Mon Sep 17 00:00:00 2001 From: ccurme Date: Fri, 10 Jan 2025 16:53:41 -0500 Subject: [PATCH] tests[patch]: release 0.3.8 (#29141) --- libs/standard-tests/poetry.lock | 6 +++--- libs/standard-tests/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/standard-tests/poetry.lock b/libs/standard-tests/poetry.lock index 316059246f7..e040d73b522 100644 --- a/libs/standard-tests/poetry.lock +++ b/libs/standard-tests/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "annotated-types" @@ -308,7 +308,7 @@ files = [ [[package]] name = "langchain-core" -version = "0.3.22" +version = "0.3.29" description = "Building applications with LLMs through composability" optional = false python-versions = ">=3.9,<4.0" @@ -317,7 +317,7 @@ develop = true [package.dependencies] jsonpatch = "^1.33" -langsmith = "^0.1.125" +langsmith = ">=0.1.125,<0.3" packaging = ">=23.2,<25" pydantic = [ {version = ">=2.5.2,<3.0.0", markers = "python_full_version < \"3.12.4\""}, diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 2a44bc3b7bf..284e201640e 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "langchain-tests" -version = "0.3.7" +version = "0.3.8" description = "Standard tests for LangChain implementations" authors = ["Erick Friis "] readme = "README.md"