Skip to content

Commit 9456d19

Browse files
authored
Merge pull request #61 from ydb-platform/bump_dbapi
Bump DBAPI version
2 parents fe3d498 + a3a33c9 commit 9456d19

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
[![Functional tests](https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml/badge.svg)](https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/tests.yml)
55
[![Style checks](https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml/badge.svg)](https://github.com/ydb-platform/ydb-sqlalchemy/actions/workflows/style.yml)
66

7-
This repository contains __work in progress__ YQL dialect for SqlAlchemy 2.0.
8-
Api may be changed in future without backward compatibility.
7+
This repository contains YQL dialect for SqlAlchemy 2.0.
8+
9+
**Note**: Dialect also works with SqlAlchemy 1.4, but it is not fully tested.
10+
911

1012
## Installation
1113
To work with current ydb-sqlalchemy version clone this repo and run from source root:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sqlalchemy >= 1.4.0, < 3.0.0
22
ydb >= 3.18.8
3-
ydb-dbapi >= 0.1.2
3+
ydb-dbapi >= 0.1.5

0 commit comments

Comments
 (0)