Skip to content

Commit 258e563

Browse files
authored
python312Packages.polyfactory: 2.18.0 -> 2.18.1 (#359283)
2 parents ea75783 + b079cad commit 258e563

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/development/python-modules/polyfactory/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
buildPythonPackage rec {
2020
pname = "polyfactory";
21-
version = "2.18.0";
21+
version = "2.18.1";
2222
pyproject = true;
2323

2424
src = fetchPypi {
2525
inherit version pname;
26-
hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY=";
26+
hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0=";
2727
};
2828

2929
build-system = [ hatchling ];

pkgs/development/python-modules/weaviate-client/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626

2727
buildPythonPackage rec {
2828
pname = "weaviate-client";
29-
version = "4.9.3";
29+
version = "4.9.4";
3030
pyproject = true;
3131

32-
disabled = pythonOlder "3.8";
32+
disabled = pythonOlder "3.12";
3333

3434
src = fetchFromGitHub {
3535
owner = "weaviate";
3636
repo = "weaviate-python-client";
3737
rev = "refs/tags/v${version}";
38-
hash = "sha256-F5vU5JKAOztoJwTe+OL3QKHbuhbbXL5WMia2AYrkRS0=";
38+
hash = "sha256-lKb8oxWK8y73zPpPJVX25MYBa6C9n96ZkGxLm3Z9r9U=";
3939
};
4040

4141
pythonRelaxDeps = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
6767
nativeCheckInputs = [
6868
pytest-httpserver
6969
pytest-asyncio
70-
pytestCheckHook # pytestCheckHook won't work
70+
pytestCheckHook
7171
];
7272

7373
preCheck = ''

0 commit comments

Comments
 (0)