|
|
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 |
|
|
|
b3e0f1cffe
|
🩺 Take the GH badge only from pushes to the main branch (#1291)
|
2025-02-28 15:22:27 +01:00 |
|
|
|
94d47ac784
|
📝 Update release notes
[skip ci]
|
2025-02-28 14:04:48 +00:00 |
|
|
|
7a51870361
|
🐛 Fix type annotation in Field constructor (#1304)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
|
2025-02-28 15:04:27 +01:00 |
|
|
|
850dd745f8
|
📝 Update release notes
[skip ci]
|
2025-02-28 14:01:34 +00:00 |
|
|
|
69a4504a33
|
🐛 Fix Pydantic version check for version 2.10.x onwards (#1255)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
|
2025-02-28 15:01:13 +01:00 |
|
|
|
f46997ec6d
|
📝 Update release notes
[skip ci]
|
2025-02-28 13:59:12 +00:00 |
|
|
|
1bd5f27ed4
|
📝 Update documentation to refer to list instead of List (#1147)
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
Co-authored-by: svlandeg <svlandeg@github.com>
|
2025-02-28 14:58:52 +01:00 |
|
|
|
a82c3fe964
|
📝 Update release notes
[skip ci]
|
2025-02-24 10:23:21 +00:00 |
|
|
|
c1936036c1
|
⬆ Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 (#1277)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.12.3...v1.12.4)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
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>
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
|
2025-02-24 11:22:59 +01:00 |
|
|
|
ce22f2a50b
|
📝 Update release notes
[skip ci]
|
2025-02-24 09:18:56 +00:00 |
|
|
|
ac9d1a514a
|
💚 Fix CI test suite for Python 3.7 (#1309)
|
2025-02-24 10:18:24 +01:00 |
|