mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
python3Packages.langgraph-sdk: 0.1.26 -> 0.1.30
Diff: https://github.com/langchain-ai/langgraph/compare/refs/tags/sdk==0.1.26...sdk==0.1.30 Changelog: https://github.com/langchain-ai/langgraph/releases/tag/sdk==0.1.30
This commit is contained in:
parent
9535187fd1
commit
2cc431f39b
@ -2,26 +2,29 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
poetry-core,
|
||||
|
||||
# dependencies
|
||||
httpx,
|
||||
httpx-sse,
|
||||
orjson,
|
||||
poetry-core,
|
||||
pythonOlder,
|
||||
|
||||
# passthru
|
||||
writeScript,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "langgraph-sdk";
|
||||
version = "0.1.26";
|
||||
version = "0.1.30";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user