python3Packages.alibabacloud-tea-openapi: 0.4.2 -> 0.4.4

This commit is contained in:
Fabian Affolter
2026-06-25 21:02:41 +02:00
parent 3c0f5b0330
commit bc04666223
@@ -12,13 +12,13 @@
buildPythonPackage (finalAttrs: {
pname = "alibabacloud-tea-openapi";
version = "0.4.2";
version = "0.4.4";
pyproject = true;
src = fetchPypi {
pname = "alibabacloud_tea_openapi";
inherit (finalAttrs) version;
hash = "sha256-Co15N0ymkkaUcjVaEllpyKIsxfsIMox1wmZjzPXIsWg=";
hash = "sha256-GwkXvAPNSUF9pklF6ScxcW1T4uuHB7I19U5Ft0cyIc4=";
};
pythonRelaxDeps = [ "cryptography" ];