We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ff07f commit 4a85b00Copy full SHA for 4a85b00
2 files changed
packages/gooddata-pipelines/pyproject.toml
@@ -8,9 +8,9 @@ license = { text = "MIT" }
8
readme = "README.md"
9
requires-python = ">=3.10"
10
dependencies = [
11
- "pydantic (>=2.11.3,<3.0.0)",
+ "pydantic (>=2.9.2,<3.0.0)",
12
"requests (>=2.32.3,<3.0.0)",
13
- "types-requests (>=2.32.0,<3.0.0)",
+ "types-requests (>1.0.0,<3.0.0)",
14
"gooddata-sdk~=1.48.0",
15
"boto3 (>=1.39.3,<2.0.0)",
16
"boto3-stubs (>=1.39.3,<2.0.0)",
@@ -31,8 +31,8 @@ line-length = 80
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)",
+ "ruff (>=0.9.5,<0.12.0)",
+ "mypy (>=1.11.2,<2.0.0)",
36
"moto (>=5.1.6,<6.0.0)",
37
]
38
0 commit comments