Loading pkgs/development/python-modules/google-genai/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "google-genai"; version = "1.38.0"; version = "1.54.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-genai"; tag = "v${version}"; hash = "sha256-gJaLEpNKHl6n1MvQDIUW7ynsHYH2eEPGsYso5jSysNg="; hash = "sha256-yN45JvchpG8RJ7p2I5/MQ0gUg7GQDjugP0wrYWWr3ps="; }; build-system = [ Loading pkgs/development/python-modules/langchain-aws/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system pdm-backend, hatchling, # dependencies boto3, Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "langchain-aws"; version = "1.0.0"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-aws"; tag = "langchain-aws==${version}"; hash = "sha256-Y4r9a7EiyOACcU41+1Lo89jguu1QmijWsNeoNqKF3cY="; hash = "sha256-vszpWFKuDZb7DvUhnCROgKJdbyA+slyIhCcIOEuPPhA="; }; postPatch = '' Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { sourceRoot = "${src.name}/libs/aws"; build-system = [ pdm-backend ]; build-system = [ hatchling ]; dependencies = [ boto3 Loading pkgs/development/python-modules/langchain-core/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ pyyaml, tenacity, typing-extensions, uuid-utils, # tests blockbuster, Loading @@ -36,14 +37,14 @@ buildPythonPackage rec { pname = "langchain-core"; version = "1.1.0"; version = "1.1.3"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${version}"; hash = "sha256-uDMex+2wvvNvdFSTHjShsrJeeMymOMKCmfS+AyMMH6c="; hash = "sha256-2wOe9vIqYIxPDh3gXnuHTqcXx1iOtBTCInFieWsL4Ow="; }; sourceRoot = "${src.name}/libs/core"; Loading @@ -58,6 +59,7 @@ buildPythonPackage rec { pyyaml tenacity typing-extensions uuid-utils ]; pythonImportsCheck = [ "langchain_core" ]; Loading pkgs/development/python-modules/langchain-google-genai/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ fetchFromGitHub, # build-system pdm-backend, hatchling, # dependencies filetype, google-api-core, google-auth, google-generativeai, google-genai, langchain-core, pydantic, Loading @@ -29,19 +29,19 @@ buildPythonPackage rec { pname = "langchain-google-genai"; version = "3.0.0"; version = "4.0.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-google"; tag = "libs/genai/v${version}"; hash = "sha256-9Z0iRSICApA5/iHB7NTVYGpkktaoynG74W2mvn9zeMg="; hash = "sha256-SVwBJbHcoD8zqBr4r1uP35/gbWZxZsD0ygJuttCdTjY="; }; sourceRoot = "${src.name}/libs/genai"; build-system = [ pdm-backend ]; build-system = [ hatchling ]; pythonRelaxDeps = [ # Each component release requests the exact latest core. Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { filetype google-api-core google-auth google-generativeai google-genai langchain-core pydantic ]; Loading pkgs/development/python-modules/langchain-mistralai/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "langchain-mistralai"; version = "1.0.1"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-mistralai==${version}"; hash = "sha256-o9xIIcqsuTgWMeluk3EMY3hbB3wGjhYYfzbHizpNTo8="; hash = "sha256-dmuDgKQW1yAz/8tjQx7LaUiuz5Sh4cAyd9nt33mCPbI="; }; sourceRoot = "${src.name}/libs/partners/mistralai"; Loading Loading
pkgs/development/python-modules/google-genai/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "google-genai"; version = "1.38.0"; version = "1.54.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-genai"; tag = "v${version}"; hash = "sha256-gJaLEpNKHl6n1MvQDIUW7ynsHYH2eEPGsYso5jSysNg="; hash = "sha256-yN45JvchpG8RJ7p2I5/MQ0gUg7GQDjugP0wrYWWr3ps="; }; build-system = [ Loading
pkgs/development/python-modules/langchain-aws/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system pdm-backend, hatchling, # dependencies boto3, Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "langchain-aws"; version = "1.0.0"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-aws"; tag = "langchain-aws==${version}"; hash = "sha256-Y4r9a7EiyOACcU41+1Lo89jguu1QmijWsNeoNqKF3cY="; hash = "sha256-vszpWFKuDZb7DvUhnCROgKJdbyA+slyIhCcIOEuPPhA="; }; postPatch = '' Loading @@ -41,7 +41,7 @@ buildPythonPackage rec { sourceRoot = "${src.name}/libs/aws"; build-system = [ pdm-backend ]; build-system = [ hatchling ]; dependencies = [ boto3 Loading
pkgs/development/python-modules/langchain-core/default.nix +4 −2 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ pyyaml, tenacity, typing-extensions, uuid-utils, # tests blockbuster, Loading @@ -36,14 +37,14 @@ buildPythonPackage rec { pname = "langchain-core"; version = "1.1.0"; version = "1.1.3"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${version}"; hash = "sha256-uDMex+2wvvNvdFSTHjShsrJeeMymOMKCmfS+AyMMH6c="; hash = "sha256-2wOe9vIqYIxPDh3gXnuHTqcXx1iOtBTCInFieWsL4Ow="; }; sourceRoot = "${src.name}/libs/core"; Loading @@ -58,6 +59,7 @@ buildPythonPackage rec { pyyaml tenacity typing-extensions uuid-utils ]; pythonImportsCheck = [ "langchain_core" ]; Loading
pkgs/development/python-modules/langchain-google-genai/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -4,13 +4,13 @@ fetchFromGitHub, # build-system pdm-backend, hatchling, # dependencies filetype, google-api-core, google-auth, google-generativeai, google-genai, langchain-core, pydantic, Loading @@ -29,19 +29,19 @@ buildPythonPackage rec { pname = "langchain-google-genai"; version = "3.0.0"; version = "4.0.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-google"; tag = "libs/genai/v${version}"; hash = "sha256-9Z0iRSICApA5/iHB7NTVYGpkktaoynG74W2mvn9zeMg="; hash = "sha256-SVwBJbHcoD8zqBr4r1uP35/gbWZxZsD0ygJuttCdTjY="; }; sourceRoot = "${src.name}/libs/genai"; build-system = [ pdm-backend ]; build-system = [ hatchling ]; pythonRelaxDeps = [ # Each component release requests the exact latest core. Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { filetype google-api-core google-auth google-generativeai google-genai langchain-core pydantic ]; Loading
pkgs/development/python-modules/langchain-mistralai/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "langchain-mistralai"; version = "1.0.1"; version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-mistralai==${version}"; hash = "sha256-o9xIIcqsuTgWMeluk3EMY3hbB3wGjhYYfzbHizpNTo8="; hash = "sha256-dmuDgKQW1yAz/8tjQx7LaUiuz5Sh4cAyd9nt33mCPbI="; }; sourceRoot = "${src.name}/libs/partners/mistralai"; Loading