File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/development/python-modules/weaviate-client Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626
2727buildPythonPackage 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 = ''
You can’t perform that action at this time.
0 commit comments