python312Packages.langgraph 0.2.4 -> 0.2.15 https://github.com/langchain-ai/langgraph/releases attrpath: python312Packages.langgraph Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.12-langgraph-0.2.4 Press Enter key to continue... Running update for: - python3.12-langgraph-0.2.4: UPDATING ... - python3.12-langgraph-0.2.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/langgraph-sdk/default.nix b/pkgs/development/python-modules/langgraph-sdk/default.nix index d002f958fb40..7f9bb610071e 100644 --- a/pkgs/development/python-modules/langgraph-sdk/default.nix +++ b/pkgs/development/python-modules/langgraph-sdk/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "langgraph-sdk"; - version = "0.1.26"; + version = "0.1.30"; pyproject = true; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "langchain-ai"; repo = "langgraph"; rev = "refs/tags/sdk==${version}"; - hash = "sha256-o7JrB2WSWfPm927tDRMcjzx+6Io6Q+Yjp4XPVs2+F4o="; + hash = "sha256-gI12XuxFplqIKVlVjeO60YxT7WG/SSsZ0aWfjg5bHIs="; }; sourceRoot = "${src.name}/libs/sdk-py"; diff --git a/pkgs/development/python-modules/langgraph/default.nix b/pkgs/development/python-modules/langgraph/default.nix index 712e90a602c1..5ea34d823872 100644 --- a/pkgs/development/python-modules/langgraph/default.nix +++ b/pkgs/development/python-modules/langgraph/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { pname = "langgraph"; - version = "0.2.4"; + version = "0.2.15"; pyproject = true; disabled = pythonOlder "3.9"; @@ -37,7 +37,7 @@ buildPythonPackage rec { owner = "langchain-ai"; repo = "langgraph"; rev = "refs/tags/${version}"; - hash = "sha256-jUBaWXrHCXAph8EGEJnH7lbKIyjQ8oPt4eDMyIkbURo="; + hash = "sha256-Rd/b+mP46DeJXummIsA54w9BTGobMK0TAmbQD0Ycs9Q="; }; postgresqlTestSetupPost = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.langgraph nix build failed. selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok initdb: warning: enabling "trust" authentication for local connections initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb. Success. You can now start the database server using: /nix/store/48abcjx52nbp8myygxgwqb4gh4xsg5fa-postgresql-16.4/bin/pg_ctl -D /build/postgresql -l logfile start starting postgresql waiting for server to start....2024-08-31 05:32:47.003 UTC [351] LOG: starting PostgreSQL 16.4 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.3.0, 64-bit 2024-08-31 05:32:47.004 UTC [351] LOG: listening on Unix socket "/build/run/postgresql/.s.PGSQL.5432" 2024-08-31 05:32:47.007 UTC [354] LOG: database system was shut down at 2024-08-31 05:32:46 UTC 2024-08-31 05:32:47.010 UTC [351] LOG: database system is ready to accept connections done server started setting up postgresql CREATE ROLE CREATE DATABASE ImportError while loading conftest '/build/source/libs/langgraph/tests/conftest.py'. tests/conftest.py:10: in   from psycopg_pool import AsyncConnectionPool, ConnectionPool E ModuleNotFoundError: No module named 'psycopg_pool'