python3Packages.langchain-deepseek: 0.1.4 -> 1.0.0

This commit is contained in:
Sarah Clark 2025-10-22 03:41:47 +00:00
parent 9d94f32df3
commit 61f941eee7

View file

@ -4,7 +4,7 @@
fetchFromGitHub,
# build-system
pdm-backend,
hatchling,
# dependencies
langchain-core,
@ -22,20 +22,20 @@
buildPythonPackage rec {
pname = "langchain-deepseek";
version = "0.1.4";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-deepseek==${version}";
hash = "sha256-lIlThVpyZF5osiCyYMO8kQUNtG5eUjXGZLdgRraj4Yc=";
hash = "sha256-sOJxtiYL/hgDEeWkCvHP3mfI4tmrBuQp1BYN5WX+npo=";
};
sourceRoot = "${src.name}/libs/partners/deepseek";
build-system = [
pdm-backend
hatchling
];
pythonRelaxDeps = [