python3Packages.weaviate-client: 4.10.2 -> 4.10.4
https://github.com/weaviate/weaviate-python-client/releases/tag/v4.10.4
This commit is contained in:
@@ -97,7 +97,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python native client for easy interaction with a Weaviate instance";
|
||||
homepage = "https://github.com/weaviate/weaviate-python-client";
|
||||
changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/v${version}";
|
||||
changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ happysalada ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user