mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
Update pypi info for each package
This commit is contained in:
@@ -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,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"
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user