From b1f4a26ef3a48931d86b37310bfff19b6ff4d1ba Mon Sep 17 00:00:00 2001 From: Oleg Ovcharuk Date: Mon, 13 Jan 2025 13:01:29 +0300 Subject: [PATCH] Bump ydb-dbapi version to 0.1.7 --- CHANGELOG.md | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faf4979..f9b145e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +* Bump ydb-dbapi version to 0.1.7 + ## 0.1.5 ## * Bump ydb-dbapi version diff --git a/requirements.txt b/requirements.txt index 6cff2ba..f0364c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ sqlalchemy >= 1.4.0, < 3.0.0 ydb >= 3.18.8 -ydb-dbapi >= 0.1.6 +ydb-dbapi >= 0.1.7