nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.langchain-deepseek: 0.1.4 -> 0.3.72

https://github.com/langchain-ai/langchain/releases/tag/langchain-core==0.3.72

This commit was automatically generated using update-python-libraries.

+3 -3
+3 -3
pkgs/development/python-modules/langchain-deepseek/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "langchain-deepseek"; 25 - version = "0.1.4"; 25 + version = "0.3.72"; 26 26 pyproject = true; 27 27 28 28 src = fetchFromGitHub { 29 29 owner = "langchain-ai"; 30 30 repo = "langchain"; 31 - tag = "langchain-deepseek==${version}"; 32 - hash = "sha256-lIlThVpyZF5osiCyYMO8kQUNtG5eUjXGZLdgRraj4Yc="; 31 + tag = "langchain-core==${version}"; 32 + hash = "sha256-Q2uGMiODUtwkPdOyuSqp8vqjlLjiXk75QjXp7rr20tc="; 33 33 }; 34 34 35 35 sourceRoot = "${src.name}/libs/partners/deepseek";