python3Packages.azure-mgmt-cosmosdb: 9.8.0 -> 9.9.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-cosmosdb_9.9.0/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:18 +01:00
parent 100eb3f2a1
commit 61d7d8d4d6
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "azure-mgmt-cosmosdb";
version = "9.8.0";
version = "9.9.0";
pyproject = true;
src = fetchPypi {
pname = "azure_mgmt_cosmosdb";
inherit version;
hash = "sha256-IU7kcWU4flePhuZhH7MptNVNwpWtedo3udksXW0g0bE=";
hash = "sha256-Rni/BCvcIIqiT8pxdnrCm28qJyKseHJgg3Glki87bDc=";
};
build-system = [ setuptools ];