python3Packages.llama-index-vector-stores-milvus: 1.0.0 -> 1.1.0

This commit is contained in:
Fabian Affolter
2026-03-13 13:28:19 +01:00
parent 1e3cd57e73
commit ba83d011b8
@@ -9,13 +9,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-index-vector-stores-milvus";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_vector_stores_milvus";
inherit (finalAttrs) version;
hash = "sha256-u3IqnwF1fe4gkdbsO9n9+wNp/nMdUnTguVeXqaUymUM=";
hash = "sha256-xoelq9/IEFJ541Vs22i6dg6MWxLyV2EChs6OQHPhMJw=";
};
build-system = [ hatchling ];