22[project ]
33name = " gooddata-pipelines"
44version = " 1.49.0"
5- description = " "
5+ description = " GoodData Cloud lifecycle automation pipelines "
66authors = [{ name = " GoodData" , email = " support@gooddata.com" }]
77license = { text = " MIT" }
88readme = " README.md"
@@ -14,7 +14,6 @@ dependencies = [
1414 " gooddata-sdk~=1.49.0" ,
1515 " boto3 (>=1.39.3,<2.0.0)" ,
1616 " boto3-stubs (>=1.39.3,<2.0.0)" ,
17- " types-pyyaml (>=6.0.12.20250326,<7.0.0)" ,
1817]
1918
2019[tool .mypy ]
@@ -27,14 +26,12 @@ no_implicit_optional = true
2726exclude = [" .venv" ]
2827line-length = 80
2928
30- [project .optional-dependencies ]
31- dev = [
32- " pytest (>=8.3.5,<9.0.0)" ,
33- " pytest-mock (>=3.14.0,<4.0.0)" ,
34- " ruff (>=0.11.2,<0.12.0)" ,
35- " mypy (>=1.16.0,<2.0.0)" ,
36- " moto (>=5.1.6,<6.0.0)" ,
37- ]
29+ [tool .poetry .group .dev .dependencies ]
30+ mypy = " ^1.17.1"
31+ moto = " >=5.1.6,<6.0.0"
32+ pytest = " >=8.3.5,<9.0.0"
33+ pytest-mock = " >=3.14.0,<4.0.0"
34+ ruff = " >=0.11.2,<0.12.0"
3835
3936[build-system ]
4037requires = [" hatchling" ]
0 commit comments