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

python3Packages.langchain*: standardize inputs structure

+65 -21
+3 -1
pkgs/development/python-modules/langchain-anthropic/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 16 langchain-tests, 17 pytest-asyncio, 18 pytestCheckHook, 19 }: 20 21 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 15 langchain-tests, 16 pytest-asyncio, 17 pytestCheckHook, 18 + 19 + # passthru 20 + gitUpdater, 21 }: 22 23 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-aws/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 poetry-core, ··· 17 langchain-tests, 18 pytest-asyncio, 19 pytestCheckHook, 20 }: 21 22 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 poetry-core, ··· 16 langchain-tests, 17 pytest-asyncio, 18 pytestCheckHook, 19 + 20 + # passthru 21 + gitUpdater, 22 }: 23 24 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-azure-dynamic-sessions/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 poetry-core, ··· 24 responses, 25 syrupy, 26 toml, 27 }: 28 29 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 poetry-core, ··· 23 responses, 24 syrupy, 25 toml, 26 + 27 + # passthru 28 + gitUpdater, 29 }: 30 31 buildPythonPackage rec {
+11 -3
pkgs/development/python-modules/langchain-chroma/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 chromadb, 7 langchain-core, 8 - langchain-tests, 9 numpy, 10 - pdm-backend, 11 pytestCheckHook, 12 pytest-asyncio, 13 }: 14 15 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 + 6 + # build-system 7 + pdm-backend, 8 + 9 + # dependencies 10 chromadb, 11 langchain-core, 12 numpy, 13 + 14 + # tests 15 + langchain-tests, 16 pytestCheckHook, 17 pytest-asyncio, 18 + 19 + # passthru 20 + gitUpdater, 21 }: 22 23 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-community/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 36 responses, 37 syrupy, 38 toml, 39 }: 40 41 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 35 responses, 36 syrupy, 37 toml, 38 + 39 + # passthru 40 + gitUpdater, 41 }: 42 43 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-core/default.nix
··· 3 stdenv, 4 buildPythonPackage, 5 fetchFromGitHub, 6 - gitUpdater, 7 8 # build-system 9 pdm-backend, ··· 30 pytest-xdist, 31 pytestCheckHook, 32 syrupy, 33 }: 34 35 buildPythonPackage rec {
··· 3 stdenv, 4 buildPythonPackage, 5 fetchFromGitHub, 6 7 # build-system 8 pdm-backend, ··· 29 pytest-xdist, 30 pytestCheckHook, 31 syrupy, 32 + 33 + # passthru 34 + gitUpdater, 35 }: 36 37 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-deepseek/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 17 pytestCheckHook, 18 pytest-asyncio, 19 syrupy, 20 }: 21 22 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 16 pytestCheckHook, 17 pytest-asyncio, 18 syrupy, 19 + 20 + # passthru 21 + gitUpdater, 22 }: 23 24 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-fireworks/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 18 langchain-tests, 19 pytest-asyncio, 20 pytestCheckHook, 21 }: 22 23 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 17 langchain-tests, 18 pytest-asyncio, 19 pytestCheckHook, 20 + 21 + # passthru 22 + gitUpdater, 23 }: 24 25 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-groq/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 14 # tests 15 langchain-tests, 16 pytestCheckHook, 17 }: 18 19 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 13 # tests 14 langchain-tests, 15 pytestCheckHook, 16 + 17 + # passthru 18 + gitUpdater, 19 }: 20 21 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-huggingface/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 27 responses, 28 syrupy, 29 toml, 30 }: 31 32 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 26 responses, 27 syrupy, 28 toml, 29 + 30 + # passthru 31 + gitUpdater, 32 }: 33 34 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-mistralai/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 18 langchain-tests, 19 pytest-asyncio, 20 pytestCheckHook, 21 }: 22 23 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 17 langchain-tests, 18 pytest-asyncio, 19 pytestCheckHook, 20 + 21 + # passthru 22 + gitUpdater, 23 }: 24 25 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-mongodb/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 poetry-core, ··· 19 pytestCheckHook, 20 pytest-mock, 21 syrupy, 22 }: 23 24 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 poetry-core, ··· 18 pytestCheckHook, 19 pytest-mock, 20 syrupy, 21 + 22 + # passthru 23 + gitUpdater, 24 }: 25 26 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-ollama/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 16 pytestCheckHook, 17 pytest-asyncio, 18 syrupy, 19 }: 20 21 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 15 pytestCheckHook, 16 pytest-asyncio, 17 syrupy, 18 + 19 + # passthru 20 + gitUpdater, 21 }: 22 23 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-openai/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 25 responses, 26 syrupy, 27 toml, 28 }: 29 30 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 24 responses, 25 syrupy, 26 toml, 27 + 28 + # passthru 29 + gitUpdater, 30 }: 31 32 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-perplexity/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 17 pytest-cov, 18 pytest-mock, 19 pytestCheckHook, 20 }: 21 22 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 16 pytest-cov, 17 pytest-mock, 18 pytestCheckHook, 19 + 20 + # passthru 21 + gitUpdater, 22 }: 23 24 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-tests/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 24 pytest-asyncio, 25 pytest-socket, 26 pytestCheckHook, 27 }: 28 29 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 23 pytest-asyncio, 24 pytest-socket, 25 pytestCheckHook, 26 + 27 + # passthru 28 + gitUpdater, 29 }: 30 31 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-text-splitters/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 14 httpx, 15 pytest-asyncio, 16 pytestCheckHook, 17 }: 18 19 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 13 httpx, 14 pytest-asyncio, 15 pytestCheckHook, 16 + 17 + # passthru 18 + gitUpdater, 19 }: 20 21 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain-xai/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 - gitUpdater, 6 7 # build-system 8 pdm-backend, ··· 18 pytest-asyncio, 19 pytest-mock, 20 pytestCheckHook, 21 }: 22 23 buildPythonPackage rec {
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 6 # build-system 7 pdm-backend, ··· 17 pytest-asyncio, 18 pytest-mock, 19 pytestCheckHook, 20 + 21 + # passthru 22 + gitUpdater, 23 }: 24 25 buildPythonPackage rec {
+3 -1
pkgs/development/python-modules/langchain/default.nix
··· 3 buildPythonPackage, 4 fetchFromGitHub, 5 pythonOlder, 6 - gitUpdater, 7 8 # build-system 9 pdm-backend, ··· 38 responses, 39 syrupy, 40 toml, 41 }: 42 43 buildPythonPackage rec {
··· 3 buildPythonPackage, 4 fetchFromGitHub, 5 pythonOlder, 6 7 # build-system 8 pdm-backend, ··· 37 responses, 38 syrupy, 39 toml, 40 + 41 + # passthru 42 + gitUpdater, 43 }: 44 45 buildPythonPackage rec {