Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.langchain-xai: 0.2.5 -> 0.3.72

https://github.com/langchain-ai/langchain-xai/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-xai/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "langchain-xai"; 28 - version = "0.2.5"; 28 + version = "0.3.72"; 29 29 pyproject = true; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "langchain-ai"; 33 33 repo = "langchain"; 34 - tag = "langchain-xai==${version}"; 35 - hash = "sha256-nae7KwCKjkvenOO8vErxFQStHolc+N8EUuK6U8r48Kc="; 34 + tag = "langchain-core==${version}"; 35 + hash = "sha256-Q2uGMiODUtwkPdOyuSqp8vqjlLjiXk75QjXp7rr20tc="; 36 36 }; 37 37 38 38 sourceRoot = "${src.name}/libs/partners/xai";