Commit Graph

130 Commits

Author SHA1 Message Date
Sebastián Ramírez
03e861d048
Add new Session.get() parameter execution_options (#302) 2022-04-16 11:13:19 +02:00
github-actions
8e97c93de0 📝 Update release notes 2022-02-13 17:14:34 +00:00
Sebastián Ramírez
7176d89e48
💚 Only run CI on push when on master, to avoid duplicate runs on PRs (#244) 2022-02-13 17:14:02 +00:00
github-actions
e6f8c00bbe 📝 Update release notes 2022-01-08 16:54:48 +00:00
Sebastián Ramírez
c873aa3930
🔧 Upgrade MkDocs Material and update configs (#217) 2022-01-08 17:49:07 +01:00
github-actions
800a5f232f 📝 Update release notes 2022-01-08 16:37:03 +00:00
Sebastián Ramírez
8d1b6f079a
⬆ Upgrade mypy, fix type annotations (#218) 2022-01-08 16:36:19 +00:00
Sebastián Ramírez
7fcd4fd7c5 🔖 Release version 0.0.6 2021-12-28 12:27:33 +01:00
Sebastián Ramírez
9203df6af1 📝 Update release notes 2021-12-28 12:26:52 +01:00
github-actions
d6d77a9ee4 📝 Update release notes 2021-12-28 10:48:37 +00:00
Sebastián Ramírez
155c6178cd
Document indexes and make them opt-in (#205) 2021-12-28 11:48:03 +01:00
github-actions
3d7b74746c 📝 Update release notes 2021-12-14 18:25:46 +00:00
Yaqueline Hoyos
410d7af6b6
✏ Fix typo in FastAPI tutorial (#192) 2021-12-14 19:25:06 +01:00
github-actions
1b99c3148f 📝 Update release notes 2021-12-14 17:30:07 +00:00
Nikita Sobolev
6cf94a9797
📝 Add links to the license file (#29)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-14 18:29:28 +01:00
github-actions
a159f31945 📝 Update release notes 2021-12-14 17:21:35 +00:00
Alexandre Batisse
dc3acda4ed
✏ Fix typos in docs titles (#28) 2021-12-14 18:20:54 +01:00
github-actions
ead1bdc532 📝 Update release notes 2021-12-14 17:17:55 +00:00
Evan Grim
2013c69c4d
✏ Fix multiple typos and some rewording (#22)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-14 18:17:10 +01:00
github-actions
6615b111d9 📝 Update release notes 2021-12-14 17:12:17 +00:00
Leynier Gutiérrez González
50e62cdcd9
✏ Fix typo in docs/tutorial/automatic-id-none-refresh.md (#14) 2021-12-14 18:11:39 +01:00
github-actions
64d7f53357 📝 Update release notes 2021-12-14 16:59:16 +00:00
Sebastian Marines
32b5b39f2d
✏ Fix typos in docs/tutorial/index.md and docs/databases.md (#5)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-14 17:58:40 +01:00
Sebastián Ramírez
02697459b8 🔖 Release version 0.0.5 2021-12-13 12:41:51 +01:00
github-actions
7eadc90558 📝 Update release notes 2021-12-13 11:38:40 +00:00
Sebastián Ramírez
95c02962ba
✏ Update decimal tutorial source for consistency (#188) 2021-12-13 11:37:59 +00:00
github-actions
75540f9728 📝 Update release notes 2021-12-13 11:30:57 +00:00
robcxyz
580f372059
Add support for Decimal fields from Pydantic and SQLAlchemy (#103)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-13 12:30:20 +01:00
github-actions
1c276ef88f 📝 Update release notes 2021-12-13 10:47:44 +00:00
Sebastián Ramírez
14a9788eb1
🔧 Split MkDocs insiders build in CI to support building from PRs (#186) 2021-12-13 11:47:07 +01:00
github-actions
dbcaa50c69 📝 Update release notes 2021-12-13 10:41:14 +00:00
Sebastián Ramírez
362eb81701
🎨 Format expression.py and expression template, currently needed by CI (#187) 2021-12-13 10:40:40 +00:00
github-actions
a36c6d5778 📝 Update release notes 2021-12-03 10:24:01 +00:00
Lehoczky Zoltán
82935cae9f
🐛Fix docs light/dark theme switcher (#1)
* 🐛Fix tooltip text for theme switcher

* 🔧 Update lightbulb icon

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2021-12-03 11:23:20 +01:00
github-actions
455794da2c 📝 Update release notes 2021-11-30 16:28:31 +00:00
Sebastián Ramírez
55259b3c8b
🔧 Add MkDocs Material social cards (#90) 2021-11-30 17:27:50 +01:00
github-actions
328c8c725d 📝 Update release notes 2021-11-30 16:13:10 +00:00
Sebastián Ramírez
e30c7ef4e9
Update type annotations and upgrade mypy (#173) 2021-11-30 17:12:28 +01:00
Sebastián Ramírez
02da85c9ec 🔖 Release version 0.0.4 2021-08-25 15:46:57 +02:00
github-actions
878e230782 📝 Update release notes 2021-08-25 13:44:35 +00:00
Sebastián Ramírez
1da849ac48
🎨 Fix type detection of select results in PyCharm (#15) 2021-08-25 13:43:53 +00:00
Sebastián Ramírez
af03df88ac 🔖 Release version 0.0.3 2021-08-24 20:44:18 +02:00
github-actions
d80a2fb7ed 📝 Update release notes 2021-08-24 18:43:29 +00:00
Sebastián Ramírez
230911ab42
⬆️ Update and relax specification range for sqlalchemy-stubs (#4) 2021-08-24 20:42:52 +02:00
Sebastián Ramírez
194e6aefca 📝 Update release notes 2021-08-24 20:25:55 +02:00
Sebastián Ramírez
5bf67cf24e 🔖 Release version 0.0.2 2021-08-24 20:24:05 +02:00
github-actions
f048754691 📝 Update release notes 2021-08-24 18:15:11 +00:00
Sebastián Ramírez
7f8a1a5e3c
💚 Fix CI installs and tests (#2) 2021-08-24 20:14:33 +02:00
Sebastián Ramírez
ed0d6701dd 👷 Add Dependabot 2021-08-24 16:23:54 +02:00
Sebastián Ramírez
d9baf5a441 🔧 Add funding config 2021-08-24 16:21:55 +02:00