Skip to content

Commit 618541a

Browse files
committed
chore: Update to import cloudquery-plugin-pb
1 parent dbf2a7b commit 618541a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.56.2
22
grpcio-tools==1.56.2
3-
plugin-pb-python==0.0.13
3+
cloudquery-plugin-pb==0.0.14
44
protobuf==4.23.4
55
pyarrow==12.0.1
66
pytest==7.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description = "CloudQuery Plugin SDK for Python"
1111

1212
dependencies = [
13-
"plugin-pb-python==0.0.13",
13+
"cloudquery-plugin-pb==0.0.14",
1414
"pyarrow==12.0.1",
1515
"Jinja2==3.1.2",
1616
"structlog==23.1.0",
@@ -36,7 +36,7 @@
3636
]
3737
setuptools.setup(
3838
name=name,
39-
version="0.0.4",
39+
version="0.0.5",
4040
description=description,
4141
long_description=long_description,
4242
author="CloudQuery LTD",

0 commit comments

Comments
 (0)