Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.11.0 ##

* removed unused experimental client from ydb python sdk.

## 2.10.0 ##

* fixed double quoting issue in sqlalchemy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="ydb",
version="2.10.0",
version="2.11.0",
description="YDB Python SDK",
author="Yandex LLC",
author_email="ydb@yandex-team.ru",
Expand Down
1 change: 0 additions & 1 deletion ydb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .experimental import * # noqa
from .credentials import * # noqa
from .driver import * # noqa
from .table import * # noqa
Expand Down
61 changes: 0 additions & 61 deletions ydb/experimental.py

This file was deleted.

59 changes: 0 additions & 59 deletions ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py

This file was deleted.

66 changes: 0 additions & 66 deletions ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py

This file was deleted.