From 3778f6113cfd57c5b67e892cc6e902a9d368fb38 Mon Sep 17 00:00:00 2001 From: Vadym Barda Date: Wed, 26 Feb 2025 18:48:03 -0500 Subject: [PATCH] prebuilt: release 0.1.0 (#3610) --- libs/langgraph/poetry.lock | 4 ++-- libs/prebuilt/poetry.lock | 2 +- libs/prebuilt/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/langgraph/poetry.lock b/libs/langgraph/poetry.lock index 00a9f52c9..ffc09c193 100644 --- a/libs/langgraph/poetry.lock +++ b/libs/langgraph/poetry.lock @@ -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" diff --git a/libs/prebuilt/poetry.lock b/libs/prebuilt/poetry.lock index c3671cf5d..10182b668 100644 --- a/libs/prebuilt/poetry.lock +++ b/libs/prebuilt/poetry.lock @@ -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] diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index 6dbe7a059..6829a1cc0 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -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"