python3Packages.stackit-core: 0.2.0 -> 0.3.0

Changelog: https://github.com/stackitcloud/stackit-sdk-python/releases/tag/core/v0.3.0
This commit is contained in:
Fabian Affolter
2026-08-25 00:40:53 +02:00
parent 4eb75e37ea
commit 2d84f3e5ad

View File

@@ -5,17 +5,15 @@
fetchPypi,
hatchling,
nix-update-script,
poetry-core,
pydantic,
pyjwt,
requests,
setuptools,
urllib3,
}:
buildPythonPackage (finalAttrs: {
pname = "stackit-core";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
__structuredAttrs = true;
@@ -23,13 +21,10 @@ buildPythonPackage (finalAttrs: {
src = fetchPypi {
pname = "stackit_core";
inherit (finalAttrs) version;
hash = "sha256-uK+Rh3zbBg1paaMD2M8gvAszs0Wv2R9nnESphzgeLUc=";
hash = "sha256-v9ItsZYLRz4DSk/xxDDHk5r/HKCVh8D0fgIKet1E01I=";
};
build-system = [
poetry-core
setuptools
];
build-system = [ hatchling ];
dependencies = [
cryptography