Skip to content

Commit 63dab41

Browse files
authored
Merge pull request #58 from ydb-platform/remove-experimental-client
remove experimental client from ydb python sdk
2 parents fa3dcbe + 17a3439 commit 63dab41

File tree

6 files changed

+5
-188
lines changed

6 files changed

+5
-188
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.11.0 ##
2+
3+
* removed unused experimental client from ydb python sdk.
4+
15
## 2.10.0 ##
26

37
* fixed double quoting issue in sqlalchemy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name="ydb",
9-
version="2.10.0",
9+
version="2.11.0",
1010
description="YDB Python SDK",
1111
author="Yandex LLC",
1212
author_email="[email protected]",

ydb/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from .experimental import * # noqa
21
from .credentials import * # noqa
32
from .driver import * # noqa
43
from .table import * # noqa

ydb/experimental.py

-61
This file was deleted.

ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py

-59
This file was deleted.

ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py

-66
This file was deleted.

0 commit comments

Comments
 (0)