|  | 03f295b397 | 📝 Update release notes | 2023-10-23 16:56:29 +00:00 |  | 
			
				
					|  | 403d44ea78 | 📝 Update docs, use offsetin example withlimitandwhere(#273)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 20:55:53 +04:00 |  | 
			
				
					|  | a1caaa08d7 | 📝 Update release notes | 2023-10-23 16:29:36 +00:00 |  | 
			
				
					|  | d192142eb9 | 📝 Fix docs for Pydantic's fields using le(lteis invalid, usele) (#207)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 16:28:51 +00:00 |  | 
			
				
					|  | beb7a24275 | 📝 Update release notes | 2023-10-23 15:33:44 +00:00 |  | 
			
				
					|  | 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 |  | 
			
				
					|  | 189059e07e | 📝 Update release notes | 2023-10-23 15:32:48 +00:00 |  | 
			
				
					|  | 475b838c8b | ⬆ Bump actions/checkout from 3 to 4 (#670) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
  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> | 2023-10-23 19:32:09 +04:00 |  | 
			
				
					|  | d6e4f9b9e3 | 📝 Update release notes | 2023-10-23 15:16:53 +00:00 |  | 
			
				
					|  | 1062e1b485 | 🔧 Update mypy config, use strict = trueinstead of manual configs (#428)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 19:16:17 +04:00 |  | 
			
				
					|  | 8e55ea5125 | 📝 Update release notes | 2023-10-23 14:58:52 +00:00 |  | 
			
				
					|  | 9732c5ac60 | 🐛 Fix AsyncSessiontype annotations forexec()(#58)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 18:58:16 +04:00 |  | 
			
				
					|  | b8996f0e62 | 📝 Update release notes | 2023-10-23 13:59:53 +00:00 |  | 
			
				
					|  | 9809b5bc83 | 🐛 Fix allowing using a ForeignKeydirectly, remove repeated column construction fromSQLModelMetaclass.__init__and upgrade minimum SQLAlchemy to>=1.4.36(#443)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 17:59:06 +04:00 |  | 
			
				
					|  | c213f5daf4 | 📝 Update release notes | 2023-10-23 11:22:53 +00:00 |  | 
			
				
					|  | d1cf613461 | ⬆️ Upgrade support for SQLAlchemy 1.4.49, update tests (#519) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2023-10-23 15:22:10 +04:00 |  | 
			
				
					|  | d281a0fa9f | 📝 Update release notes | 2023-10-23 09:40:31 +00:00 |  | 
			
				
					|  | 9511c4677d | ⬆ Raise SQLAlchemy version requirement to at least 1.4.29(related to #434) (#439)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 13:39:55 +04:00 |  | 
			
				
					|  | c25a8cb89b | 📝 Update release notes | 2023-10-23 09:23:24 +00:00 |  | 
			
				
					|  | d3261cab59 | 🐛 Fix enum type checks ordering in get_sqlalchemy_type(#669)Co-authored-by: Pierre Cheynier <p.cheynier@criteo.com> | 2023-10-23 13:22:44 +04:00 |  | 
			
				
					|  | 40c1af9202 | 📝 Update release notes | 2023-10-23 08:15:40 +00:00 |  | 
			
				
					|  | b83e848699 | ⬆️ Upgrade MkDocs Material (#668) | 2023-10-23 08:15:05 +00:00 |  | 
			
				
					|  | 2676cf2b06 | 📝 Update release notes | 2023-10-23 08:12:08 +00:00 |  | 
			
				
					|  | 56f43904c1 | 🎨 Update docs format and references with pre-commit and Ruff (#667) | 2023-10-23 08:11:36 +00:00 |  | 
			
				
					|  | 7c5894ee75 | 📝 Update release notes | 2023-10-23 07:47:04 +00:00 |  | 
			
				
					|  | 27a81b2112 | 🎨 Run pre-commit on all files and autoformat (#666) | 2023-10-23 11:46:31 +04:00 |  | 
			
				
					|  | 7f72c60ae4 | 📝 Update release notes | 2023-10-23 07:35:25 +00:00 |  | 
			
				
					|  | 065fcdc828 | 👷 Move to Ruff and add pre-commit (#661) * 👷 Add pre-commit
* 🔧 Add pyproject.toml config for Ruff
* ➕ Replace isort, flake8, autoflake with Ruff
* 🔨 Update lint and format scripts
* 🎨 Format with Ruff
* 🔧 Update Poetry config | 2023-10-23 07:34:50 +00:00 |  | 
			
				
					|  | 9ba3039106 | 📝 Update release notes | 2023-10-23 06:43:04 +00:00 |  | 
			
				
					|  | 840fd08ab2 | ✨ Raise a more clear error when a type is not valid (#425) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-23 10:42:30 +04:00 |  | 
			
				
					|  | a8a792e3c0 | 📝 Update release notes | 2023-10-22 12:55:08 +00:00 |  | 
			
				
					|  | 8970833b14 | 📝 Update outdated link in docs/db-to-code.md(#649)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-22 12:54:36 +00:00 |  | 
			
				
					|  | 5231c8b6bb | 📝 Update release notes | 2023-10-22 12:51:20 +00:00 |  | 
			
				
					|  | 1568bad01e | ✏️ Fix typos found with codespell (#520) Found via `codespell -S *.svg,*.css,*.js,*.drawio -L pullrequest,sesion` | 2023-10-22 16:50:44 +04:00 |  | 
			
				
					|  | 357417e6d5 | 📝 Update release notes | 2023-10-22 12:47:27 +00:00 |  | 
			
				
					|  | 893d64fd31 | 📝 Fix typos (duplication) in main page (#631) * Update README.md
* Update index.md | 2023-10-22 16:46:52 +04:00 |  | 
			
				
					|  | 2799303f6c | 📝 Update release notes | 2023-10-22 12:27:13 +00:00 |  | 
			
				
					|  | a2e2942aad | 📝 Update release notes, add second author to PR (#429) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-22 12:26:37 +00:00 |  | 
			
				
					|  | b7d6a0a3c3 | 📝 Update release notes | 2023-10-22 12:04:24 +00:00 |  | 
			
				
					|  | bdcf11bca6 | 📝 Update instructions about how to make a foreign key required in docs/tutorial/relationship-attributes/define-relationships-attributes.md(#474)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-22 16:03:51 +04:00 |  | 
			
				
					|  | d939b7c45c | 📝 Update release notes | 2023-10-22 12:02:24 +00:00 |  | 
			
				
					|  | d5219aa3c5 | 🐛 Fix SQLAlchemy version 1.4.36 breaks SQLModel relationships (#315) (#461) Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-22 16:01:51 +04:00 |  | 
			
				
					|  | aa7169b93b | 📝 Update release notes | 2023-10-22 10:03:26 +00:00 |  | 
			
				
					|  | 89c356cb77 | 🛠️ Add CITATION.cfffile for academic citations (#13)Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com> | 2023-10-22 14:02:53 +04:00 |  | 
			
				
					|  | 088164ef2a | 📝 Update release notes | 2023-08-01 09:19:41 +00:00 |  | 
			
				
					|  | 1e2fd10047 | 👷 Update docs deployments to Cloudflare (#630) | 2023-08-01 11:18:53 +02:00 |  | 
			
				
					|  | 30a9c23a34 | 📝 Update release notes | 2023-07-31 19:53:00 +00:00 |  | 
			
				
					|  | da29f7940d | 📝 Update release notes | 2023-07-31 19:52:51 +00:00 |  | 
			
				
					|  | 40007c80da | 📝 Update release notes | 2023-07-31 19:48:54 +00:00 |  | 
			
				
					|  | e246ae8864 | 👷 Update CI debug mode with Tmate (#629) | 2023-07-31 19:48:21 +00:00 |  |