increment version

This commit is contained in:
Chester Curme 2025-02-03 16:12:28 -05:00
parent bc24f60a39
commit e939cd462a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ dependencies = [
"async-timeout<5.0.0,>=4.0.0; python_version < \"3.11\"",
]
name = "langchain"
version = "0.3.17"
version = "0.3.18rc1"
description = "Building applications with LLMs through composability"
readme = "README.md"

View File

@ -2211,7 +2211,7 @@ wheels = [
[[package]]
name = "langchain"
version = "0.3.17"
version = "0.3.18rc1"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },