python3Packages.pymilvus: 2.3.6 -> 2.5.3

https://github.com/milvus-io/pymilvus/releases/tag/v2.5.3
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:47 +01:00
parent 711e0a314a
commit c721fe63e2
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "pymilvus";
version = "2.3.6";
version = "2.5.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "milvus-io";
repo = "pymilvus";
tag = "v${version}";
hash = "sha256-K7k3MTOEm9+HDwMps9C8Al0Jmp1ptJw3pN1LEBOUz0U=";
hash = "sha256-oWuaxiiwheJ7lGPN+nUOGuJLgoZORDmM8h8ND6D3uII=";
};
pythonRelaxDeps = [
@@ -68,7 +68,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python SDK for Milvus";
homepage = "https://github.com/milvus-io/pymilvus";
changelog = "https://github.com/milvus-io/pymilvus/releases/tag/v${version}";
changelog = "https://github.com/milvus-io/pymilvus/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ happysalada ];
};