We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebb3713 + 21458ad commit 9e11bd6Copy full SHA for 9e11bd6
setup.py
@@ -10,7 +10,7 @@
10
description = "CloudQuery Plugin SDK for Python"
11
12
dependencies = [
13
- "cloudquery-plugin-pb==0.0.51",
+ "cloudquery-plugin-pb==0.0.52",
14
"exceptiongroup==1.3.1",
15
"black==25.12.0",
16
"grpcio==1.76.0",
@@ -20,16 +20,16 @@
20
"MarkupSafe==3.0.3",
21
"numpy==2.4.1",
22
"packaging==26.0",
23
- "pandas==2.3.3",
+ "pandas==3.0.0",
24
"pluggy==1.6.0",
25
"protobuf>=6.31.1",
26
"pyarrow==21.0.0",
27
- "pytest==8.4.2",
+ "pytest==9.0.2",
28
"python-dateutil>=2.8.1",
29
"pytz==2025.2",
30
"six==1.17.0",
31
"structlog==25.5.0",
32
- "tomli==2.3.0",
+ "tomli==2.4.0",
33
"tzdata==2025.3",
34
]
35
url = "https://github.com/cloudquery/plugin-sdk-python"
0 commit comments