We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf2a7b commit 618541aCopy full SHA for 618541a
requirements.txt
@@ -1,6 +1,6 @@
1
grpcio==1.56.2
2
grpcio-tools==1.56.2
3
-plugin-pb-python==0.0.13
+cloudquery-plugin-pb==0.0.14
4
protobuf==4.23.4
5
pyarrow==12.0.1
6
pytest==7.4.0
setup.py
@@ -10,7 +10,7 @@
10
description = "CloudQuery Plugin SDK for Python"
11
12
dependencies = [
13
- "plugin-pb-python==0.0.13",
+ "cloudquery-plugin-pb==0.0.14",
14
"pyarrow==12.0.1",
15
"Jinja2==3.1.2",
16
"structlog==23.1.0",
@@ -36,7 +36,7 @@
36
]
37
setuptools.setup(
38
name=name,
39
- version="0.0.4",
+ version="0.0.5",
40
description=description,
41
long_description=long_description,
42
author="CloudQuery LTD",
0 commit comments