773 Commits

Author SHA1 Message Date
e2cad050be ⬆ [pre-commit.ci] pre-commit autoupdate (#1367)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.11.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.7...v0.11.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-06 10:06:24 +02:00
74feaa56b9 📝 Update release notes
[skip ci]
2025-05-02 21:52:01 +00:00
76f048e7b4 ✏️ Tweak the grammar in docs/learn/index.md (#1363) 2025-05-02 23:51:40 +02:00
6e8707528d 📝 Update release notes
[skip ci]
2025-04-30 15:02:27 +00:00
957185ca22 ⬆ Bump ruff from 0.9.6 to 0.11.7 (#1355)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.11.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.9.6...0.11.7)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-30 17:01:33 +02:00
048bc2dff1 📝 Update release notes
[skip ci]
2025-04-30 15:01:19 +00:00
2b0f5c93a1 📝 Update release notes
[skip ci]
2025-04-30 15:00:54 +00:00
b760273d81 ⬆ [pre-commit.ci] pre-commit autoupdate (#1353)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.11.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.6...v0.11.7)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-30 17:00:50 +02:00
957ea1b2e0 📝 Update release notes
[skip ci]
2025-04-30 15:00:32 +00:00
dd7b41927f ⬆ Bump typing-extensions from 4.12.2 to 4.13.2 (#1356)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.12.2 to 4.13.2.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.12.2...4.13.2)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-30 17:00:30 +02:00
a7e8323cf4 ⬆ Bump typer from 0.15.2 to 0.15.3 (#1357)
Bumps [typer](https://github.com/fastapi/typer) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.15.2...0.15.3)

---
updated-dependencies:
- dependency-name: typer
  dependency-version: 0.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-30 17:00:13 +02:00
3a8121f2b7 📝 Update release notes
[skip ci]
2025-04-28 09:05:41 +00:00
cd98b247f3 ⬆ [pre-commit.ci] pre-commit autoupdate (#1339)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.11.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.2...v0.11.6)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2025-04-28 11:05:00 +02:00
21a3978eac 📝 Update release notes
[skip ci]
2025-04-27 18:59:53 +00:00
7956254b96 ⬆ Bump typer from 0.12.3 to 0.15.2 (#1325)
Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.15.2.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.15.2)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-04-27 18:59:37 +00:00
43f24c1ae1 📝 Update release notes
[skip ci]
2025-04-27 18:54:00 +00:00
61523864f1 📝 Update all docs references to Optional to use the new syntax in Python 3.10, e.g. int | None (#1351) 2025-04-27 20:53:37 +02:00
0e5e19773c 📝 Update release notes
[skip ci]
2025-04-27 13:20:16 +00:00
dd03d05889 📝 Update install and usage with FastAPI CLI in FastAPI tutorial (#1350) 2025-04-27 13:19:59 +00:00
49dd5ffde1 📝 Update release notes
[skip ci]
2025-04-27 13:02:59 +00:00
bc67b582b6 📝 Update FastAPI tutorial docs to use the new model.sqlmodel_update() instead of old setattr() (#1117)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-04-27 15:02:41 +02:00
990f8f407f 📝 Update release notes
[skip ci]
2025-04-27 11:47:52 +00:00
55b462dc08 ⬆ Bump httpx from 0.24.1 to 0.28.1 (#1238)
Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.28.1.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.24.1...0.28.1)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 11:47:36 +00:00
ce14ff714e 📝 Update release notes
[skip ci]
2025-04-27 11:46:54 +00:00
a9eb68efc3 ⬆ Bump astral-sh/setup-uv from 5 to 6 (#1348)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 11:46:30 +00:00
42bec01134 📝 Update release notes
[skip ci]
2025-04-27 11:36:49 +00:00
7aaf20a257 ⬆ Update pytest requirement from <8.0.0,>=7.0.1 to >=7.0.1,<9.0.0 (#1022)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.0.1...8.2.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-27 13:36:32 +02:00
ed96b1a338 📝 Update release notes
[skip ci]
2025-04-27 11:32:06 +00:00
2c388a3045 ♻️ Update tests/test_select_gen.py, pass environment variables, needed for NixOS nixpkgs (#969)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-04-27 11:31:49 +00:00
f42b444520 📝 Update release notes
[skip ci]
2025-04-26 19:04:30 +00:00
4b5ad42c23 💚 Fix linting in CI (#1340)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-04-26 21:04:09 +02:00
6c0410ea91 📝 Update release notes
[skip ci]
2025-03-31 08:56:10 +00:00
f419fbccd6 ⬆ [pre-commit.ci] pre-commit autoupdate (#1327)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.0...v0.11.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-31 10:55:50 +02:00
aeeaa857b7 📝 Update release notes
[skip ci]
2025-03-31 08:55:41 +00:00
26b67e2884 ✏️ Update docs/virtual-environments.md (#1321) 2025-03-31 10:55:22 +02:00
e7744e566f 📝 Update release notes
[skip ci]
2025-03-18 07:23:16 +00:00
c4b07fd80a ⬆ Bump jinja2 from 3.1.4 to 3.1.6 (#1317)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.6)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-18 08:22:57 +01:00
b11c6cfaba 📝 Update release notes
[skip ci]
2025-03-18 07:22:45 +00:00
924e480bff ⬆ [pre-commit.ci] pre-commit autoupdate (#1319)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.9...v0.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-18 08:22:27 +01:00
3f7681ae5a 📝 Update release notes
[skip ci]
2025-03-16 20:32:27 +00:00
b66ec8eed3 ⬆️ Drop support for Python 3.7, require Python 3.8 or above (#1316) 2025-03-16 21:32:07 +01:00
de78b8c7bc 🔖 Release version 0.0.24 0.0.24 2025-03-07 06:40:27 +01:00
8fc8bdf3d0 📝 Update release notes
[skip ci]
2025-03-07 03:26:57 +00:00
3242bdb3c8 ⬆ [pre-commit.ci] pre-commit autoupdate (#1114)
* ⬆ [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.6.5 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.5...v0.9.9)

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2025-03-07 03:26:23 +00:00
8d212e8678 📝 Update release notes
[skip ci]
2025-03-07 03:22:03 +00:00
1e853aaf6d ⬆ Bump ruff from 0.6.2 to 0.9.6 (#1294)
* ⬆ Bump ruff from 0.6.2 to 0.9.6

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.2 to 0.9.6.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.2...0.9.6)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* format with ruff 0.9.6

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

* also bump in pre-commit config

* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <sofie.vanlandeghem@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-03-07 04:21:45 +01:00
262610c3b0 📝 Update release notes
[skip ci]
2025-03-06 18:59:00 +00:00
b1349dae45 ⬆️ Add support for Python 3.13 (#1289) 2025-03-06 19:58:40 +01:00
bf376f83ca 🔖 Release version 0.0.23 0.0.23 2025-02-28 17:54:40 +01:00
2ce6abf2be 📝 Update release notes
[skip ci]
2025-02-28 14:23:55 +00:00