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"