Loading pkgs/development/python-modules/langchain-core/update.sh +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ declare -ar packages=( langchain-chroma langchain-community langchain-core langchain-deepseek langchain-fireworks langchain-groq langchain-huggingface Loading pkgs/development/python-modules/langchain-deepseek/default.nix 0 → 100644 +78 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system pdm-backend, poetry-core, # dependencies langchain-core, langchain-openai, # testing langchain-tests, pytestCheckHook, pytest-asyncio, syrupy, # passthru nix-update-script, }: buildPythonPackage rec { pname = "langchain-deepseek"; version = "0.1.3"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-deepseek==${version}"; hash = "sha256-nkL8QO1H29sA6g61Hgt7QrRAfwD3t+0m5JEHyPx8B7Y="; }; sourceRoot = "${src.name}/libs/partners/deepseek"; build-system = [ pdm-backend ]; pythonRelaxDeps = [ # Each component release requests the exact latest core. # That prevents us from updating individual components. "langchain-core" ]; dependencies = [ langchain-core langchain-openai ]; nativeCheckInputs = [ langchain-tests pytestCheckHook pytest-asyncio syrupy ]; pytestFlagsArray = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_deepseek" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "langchain-deepseek==([0-9.]+)" ]; }; meta = { changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-deepseek==${version}"; description = "Integration package connecting DeepSeek and LangChain"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sarahec ]; }; } pkgs/development/python-modules/langchain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "langchain"; version = "0.3.24"; version = "0.3.25"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain==${version}"; hash = "sha256-Up/pH2TxLPiPO49oIa2ZlNeH3TyN9sZSlNsqOIRmlxc="; hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE="; }; sourceRoot = "${src.name}/libs/langchain"; Loading pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7540,6 +7540,8 @@ self: super: with self; { langchain-core = callPackage ../development/python-modules/langchain-core { }; langchain-deepseek = callPackage ../development/python-modules/langchain-deepseek { }; langchain-fireworks = callPackage ../development/python-modules/langchain-fireworks { }; langchain-groq = callPackage ../development/python-modules/langchain-groq { }; Loading Loading
pkgs/development/python-modules/langchain-core/update.sh +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ declare -ar packages=( langchain-chroma langchain-community langchain-core langchain-deepseek langchain-fireworks langchain-groq langchain-huggingface Loading
pkgs/development/python-modules/langchain-deepseek/default.nix 0 → 100644 +78 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, # build-system pdm-backend, poetry-core, # dependencies langchain-core, langchain-openai, # testing langchain-tests, pytestCheckHook, pytest-asyncio, syrupy, # passthru nix-update-script, }: buildPythonPackage rec { pname = "langchain-deepseek"; version = "0.1.3"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-deepseek==${version}"; hash = "sha256-nkL8QO1H29sA6g61Hgt7QrRAfwD3t+0m5JEHyPx8B7Y="; }; sourceRoot = "${src.name}/libs/partners/deepseek"; build-system = [ pdm-backend ]; pythonRelaxDeps = [ # Each component release requests the exact latest core. # That prevents us from updating individual components. "langchain-core" ]; dependencies = [ langchain-core langchain-openai ]; nativeCheckInputs = [ langchain-tests pytestCheckHook pytest-asyncio syrupy ]; pytestFlagsArray = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_deepseek" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex" "langchain-deepseek==([0-9.]+)" ]; }; meta = { changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-deepseek==${version}"; description = "Integration package connecting DeepSeek and LangChain"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/deepseek"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sarahec ]; }; }
pkgs/development/python-modules/langchain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -42,14 +42,14 @@ buildPythonPackage rec { pname = "langchain"; version = "0.3.24"; version = "0.3.25"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain==${version}"; hash = "sha256-Up/pH2TxLPiPO49oIa2ZlNeH3TyN9sZSlNsqOIRmlxc="; hash = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE="; }; sourceRoot = "${src.name}/libs/langchain"; Loading
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7540,6 +7540,8 @@ self: super: with self; { langchain-core = callPackage ../development/python-modules/langchain-core { }; langchain-deepseek = callPackage ../development/python-modules/langchain-deepseek { }; langchain-fireworks = callPackage ../development/python-modules/langchain-fireworks { }; langchain-groq = callPackage ../development/python-modules/langchain-groq { }; Loading