release(cli): 0.0.37 (#32760)

It's been a minute. Final release prior to dropping Python 3.9 support.
This commit is contained in:
Mason Daugherty
2025-08-30 14:07:55 -04:00
committed by GitHub
parent e3c4aeaea1
commit 2dc89a2ae7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ dependencies = [
"gritql<1.0.0,>=0.2.0",
]
name = "langchain-cli"
version = "0.0.36"
version = "0.0.37"
description = "CLI for interacting with LangChain"
readme = "README.md"

2
libs/cli/uv.lock generated
View File

@@ -515,7 +515,7 @@ typing = [
[[package]]
name = "langchain-cli"
version = "0.0.36"
version = "0.0.37"
source = { editable = "." }
dependencies = [
{ name = "gitpython" },