Skip to content

Commit 4a85b00

Browse files
committed
feat: relax gooddata-pipelines versions
1 parent f5ff07f commit 4a85b00

File tree

2 files changed

+445
-266
lines changed

2 files changed

+445
-266
lines changed

packages/gooddata-pipelines/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ license = { text = "MIT" }
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"pydantic (>=2.11.3,<3.0.0)",
11+
"pydantic (>=2.9.2,<3.0.0)",
1212
"requests (>=2.32.3,<3.0.0)",
13-
"types-requests (>=2.32.0,<3.0.0)",
13+
"types-requests (>1.0.0,<3.0.0)",
1414
"gooddata-sdk~=1.48.0",
1515
"boto3 (>=1.39.3,<2.0.0)",
1616
"boto3-stubs (>=1.39.3,<2.0.0)",
@@ -31,8 +31,8 @@ line-length = 80
3131
dev = [
3232
"pytest (>=8.3.5,<9.0.0)",
3333
"pytest-mock (>=3.14.0,<4.0.0)",
34-
"ruff (>=0.11.2,<0.12.0)",
35-
"mypy (>=1.16.0,<2.0.0)",
34+
"ruff (>=0.9.5,<0.12.0)",
35+
"mypy (>=1.11.2,<2.0.0)",
3636
"moto (>=5.1.6,<6.0.0)",
3737
]
3838

0 commit comments

Comments
 (0)