python3Packages.azure-core: 1.35.0 -> 1.38.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-core_1.38.0/sdk/core/azure-core/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:17 +01:00
parent 79fbe28a67
commit db0208f1a1
@@ -23,7 +23,7 @@
}:
buildPythonPackage rec {
version = "1.35.0";
version = "1.38.0";
pname = "azure-core";
pyproject = true;
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_core";
inherit version;
hash = "sha256-wL5ShIlIXp7eWbaXHrY8HqrPg+9TABv+OQTkdelyvlw=";
hash = "sha256-gZTSaCJFo+TjFRpmfGhkZMN4b+15GLOU0DW9zWG7WZM=";
};
build-system = [ setuptools ];