Loading pkgs/development/python-modules/polyfactory/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "polyfactory"; version = "2.18.1-unstable-2024-12-22"; version = "2.19.0"; pyproject = true; src = fetchFromGitHub { owner = "litestar-org"; repo = "polyfactory"; rev = "d6a886a4f3b33c77774e14ec190531128ce504c2"; hash = "sha256-w13pgxVAUY/THSpwktqVgfQiGeSar9iGpzXeWv6I/vA="; tag = "v${version}"; hash = "sha256-0VsH2J+vEk3cF7AYvirnXPupSLE2EGrp9FF+/EOWAbw="; }; build-system = [ hatchling ]; Loading pkgs/development/python-modules/weaviate-client/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,8 @@ buildPythonPackage rec { "mock_tests" ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "weaviate" ]; meta = { Loading @@ -100,5 +102,9 @@ buildPythonPackage rec { changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ happysalada ]; badPlatforms = [ # weaviate.exceptions.WeaviateGRPCUnavailableError lib.systems.inspect.patterns.isDarwin ]; }; } Loading
pkgs/development/python-modules/polyfactory/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "polyfactory"; version = "2.18.1-unstable-2024-12-22"; version = "2.19.0"; pyproject = true; src = fetchFromGitHub { owner = "litestar-org"; repo = "polyfactory"; rev = "d6a886a4f3b33c77774e14ec190531128ce504c2"; hash = "sha256-w13pgxVAUY/THSpwktqVgfQiGeSar9iGpzXeWv6I/vA="; tag = "v${version}"; hash = "sha256-0VsH2J+vEk3cF7AYvirnXPupSLE2EGrp9FF+/EOWAbw="; }; build-system = [ hatchling ]; Loading
pkgs/development/python-modules/weaviate-client/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,8 @@ buildPythonPackage rec { "mock_tests" ]; __darwinAllowLocalNetworking = true; pythonImportsCheck = [ "weaviate" ]; meta = { Loading @@ -100,5 +102,9 @@ buildPythonPackage rec { changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ happysalada ]; badPlatforms = [ # weaviate.exceptions.WeaviateGRPCUnavailableError lib.systems.inspect.patterns.isDarwin ]; }; }