From d6bc5d129d2c81bf22ab8c8d5150ab6a1220623a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 30 May 2026 19:16:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20old=20package=20stub=20?= =?UTF-8?q?slim,=20not=20used=20nor=20needed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sqlmodel-slim/README.md | 52 ----------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 sqlmodel-slim/README.md diff --git a/sqlmodel-slim/README.md b/sqlmodel-slim/README.md deleted file mode 100644 index bc4b07b5e8..0000000000 --- a/sqlmodel-slim/README.md +++ /dev/null @@ -1,52 +0,0 @@ -

- SQLModel - -

-

- SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness. -

-

- - Test - - - Publish - - - Coverage - - Package version - -

- ---- - -**Documentation**: https://sqlmodel.tiangolo.com - -**Source Code**: https://github.com/fastapi/sqlmodel - ---- - -SQLModel is a library for interacting with SQL databases from Python code, with Python objects. It is designed to be intuitive, easy to use, highly compatible, and robust. - -**SQLModel** is based on Python type annotations, and powered by Pydantic and SQLAlchemy. - -## `sqlmodel-slim` - -⚠️ Do not install this package. ⚠️ - -This package, `sqlmodel-slim`, does nothing other than depend on `sqlmodel`. - -You **should not** install this package. - -Install instead: - -```bash -pip install sqlmodel -``` - -This package is deprecated and will stop receiving any updates and published versions. - -## License - -This project is licensed under the terms of the MIT license.