Skip to content

Commit

Permalink
Update ydb dep to 3.8.13
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Jan 13, 2025
1 parent 527ceb7 commit 68a70cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Update ydb dependency to 3.8.13

## 0.1.6 ##
* Invalidate session&tx on YDB errors

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/ydb-platform/ydb-python-dbapi/"

[tool.poetry.dependencies]
python = "^3.8"
ydb = "^3.18.8"
ydb = "^3.18.13"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.5.0"
Expand Down

0 comments on commit 68a70cc

Please sign in to comment.