Sebastián Ramírez
382b1b0cbb
📝 Update release notes
2023-11-18 12:32:24 +01:00
github-actions
6d00f6fcbd
📝 Update release notes
2023-11-18 11:30:55 +00:00
Sebastián Ramírez
8ed856d322
✨ Upgrade SQLAlchemy to 2.0, including initial work by farahats9 ( #700 )
...
Co-authored-by: Mohamed Farahat <farahats9@yahoo.com>
Co-authored-by: Stefan Borer <stefan.borer@gmail.com>
Co-authored-by: Peter Landry <peter.landry@gmail.com>
2023-11-18 12:30:37 +01:00
github-actions
77c6fed305
📝 Update release notes
2023-11-08 16:04:47 +00:00
pre-commit-ci[bot]
c0294423f4
⬆ [pre-commit.ci] pre-commit autoupdate ( #686 )
...
updates:
- https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.1.2 → v0.1.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.2...v0.1.4 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-08 17:04:24 +01:00
github-actions
e05eae6a49
📝 Update release notes
2023-11-04 01:43:16 +00:00
Sebastián Ramírez
ed22232dee
👷 Upgrade latest-changes GitHub Action ( #693 )
2023-11-04 01:42:52 +00:00
Sebastián Ramírez
dacc1fa9ca
🔖 Release version 0.0.11
0.0.11
2023-10-29 13:56:39 +04:00
Sebastián Ramírez
0b2d015fc4
📝 Update release notes
2023-10-29 13:56:00 +04:00
github-actions
d8a20d9c21
📝 Update release notes
2023-10-29 09:21:52 +00:00
dependabot[bot]
188f7cd172
⬆ Update coverage requirement from ^6.2 to >=6.2,<8.0 ( #663 )
...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy ) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/6.2...7.2.7 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-29 09:18:26 +00:00
github-actions
12af94655b
📝 Update release notes
2023-10-29 09:09:02 +00:00
dependabot[bot]
4bb99763b1
⬆ Update mkdocs-material requirement from 9.1.21 to 9.2.7 ( #675 )
...
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material ) to permit the latest version.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases )
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG )
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.21...9.2.7 )
---
updated-dependencies:
- dependency-name: mkdocs-material
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-29 13:08:22 +04:00
github-actions
9dd11ef74f
📝 Update release notes
2023-10-29 09:00:31 +00:00
Sebastián Ramírez
fa5d14e413
⬆️ Upgrade mypy manually ( #684 )
2023-10-29 08:59:56 +00:00
github-actions
df1efcfa7f
📝 Update release notes
2023-10-29 08:55:43 +00:00
dependabot[bot]
fc1d7afae9
⬆ Update black requirement from ^22.10.0 to >=22.10,<24.0 ( #664 )
...
Updates the requirements on [black](https://github.com/psf/black ) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.10.0...23.3.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-29 08:55:04 +00:00
github-actions
a2d1b4eeaf
📝 Update release notes
2023-10-29 08:52:01 +00:00
Sebastián Ramírez
94f3765fcf
👷 Update CI to build MkDocs Insiders only when the secrets are available, for Dependabot ( #683 )
2023-10-29 12:51:26 +04:00
github-actions
31ed654dd0
📝 Update release notes
2023-10-29 08:11:21 +00:00
Maruo.S
cbaf172c63
✨ Add support for passing a custom SQLAlchemy type to Field()
with sa_type
( #505 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-29 12:10:39 +04:00
github-actions
c557cf6d18
📝 Update release notes
2023-10-29 07:25:17 +00:00
Matthieu LAURENT
9632980664
🎨 Update inline source examples, hide #
in annotations (from MkDocs Material) ( #677 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-29 07:24:32 +00:00
github-actions
6457775a0f
📝 Update release notes
2023-10-28 13:55:56 +00:00
Sebastián Ramírez
717594ef13
✨ Do not allow invalid combinations of field parameters for columns and relationships, sa_column
excludes sa_column_args
, primary_key
, nullable
, etc. ( #681 )
...
* ♻️ Make sa_column exclusive, do not allow incompatible arguments, sa_column_args, primary_key, etc
* ✅ Add tests for new errors when incorrectly using sa_column
* ✅ Add tests for sa_column_args and sa_column_kwargs
* ♻️ Do not allow sa_relationship with sa_relationship_args or sa_relationship_kwargs
* ✅ Add tests for relationship errors
* ✅ Fix test for sa_column_args
2023-10-28 17:55:23 +04:00
Sebastián Ramírez
e4e1385eed
🔖 Release version 0.0.10
0.0.10
2023-10-26 18:34:49 +04:00
github-actions
13cc722110
📝 Update release notes
2023-10-26 14:32:59 +00:00
Sebastián Ramírez
7fdfee10a5
🔧 Adopt Ruff for formatting ( #679 )
2023-10-26 18:32:26 +04:00
github-actions
8d14232538
📝 Update release notes
2023-10-26 10:18:41 +00:00
Daniil Fajnberg
99f8ce3894
✨ Add support for all Field
parameters from Pydantic 1.9.0
and above, make Pydantic 1.9.0
the minimum required version ( #440 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-26 14:18:05 +04:00
Sebastián Ramírez
d05c3ee495
🔖 Release version 0.0.9
0.0.9
2023-10-24 01:01:18 +04:00
Sebastián Ramírez
596718d93b
📝 Update release notes
2023-10-24 00:59:49 +04:00
github-actions
a6ce817ca5
📝 Update release notes
2023-10-23 20:46:39 +00:00
github-actions
dcc4e4c36a
📝 Update release notes
2023-10-23 20:46:26 +00:00
Simon Weiß
80fd7e03cf
📝 Clarify description of in-memory SQLite database in docs/tutorial/create-db-and-table.md
( #601 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-23 20:46:05 +00:00
pre-commit-ci[bot]
1acb683f80
⬆ [pre-commit.ci] pre-commit autoupdate ( #672 )
...
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0 )
- [github.com/asottile/pyupgrade: v3.7.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.7.0...v3.15.0 )
- https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.1.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.1.1 )
- [github.com/psf/black: 23.3.0 → 23.10.0](https://github.com/psf/black/compare/23.3.0...23.10.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-24 00:45:45 +04:00
github-actions
9fd7306648
📝 Update release notes
2023-10-23 20:37:48 +00:00
Sebastián Ramírez
9d3ca01dd0
📝 Tweak wording in docs/tutorial/fastapi/multiple-models.md
( #674 )
...
Co-authored-by: Luis Benitez <lbenitez000@gmail.com>
2023-10-23 20:37:07 +00:00
github-actions
6cd086f25f
📝 Update release notes
2023-10-23 19:22:23 +00:00
PookieBuns
376603efb2
✏️ Fix contributing instructions to run tests, update script name ( #634 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-23 19:21:38 +00:00
github-actions
30d2b30217
📝 Update release notes
2023-10-23 17:22:58 +00:00
Abenezer Belachew
9b186c89a8
📝 Update link to docs for intro to databases ( #593 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-23 17:22:22 +00:00
github-actions
fc3120a877
📝 Update release notes
2023-10-23 17:06:30 +00:00
dependabot[bot]
6d361e3ffb
⬆ Bump dawidd6/action-download-artifact from 2.24.2 to 2.28.0 ( #660 )
...
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact ) from 2.24.2 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases )
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v2.24.2...v2.28.0 )
---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
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>
2023-10-23 21:05:55 +04:00
github-actions
03f295b397
📝 Update release notes
2023-10-23 16:56:29 +00:00
Jon Michaelchuck
403d44ea78
📝 Update docs, use offset
in example with limit
and where
( #273 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-23 20:55:53 +04:00
github-actions
a1caaa08d7
📝 Update release notes
2023-10-23 16:29:36 +00:00
Jerry Wu
d192142eb9
📝 Fix docs for Pydantic's fields using le
(lte
is invalid, use le
) ( #207 )
...
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-10-23 16:28:51 +00:00
github-actions
beb7a24275
📝 Update release notes
2023-10-23 15:33:44 +00:00
Sebastián Ramírez
dee70033b8
✅ Refactor OpenAPI FastAPI tests to simplify updating them later, this moves things around without changes ( #671 )
2023-10-23 15:33:08 +00:00