python312Packages.weaviate-client: 4.11.1 -> 4.11.2

This commit is contained in:
R. Ryantm
2025-03-24 17:28:10 +00:00
parent 1b082c3d03
commit e6b42606ea
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.11.1";
version = "4.11.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-N+2G/+vtigSO7vyKMXVv6/8WD3s/eZprfYIUVLbtee0=";
hash = "sha256-65iY/d50RNDFm07hyIDLBCGaJEltU8kXjH7o5No+/70=";
};
pythonRelaxDeps = [