prebuilt: release 0.1.0 (#3610)

This commit is contained in:
Vadym Barda
2025-02-26 18:48:03 -05:00
committed by GitHub
parent 24c13c211e
commit 3778f6113c
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1395,7 +1395,7 @@ files = []
develop = true
[package.dependencies]
aiosqlite = "^0.20.0"
aiosqlite = ">=0.20,<0.22"
langgraph-checkpoint = "^2.0.15"
[package.source]
@@ -1404,7 +1404,7 @@ url = "../checkpoint-sqlite"
[[package]]
name = "langgraph-prebuilt"
version = "1.0.0"
version = "0.1.0"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
optional = false
python-versions = "^3.9.0,<4.0"
+1 -1
View File
@@ -501,7 +501,7 @@ files = []
develop = true
[package.dependencies]
aiosqlite = "^0.20.0"
aiosqlite = ">=0.20,<0.22"
langgraph-checkpoint = "^2.0.15"
[package.source]
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "langgraph-prebuilt"
version = "1.0.0"
version = "0.1.0"
description = "Library with high-level APIs for creating and executing LangGraph agents and tools."
authors = []
license = "MIT"