python312Packages.opencensus-ext-azure: 1.1.13 -> 1.1.14 (#374231)

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
R. RyanTM
2025-01-18 23:57:11 +01:00
committed by GitHub
co-authored by Fabian Affolter
parent 10489bfd3a
commit cb77e8ddec
@@ -7,19 +7,22 @@
opencensus,
psutil,
requests,
setuptools,
}:
buildPythonPackage rec {
pname = "opencensus-ext-azure";
version = "1.1.13";
format = "setuptools";
version = "1.1.14";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-rsMEchdwBTebpWpwKgl9YYxfV1WOG7ZnbsdflIEwaSo=";
hash = "sha256-ycbrrVQq62GBMyLmJ9WImlY+e4xOAkv1hGnQbbc6sUg=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
azure-core
azure-identity
opencensus