We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928efdc commit c7a4aadCopy full SHA for c7a4aad
core/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stackit-core"
3
-version = "0.0.1a2"
+version = "0.0.1a1"
4
authors = [
5
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
6
]
services/dns/pyproject.toml
name = "stackit-dns"
-version = "0.0.1a3"
+version = "0.0.1a"
"stackit-dns <stackit-dns@mail.schwarz>",
@@ -17,8 +17,8 @@ packages = [
17
18
19
[tool.poetry.dependencies]
20
-python = ">=3.8,<4.2"
21
-stackit-core = "^0.0.1a2"
+python = ">=3.8,<4.0"
+stackit-core = "^0.0.1a"
22
requests = "^2.32.3"
23
pydantic = "^2.9.2"
24
python-dateutil = "^2.9.0.post0"
0 commit comments