From 5602c29668a1671fafd8ef737a705cdaa190ea56 Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Wed, 28 May 2025 09:33:39 -0400 Subject: [PATCH] prebuilt: release 0.2.2 (#4851) bump prebuilt --- docs/uv.lock | 4 ++-- libs/langgraph/uv.lock | 5 ++--- libs/prebuilt/pyproject.toml | 2 +- libs/prebuilt/uv.lock | 3 ++- libs/scheduler-kafka/uv.lock | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/uv.lock b/docs/uv.lock index 2232ca272..551956f03 100644 --- a/docs/uv.lock +++ b/docs/uv.lock @@ -2590,7 +2590,7 @@ wheels = [ [[package]] name = "langgraph" -version = "0.4.5" +version = "0.4.7" source = { editable = "../libs/langgraph" } dependencies = [ { name = "langchain-core" }, @@ -2891,7 +2891,7 @@ test = [ [[package]] name = "langgraph-prebuilt" -version = "0.2.1" +version = "0.2.2" source = { editable = "../libs/prebuilt" } dependencies = [ { name = "langchain-core" }, diff --git a/libs/langgraph/uv.lock b/libs/langgraph/uv.lock index d5509e660..30f62720f 100644 --- a/libs/langgraph/uv.lock +++ b/libs/langgraph/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.13' and python_full_version < '4.0'", @@ -1415,7 +1416,7 @@ inmem = [ [[package]] name = "langgraph-prebuilt" -version = "0.2.1" +version = "0.2.2" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" }, @@ -2122,8 +2123,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b8/2a/25e0be2b509c28375c7f75c7e8d8d060773f2cce4856a1654276e3202339/pycryptodome-3.22.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:d21c1eda2f42211f18a25db4eaf8056c94a8563cd39da3683f89fe0d881fb772", size = 2262255 }, { url = "https://files.pythonhosted.org/packages/41/58/60917bc4bbd91712e53ce04daf237a74a0ad731383a01288130672994328/pycryptodome-3.22.0-cp37-abi3-win32.whl", hash = "sha256:f02baa9f5e35934c6e8dcec91fcde96612bdefef6e442813b8ea34e82c84bbfb", size = 1763403 }, { url = "https://files.pythonhosted.org/packages/55/f4/244c621afcf7867e23f63cfd7a9630f14cfe946c9be7e566af6c3915bcde/pycryptodome-3.22.0-cp37-abi3-win_amd64.whl", hash = "sha256:d086aed307e96d40c23c42418cbbca22ecc0ab4a8a0e24f87932eeab26c08627", size = 1794568 }, - { url = "https://files.pythonhosted.org/packages/cd/13/16d3a83b07f949a686f6cfd7cfc60e57a769ff502151ea140ad67b118e26/pycryptodome-3.22.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:98fd9da809d5675f3a65dcd9ed384b9dc67edab6a4cda150c5870a8122ec961d", size = 1700779 }, - { url = "https://files.pythonhosted.org/packages/13/af/16d26f7dfc5fd7696ea2c91448f937b51b55312b5bed44f777563e32a4fe/pycryptodome-3.22.0-pp27-pypy_73-win32.whl", hash = "sha256:37ddcd18284e6b36b0a71ea495a4c4dca35bb09ccc9bfd5b91bfaf2321f131c1", size = 1775230 }, { url = "https://files.pythonhosted.org/packages/37/c3/e3423e72669ca09f141aae493e1feaa8b8475859898b04f57078280a61c4/pycryptodome-3.22.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:b4bdce34af16c1dcc7f8c66185684be15f5818afd2a82b75a4ce6b55f9783e13", size = 1618698 }, { url = "https://files.pythonhosted.org/packages/f9/b7/35eec0b3919cafea362dcb68bb0654d9cb3cde6da6b7a9d8480ce0bf203a/pycryptodome-3.22.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2988ffcd5137dc2d27eb51cd18c0f0f68e5b009d5fec56fbccb638f90934f333", size = 1666957 }, { url = "https://files.pythonhosted.org/packages/b0/1f/f49bccdd8d61f1da4278eb0d6aee7f988f1a6ec4056b0c2dc51eda45ae27/pycryptodome-3.22.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e653519dedcd1532788547f00eeb6108cc7ce9efdf5cc9996abce0d53f95d5a9", size = 1659242 }, diff --git a/libs/prebuilt/pyproject.toml b/libs/prebuilt/pyproject.toml index e93cb7d92..2cb75c62b 100644 --- a/libs/prebuilt/pyproject.toml +++ b/libs/prebuilt/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "langgraph-prebuilt" -version = "0.2.1" +version = "0.2.2" description = "Library with high-level APIs for creating and executing LangGraph agents and tools." authors = [] requires-python = ">=3.9" diff --git a/libs/prebuilt/uv.lock b/libs/prebuilt/uv.lock index 64db82eed..552b7b86f 100644 --- a/libs/prebuilt/uv.lock +++ b/libs/prebuilt/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.12.4'", @@ -460,7 +461,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.2.1" +version = "0.2.2" source = { editable = "." } dependencies = [ { name = "langchain-core" }, diff --git a/libs/scheduler-kafka/uv.lock b/libs/scheduler-kafka/uv.lock index 120e47743..8da52a916 100644 --- a/libs/scheduler-kafka/uv.lock +++ b/libs/scheduler-kafka/uv.lock @@ -1,4 +1,5 @@ version = 1 +revision = 1 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.12.4'", @@ -557,7 +558,7 @@ dev = [ [[package]] name = "langgraph-prebuilt" -version = "0.2.1" +version = "0.2.2" source = { editable = "../prebuilt" } dependencies = [ { name = "langchain-core" },