Loading pkgs/development/python-modules/langchain-azure-dynamic-sessions/default.nix 0 → 100644 +76 −0 Original line number Diff line number Diff line { lib, azure-identity, buildPythonPackage, fetchFromGitHub, freezegun, langchain-core, langchain-openai, lark, pandas, poetry-core, pytest-asyncio, pytest-mock, pytest-socket, pytestCheckHook, pythonOlder, requests-mock, responses, syrupy, toml, }: buildPythonPackage rec { pname = "langchain-azure-dynamic-sessions"; version = "0.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-azure-dynamic-sessions==${version}"; hash = "sha256-jz4IBMnWuk8FsSsyfLN14B0xWZrmZrvEW95a45S+FOo="; }; sourceRoot = "${src.name}/libs/partners/azure-dynamic-sessions"; build-system = [ poetry-core ]; dependencies = [ azure-identity langchain-core langchain-openai ]; nativeCheckInputs = [ freezegun lark pandas pytest-asyncio pytest-mock pytest-socket pytestCheckHook requests-mock responses syrupy toml ]; pytestFlagsArray = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_azure_dynamic_sessions" ]; passthru = { updateScript = langchain-core.updateScript; }; meta = { description = "Integration package connecting Azure Container Apps dynamic sessions and LangChain"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/azure-dynamic-sessions"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-azure-dynamic-sessions==${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6626,6 +6626,8 @@ self: super: with self; { langchain = callPackage ../development/python-modules/langchain { }; langchain-azure-dynamic-sessions = callPackage ../development/python-modules/langchain-azure-dynamic-sessions { }; langchain-chroma = callPackage ../development/python-modules/langchain-chroma { }; langchain-community = callPackage ../development/python-modules/langchain-community { }; Loading Loading
pkgs/development/python-modules/langchain-azure-dynamic-sessions/default.nix 0 → 100644 +76 −0 Original line number Diff line number Diff line { lib, azure-identity, buildPythonPackage, fetchFromGitHub, freezegun, langchain-core, langchain-openai, lark, pandas, poetry-core, pytest-asyncio, pytest-mock, pytest-socket, pytestCheckHook, pythonOlder, requests-mock, responses, syrupy, toml, }: buildPythonPackage rec { pname = "langchain-azure-dynamic-sessions"; version = "0.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-azure-dynamic-sessions==${version}"; hash = "sha256-jz4IBMnWuk8FsSsyfLN14B0xWZrmZrvEW95a45S+FOo="; }; sourceRoot = "${src.name}/libs/partners/azure-dynamic-sessions"; build-system = [ poetry-core ]; dependencies = [ azure-identity langchain-core langchain-openai ]; nativeCheckInputs = [ freezegun lark pandas pytest-asyncio pytest-mock pytest-socket pytestCheckHook requests-mock responses syrupy toml ]; pytestFlagsArray = [ "tests/unit_tests" ]; pythonImportsCheck = [ "langchain_azure_dynamic_sessions" ]; passthru = { updateScript = langchain-core.updateScript; }; meta = { description = "Integration package connecting Azure Container Apps dynamic sessions and LangChain"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/partners/azure-dynamic-sessions"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-azure-dynamic-sessions==${version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -6626,6 +6626,8 @@ self: super: with self; { langchain = callPackage ../development/python-modules/langchain { }; langchain-azure-dynamic-sessions = callPackage ../development/python-modules/langchain-azure-dynamic-sessions { }; langchain-chroma = callPackage ../development/python-modules/langchain-chroma { }; langchain-community = callPackage ../development/python-modules/langchain-community { }; Loading