tests: release 0.3.15 (#30397)

This commit is contained in:
ccurme 2025-03-20 15:38:40 -04:00 committed by GitHub
parent 5588ca4cfb
commit 785a8e7d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -1275,7 +1275,7 @@ class ChatModelIntegrationTests(ChatModelTests):
name="greeting_generator", name="greeting_generator",
description="Generate a greeting in a particular style of speaking.", description="Generate a greeting in a particular style of speaking.",
) )
if not self.has_tool_choice: if self.has_tool_choice:
tool_choice: Optional[str] = "any" tool_choice: Optional[str] = "any"
else: else:
tool_choice = None tool_choice = None

View File

@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }]
license = { text = "MIT" } license = { text = "MIT" }
requires-python = "<4.0,>=3.9" requires-python = "<4.0,>=3.9"
dependencies = [ dependencies = [
"langchain-core<1.0.0,>=0.3.43", "langchain-core<1.0.0,>=0.3.47",
"pytest<9,>=7", "pytest<9,>=7",
"pytest-asyncio<1,>=0.20", "pytest-asyncio<1,>=0.20",
"httpx<1,>=0.25.0", "httpx<1,>=0.25.0",
@ -16,7 +16,7 @@ dependencies = [
"numpy<3,>=1.26.2", "numpy<3,>=1.26.2",
] ]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.14" version = "0.3.15"
description = "Standard tests for LangChain implementations" description = "Standard tests for LangChain implementations"
readme = "README.md" readme = "README.md"

View File

@ -288,7 +288,7 @@ wheels = [
[[package]] [[package]]
name = "langchain-core" name = "langchain-core"
version = "0.3.43" version = "0.3.47"
source = { editable = "../core" } source = { editable = "../core" }
dependencies = [ dependencies = [
{ name = "jsonpatch" }, { name = "jsonpatch" },
@ -346,7 +346,7 @@ typing = [
[[package]] [[package]]
name = "langchain-tests" name = "langchain-tests"
version = "0.3.14" version = "0.3.15"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "httpx" }, { name = "httpx" },