Skip to content

Commit 95dba3e

Browse files
Merge pull request #132 from pieces-app/bump-sdks
bump min sdks version
2 parents dbe7970 + 32b4654 commit 95dba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rplugin/python3/pieces_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
def update_sdks():
66
pip.main(["install","pieces_os_client","--upgrade"])
77

8-
MIN_SDKS_VERSION = "4.1.0"
8+
MIN_SDKS_VERSION = "4.3.0"
99
try:
1010
from pieces_os_client import __version__ as pieces_os_client_version
1111

0 commit comments

Comments
 (0)