From 4f76246cf2edc239de0e68f16247e21957ee4197 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 20 Nov 2024 19:35:58 -0800 Subject: [PATCH] standard-tests: release 0.3.4 (#28245) --- libs/standard-tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 1fe4299efb0be..cb15fa4968312 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.3" +version = "0.3.4" description = "Standard tests for LangChain implementations" authors = ["Erick Friis "] readme = "README.md"