Sqlmodel

Latest version: v0.0.18

Safety actively analyzes 626436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.0.18

Internal

* ✨ Add `sqlmodel-slim` setup. PR [916](https://github.com/tiangolo/sqlmodel/pull/916) by [tiangolo](https://github.com/tiangolo).

In the future SQLModel will include the standard default recommended packages, and `sqlmodel-slim` will come without those recommended standard packages and with a group of optional dependencies `sqlmodel-slim[standard]`, equivalent to `sqlmodel`, for those that want to opt out of those packages.

* 🔧 Re-enable MkDocs Material Social plugin. PR [915](https://github.com/tiangolo/sqlmodel/pull/915) by [tiangolo](https://github.com/tiangolo).

0.0.17

Refactors

* ♻️ Refactor types to properly support Pydantic 2.7. PR [913](https://github.com/tiangolo/sqlmodel/pull/913) by [tiangolo](https://github.com/tiangolo).

Docs

* 📝 Update ModelRead to ModelPublic documentation and examples. PR [885](https://github.com/tiangolo/sqlmodel/pull/885) by [estebanx64](https://github.com/estebanx64).
* ✨ Add source examples for Python 3.10 and 3.9 with updated syntax. PR [842](https://github.com/tiangolo/sqlmodel/pull/842) by [tiangolo](https://github.com/tiangolo) and [estebanx64](https://github.com/estebanx64).

Internal

* ⬆ Bump actions/setup-python from 4 to 5. PR [733](https://github.com/tiangolo/sqlmodel/pull/733) by [dependabot[bot]](https://github.com/apps/dependabot).
* 🔨 Update internal scripts and remove unused ones. PR [914](https://github.com/tiangolo/sqlmodel/pull/914) by [tiangolo](https://github.com/tiangolo).
* 🔧 Migrate from Poetry to PDM for the internal build config. PR [912](https://github.com/tiangolo/sqlmodel/pull/912) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update MkDocs, disable cards while I can upgrade to the latest MkDocs Material, that fixes an issue with social cards. PR [888](https://github.com/tiangolo/sqlmodel/pull/888) by [tiangolo](https://github.com/tiangolo).
* 👷 Add cron to run test once a week on monday. PR [869](https://github.com/tiangolo/sqlmodel/pull/869) by [estebanx64](https://github.com/estebanx64).
* ⬆️ Upgrade Ruff version and configs. PR [859](https://github.com/tiangolo/sqlmodel/pull/859) by [tiangolo](https://github.com/tiangolo).
* 🔥 Remove Jina QA Bot as it has been discontinued. PR [840](https://github.com/tiangolo/sqlmodel/pull/840) by [tiangolo](https://github.com/tiangolo).

0.0.16

Features

* ✨ Add new method `.sqlmodel_update()` to update models in place, including an `update` parameter for extra data. And fix implementation for the (now documented) `update` parameter for `.model_validate()`. PR [804](https://github.com/tiangolo/sqlmodel/pull/804) by [tiangolo](https://github.com/tiangolo).
* Updated docs: [Update Data with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update/).
* New docs: [Update with Extra Data (Hashed Passwords) with FastAPI](https://sqlmodel.tiangolo.com/tutorial/fastapi/update-extra-data/).

0.0.15

Fixes

* 🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic. PR [807](https://github.com/tiangolo/sqlmodel/pull/807) by [tiangolo](https://github.com/tiangolo).

Internal

* ⬆ Bump tiangolo/issue-manager from 0.4.0 to 0.4.1. PR [775](https://github.com/tiangolo/sqlmodel/pull/775) by [dependabot[bot]](https://github.com/apps/dependabot).
* 👷 Fix GitHub Actions build docs filter paths for GitHub workflows. PR [738](https://github.com/tiangolo/sqlmodel/pull/738) by [tiangolo](https://github.com/tiangolo).

0.0.14

Features

* ✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available). PR [722](https://github.com/tiangolo/sqlmodel/pull/722) by [tiangolo](https://github.com/tiangolo) including initial work in PR [#699](https://github.com/tiangolo/sqlmodel/pull/699) by [AntonDeMeester](https://github.com/AntonDeMeester).

0.0.13

Fixes

* ♻️ Refactor type generation of selects re-order to prioritize models to optimize editor support. PR [718](https://github.com/tiangolo/sqlmodel/pull/718) by [tiangolo](https://github.com/tiangolo).

Refactors

* 🔇 Do not raise deprecation warnings for execute as it's automatically used internally. PR [716](https://github.com/tiangolo/sqlmodel/pull/716) by [tiangolo](https://github.com/tiangolo).
* ✅ Move OpenAPI tests inline to simplify updating them with Pydantic v2. PR [709](https://github.com/tiangolo/sqlmodel/pull/709) by [tiangolo](https://github.com/tiangolo).

Upgrades

* ⬆️ Add support for Python 3.11 and Python 3.12. PR [710](https://github.com/tiangolo/sqlmodel/pull/710) by [tiangolo](https://github.com/tiangolo).

Docs

* ✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs. PR [721](https://github.com/tiangolo/sqlmodel/pull/721) by [tiangolo](https://github.com/tiangolo).
* 📝 Update docs for Decimal, use proper types. PR [719](https://github.com/tiangolo/sqlmodel/pull/719) by [tiangolo](https://github.com/tiangolo).
* 📝 Add source examples for Python 3.9 and 3.10. PR [715](https://github.com/tiangolo/sqlmodel/pull/715) by [tiangolo](https://github.com/tiangolo).

Internal

* 🙈 Update gitignore, include all coverage files. PR [711](https://github.com/tiangolo/sqlmodel/pull/711) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update config with new pymdown extensions. PR [712](https://github.com/tiangolo/sqlmodel/pull/712) by [tiangolo](https://github.com/tiangolo).
* 🔧 Update docs build setup, add support for sponsors, add sponsor GOVCERT.LU. PR [720](https://github.com/tiangolo/sqlmodel/pull/720) by [tiangolo](https://github.com/tiangolo).
* ⬆ [pre-commit.ci] pre-commit autoupdate. PR [697](https://github.com/tiangolo/sqlmodel/pull/697) by [pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).
* 🔧 Show line numbers in docs during local development. PR [714](https://github.com/tiangolo/sqlmodel/pull/714) by [tiangolo](https://github.com/tiangolo).
* 📝 Update details syntax with new pymdown extensions format. PR [713](https://github.com/tiangolo/sqlmodel/pull/713) by [tiangolo](https://github.com/tiangolo).

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.