Unverified Commit 47703edb authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python313Packages.polyfactory: 2.18.1-unstable-2024-12-22 -> 2.19.0 (#380528)

parents 9175a7b6 0e12f014
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
+6 −0
Original line number Diff line number Diff line
@@ -92,6 +92,8 @@ buildPythonPackage rec {
    "mock_tests"
  ];

  __darwinAllowLocalNetworking = true;

  pythonImportsCheck = [ "weaviate" ];

  meta = {
@@ -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
    ];
  };
}