python3Packages.weaviate-client: 4.18.0 -> 4.18.1

This commit is contained in:
R. Ryantm
2025-11-26 14:00:51 +00:00
parent 7e22656f5a
commit 8241b3f400
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.18.0";
version = "4.18.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-y4fUTZEQsQS3MrvZWM8QlQS+NeNAlXYz+THVFr8znPU=";
hash = "sha256-37c/mXrl9SUS5oYUxtqG9rQmgXTneoCwN9zg/7JEjnM=";
};
pythonRelaxDeps = [