Skip to content

Commit b079cad

Browse files
committed
python312Packages.weaviate-client: 4.9.3 -> 4.9.4
1 parent b9e2cc9 commit b079cad

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/weaviate-client

1 file changed

+4
-4
lines changed

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)