Sebastián Ramírez
6b562358fc
🔖 Release version 0.0.16
0.0.16
2024-02-17 14:53:16 +01:00
Sebastián Ramírez
3d483921fe
📝 Update release notes
2024-02-17 14:52:43 +01:00
github-actions
2abb798a22
📝 Update release notes
2024-02-17 13:49:59 +00:00
Sebastián Ramírez
fa12c5d87b
✨ Add new method sqlmodel_update()
to update models in place, including an update
parameter for extra data ( #804 )
2024-02-17 14:49:39 +01:00
Sebastián Ramírez
7fec884864
🔖 Release version 0.0.15
0.0.15
2024-02-17 14:36:12 +01:00
github-actions
d8fa545955
📝 Update release notes
2024-02-17 13:35:13 +00:00
Sebastián Ramírez
1b7b3aa668
🐛 Fix class initialization compatibility with Pydantic and SQLModel, fixing errors revealed by the latest Pydantic ( #807 )
2024-02-17 13:34:57 +00:00
github-actions
0c7def88b5
📝 Update release notes
2024-01-09 06:52:30 +00:00
dependabot[bot]
48b97f3d8e
⬆ Bump tiangolo/issue-manager from 0.4.0 to 0.4.1 ( #775 )
...
Bumps [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/tiangolo/issue-manager/releases )
- [Commits](https://github.com/tiangolo/issue-manager/compare/0.4.0...0.4.1 )
---
updated-dependencies:
- dependency-name: tiangolo/issue-manager
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>
2024-01-09 07:49:37 +01:00
github-actions
fe497adf0c
📝 Update release notes
2023-12-10 20:20:18 +00:00
Sebastián Ramírez
8419545a3a
👷 Fix GitHub Actions build docs filter paths for GitHub workflows ( #738 )
...
* 👷 Fix GitHub Actions build docs filter paths for GitHub workflows
* 🎨 Update format of expression and conftest
2023-12-10 20:19:12 +00:00
Sebastián Ramírez
b892504141
🔖 Release version 0.0.14
0.0.14
2023-12-04 15:51:20 +01:00
github-actions
bd24013a26
📝 Update release notes
2023-12-04 14:42:57 +00:00
Sebastián Ramírez
fa2f178b8a
✨ Add support for Pydantic v2 (while keeping support for v1 if v2 is not available), including initial work by AntonDeMeester ( #722 )
...
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>
Co-authored-by: Anton De Meester <antondemeester+github@gmail.com>
2023-12-04 15:42:39 +01:00
Sebastián Ramírez
5b733b348d
🔖 Release version 0.0.13
0.0.13
2023-12-04 13:15:10 +01:00
github-actions
6770b9fd89
📝 Update release notes
2023-12-04 12:13:24 +00:00
Sebastián Ramírez
5c0fca1d96
✏️ Fix typo, simplify single quote/apostrophe character in "Sister Margaret's" everywhere in the docs ( #721 )
2023-12-04 13:13:03 +01:00
github-actions
909286cc03
📝 Update release notes
2023-12-04 12:01:06 +00:00
Sebastián Ramírez
276bcf788c
🔧 Update docs build setup, add support for sponsors, add sponsor GOVCERT.LU ( #720 )
2023-12-04 13:00:47 +01:00
github-actions
cc11619c67
📝 Update release notes
2023-12-04 09:49:42 +00:00
Sebastián Ramírez
41495e30c7
📝 Update docs for Decimal, use proper types ( #719 )
2023-12-04 09:49:23 +00:00
github-actions
50b0198423
📝 Update release notes
2023-12-04 09:47:19 +00:00
Sebastián Ramírez
853d787923
♻️ Refactor type generation of selects re-order to prioritize models to optimize editor support ( #718 )
2023-12-04 09:46:59 +00:00
github-actions
e5fddb97a7
📝 Update release notes
2023-11-30 15:23:25 +00:00
Sebastián Ramírez
4ac87146b1
🔇 Do not raise deprecation warnings for execute as it's automatically used internally ( #716 )
...
* 🔇 Do not raise deprecation warnings for execute as it's automatically used internally
* ✅ Tweak tests to not use deprecated query
2023-11-30 15:23:06 +00:00
github-actions
2ecc86275f
📝 Update release notes
2023-11-30 15:20:09 +00:00
pre-commit-ci[bot]
f42314956f
⬆ [pre-commit.ci] pre-commit autoupdate ( #697 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.6 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-30 16:19:47 +01:00
github-actions
98739b071c
📝 Update release notes
2023-11-29 15:52:16 +00:00
Sebastián Ramírez
d8effcbc5c
📝 Add source examples for Python 3.9 and 3.10 ( #715 )
...
* 📝 Add source examples for Python 3.9 and 3.10
* ✅ Add tests for new source examples for Python 3.9 and 3.10, still needs pytest markers
* ✅ Add tests for fastapi examples
* ✅ Update tests for FastAPI app testing, for Python 3.9 and 3.10, fixing multi-app testing conflicts
* ✅ Require Python 3.9 and 3.10 for tests
* ✅ Update tests with missing markers
2023-11-29 16:51:55 +01:00
github-actions
cce30d7546
📝 Update release notes
2023-11-28 22:41:22 +00:00
Sebastián Ramírez
33c5e5c98d
🔧 Show line numbers in docs during local development ( #714 )
...
🔧 Show line numbers during local development
2023-11-28 23:41:03 +01:00
github-actions
2b0dfb50c8
📝 Update release notes
2023-11-28 22:12:55 +00:00
Sebastián Ramírez
799d0aa7a6
📝 Update details syntax with new pymdown extensions format ( #713 )
2023-11-28 23:12:33 +01:00
github-actions
be464fba69
📝 Update release notes
2023-11-28 20:50:54 +00:00
Sebastián Ramírez
a95bd3873d
🔧 Update config with new pymdown extensions ( #712 )
...
* 🔧 Update config with new pymdown extensions
* 📝 Update admonition blocks syntax
* 📝 Update syntax for tabs with new pymdown extensions
2023-11-28 21:50:33 +01:00
github-actions
71baff6015
📝 Update release notes
2023-11-27 09:58:47 +00:00
Sebastián Ramírez
f18ea03b07
🙈 Update gitignore, include all coverage files ( #711 )
2023-11-27 09:58:25 +00:00
github-actions
65ee2610b6
📝 Update release notes
2023-11-26 14:20:17 +00:00
Sebastián Ramírez
47bcd9df8d
⬆️ Add support for Python 3.11 and Python 3.12 ( #710 )
2023-11-26 15:20:01 +01:00
github-actions
781a2d6b0a
📝 Update release notes
2023-11-26 13:57:29 +00:00
Sebastián Ramírez
a974d9104f
✅ Move OpenAPI tests inline to simplify updating them with Pydantic v2 ( #709 )
2023-11-26 13:57:12 +00:00
Sebastián Ramírez
b1c2f822c9
🔖 Release version 0.0.12
0.0.12
2023-11-18 12:32:59 +01:00
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