Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit fa230a7

Browse files
committed
Use libsql-client 0.3.0 from pypi
1 parent f03d96e commit fa230a7

2 files changed

Lines changed: 55 additions & 58 deletions

File tree

poetry.lock

Lines changed: 54 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ classifiers = [
4242
[tool.poetry.dependencies]
4343
python = "^3.7"
4444
SQLAlchemy = "^2.0.0"
45-
# TODO: release with dbapi2, then: libsql-client = "^0.2.3-pre"
46-
libsql-client = {path = "../libsql-client-py", develop = true}
45+
libsql-client = "^0.3.0"
4746

4847
[tool.poetry.group.dev.dependencies]
4948
pytest = "^7.3"

0 commit comments

Comments
 (0)