Update pypi info for each package

This commit is contained in:
Nuno Campos
2024-06-19 08:15:58 -07:00
parent 17f1a05b6b
commit 5fe91c110d
3 changed files with 10 additions and 6 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
[tool.poetry]
name = "langgraph-cli"
version = "0.1.37"
version = "0.1.38"
description = "CLI for interacting with LangGraph API"
authors = ["Nuno Campos <nuno@langchain.dev>"]
authors = []
license = "MIT"
readme = "README.md"
repository = "https://www.github.com/langchain-ai/langgraph"
packages = [{include = "langgraph_cli"}]
[tool.poetry.scripts]
+1 -1
View File
@@ -1,7 +1,7 @@
[tool.poetry]
name = "langgraph"
version = "0.0.69"
description = "langgraph"
description = "Building stateful, multi-actor applications with LLMs"
authors = []
license = "MIT"
readme = "README.md"
+5 -3
View File
@@ -1,9 +1,11 @@
[tool.poetry]
name = "langgraph-sdk"
version = "0.1.21"
description = ""
authors = ["Nuno Campos <nuno@langchain.dev>"]
version = "0.1.22"
description = "CLI for interacting with LangGraph API"
authors = []
license = "MIT"
readme = "README.md"
repository = "https://www.github.com/langchain-ai/langgraph"
packages = [{ include = "langgraph_sdk" }]
[tool.poetry.dependencies]