python312Packages.polyfactory: 2.18.0 -> 2.18.1 (#359283)

authored by

Yt and committed by
GitHub
258e563d ea757832

+6 -6
+2 -2
pkgs/development/python-modules/polyfactory/default.nix
··· 18 19 buildPythonPackage rec { 20 pname = "polyfactory"; 21 - version = "2.18.0"; 22 pyproject = true; 23 24 src = fetchPypi { 25 inherit version pname; 26 - hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY="; 27 }; 28 29 build-system = [ hatchling ];
··· 18 19 buildPythonPackage rec { 20 pname = "polyfactory"; 21 + version = "2.18.1"; 22 pyproject = true; 23 24 src = fetchPypi { 25 inherit version pname; 26 + hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0="; 27 }; 28 29 build-system = [ hatchling ];
+4 -4
pkgs/development/python-modules/weaviate-client/default.nix
··· 26 27 buildPythonPackage rec { 28 pname = "weaviate-client"; 29 - version = "4.9.3"; 30 pyproject = true; 31 32 - disabled = pythonOlder "3.8"; 33 34 src = fetchFromGitHub { 35 owner = "weaviate"; 36 repo = "weaviate-python-client"; 37 rev = "refs/tags/v${version}"; 38 - hash = "sha256-F5vU5JKAOztoJwTe+OL3QKHbuhbbXL5WMia2AYrkRS0="; 39 }; 40 41 pythonRelaxDeps = [ ··· 67 nativeCheckInputs = [ 68 pytest-httpserver 69 pytest-asyncio 70 - pytestCheckHook # pytestCheckHook won't work 71 ]; 72 73 preCheck = ''
··· 26 27 buildPythonPackage rec { 28 pname = "weaviate-client"; 29 + version = "4.9.4"; 30 pyproject = true; 31 32 + disabled = pythonOlder "3.12"; 33 34 src = fetchFromGitHub { 35 owner = "weaviate"; 36 repo = "weaviate-python-client"; 37 rev = "refs/tags/v${version}"; 38 + hash = "sha256-lKb8oxWK8y73zPpPJVX25MYBa6C9n96ZkGxLm3Z9r9U="; 39 }; 40 41 pythonRelaxDeps = [ ··· 67 nativeCheckInputs = [ 68 pytest-httpserver 69 pytest-asyncio 70 + pytestCheckHook 71 ]; 72 73 preCheck = ''