Skip to content

Commit c7a4aad

Browse files
author
GitHub Action
committed
remove test changes
1 parent 928efdc commit c7a4aad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-core"
3-
version = "0.0.1a2"
3+
version = "0.0.1a1"
44
authors = [
55
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
66
]

services/dns/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-dns"
3-
version = "0.0.1a3"
3+
version = "0.0.1a"
44
authors = [
55
"stackit-dns <stackit-dns@mail.schwarz>",
66
]
@@ -17,8 +17,8 @@ packages = [
1717
]
1818

1919
[tool.poetry.dependencies]
20-
python = ">=3.8,<4.2"
21-
stackit-core = "^0.0.1a2"
20+
python = ">=3.8,<4.0"
21+
stackit-core = "^0.0.1a"
2222
requests = "^2.32.3"
2323
pydantic = "^2.9.2"
2424
python-dateutil = "^2.9.0.post0"

0 commit comments

Comments
 (0)