Loading pkgs/development/python-modules/langchain-tests/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ buildPythonPackage rec { # That prevents us from updating individual components. "langchain-core" "numpy" "syrupy" ]; dependencies = [ Loading pkgs/development/python-modules/syrupy/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "syrupy"; version = "4.9.1"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "syrupy-project"; repo = "syrupy"; tag = "v${version}"; hash = "sha256-AK4cB7MiL52oRUV6ArNj94srMsEpk/YQdjJ5tnjrAYM="; hash = "sha256-TRwU9+2RvZB2gbVm82DzLge8QoDflxjavcRdYZUgVfs="; }; build-system = [ poetry-core ]; Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { changelog = "https://github.com/syrupy-project/syrupy/blob/${src.tag}/CHANGELOG.md"; description = "Pytest Snapshot Test Utility"; homepage = "https://github.com/syrupy-project/syrupy"; license = lib.licenses.asl20; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; } Loading
pkgs/development/python-modules/langchain-tests/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -49,6 +49,7 @@ buildPythonPackage rec { # That prevents us from updating individual components. "langchain-core" "numpy" "syrupy" ]; dependencies = [ Loading
pkgs/development/python-modules/syrupy/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "syrupy"; version = "4.9.1"; version = "5.0.0"; pyproject = true; src = fetchFromGitHub { owner = "syrupy-project"; repo = "syrupy"; tag = "v${version}"; hash = "sha256-AK4cB7MiL52oRUV6ArNj94srMsEpk/YQdjJ5tnjrAYM="; hash = "sha256-TRwU9+2RvZB2gbVm82DzLge8QoDflxjavcRdYZUgVfs="; }; build-system = [ poetry-core ]; Loading @@ -43,7 +43,7 @@ buildPythonPackage rec { changelog = "https://github.com/syrupy-project/syrupy/blob/${src.tag}/CHANGELOG.md"; description = "Pytest Snapshot Test Utility"; homepage = "https://github.com/syrupy-project/syrupy"; license = lib.licenses.asl20; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }