File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[tool.poetry]
22name = "{ {{pythonPackageName} }}"
3- version = "{ {{packageVersion } }} "
3+ version = "v0.0.1a "
44authors = [
5- "
{ {infoName } } { {^infoName } }OpenAPI Generator Community { {/infoName } } < { {infoEmail } } { {^infoEmail } }[email protected] { {/infoEmail } } >",
5+ "STACKIT Developer Tools < developer-tools @stackit.cloud >",
66]
77description = "{ {{appName} }}"
88readme = "README.md"
@@ -18,10 +18,10 @@ packages = [
1818
1919[tool.poetry.dependencies]
2020python = ">=3.8,<4 .0 "
21- stackit-core = " ^ 0.0.1 "
22- requests = " ^ 2.32.3"
23- pydantic = " ^ 2.9.2"
24- python-dateutil = " ^ 2.9.0.post0"
21+ stackit-core = " >= 0.0.1a "
22+ requests = ">= 2.32.3"
23+ pydantic = ">= 2.9.2"
24+ python-dateutil = ">= 2.9.0.post0"
2525
2626[tool.poetry.group.dev.dependencies]
2727black = ">=24.8.0"
You can’t perform that action at this time.
0 commit comments