Jun 10, 2025

# New SDKs for Python and SQLAlchemy

[Levy Albuquerque](/content/author/levy-albuquerque/index.html)

Two new Python SDKs are available, **`libsql`** and **`sqlalchemy-libsql`**!

Both packages provide the same interface as before, so upgrading should be straightforward:

### Install `libsql`

```bash
pip install libsql
```

- [Python SDK Quickstart](https://docs.turso.tech/sdk/python/quickstart)
- [Python SDK Repo](https://github.com/tursodatabase/libsql-python)

### Install `sqlalchemy-libsql`

```bash
pip install sqlalchemy-libsql
```

- [SQLAlchemy Integration](https://docs.turso.tech/sdk/python/orm/sqlalchemy)
- [SQLAlchemy Repo](https://github.com/tursodatabase/libsql-sqlalchemy)

As part of our Free Tier migration from Fly.io to AWS, database migrations will resume on **June 18**. **Older websocket-based drivers will stop working after this date, be sure to upgrade before then.**

We've also deprecated the `libsql-client` and `libsql-experimental` packages on GitHub.
