773 Commits

Author SHA1 Message Date
b560e9deb8 ⬆️ Upgrade Ruff and Black (#968)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-03 22:22:04 -05:00
e2f646dea5 📝 Update release notes 2024-06-04 03:19:04 +00:00
b93dd95125 ⬆ Bump tiangolo/issue-manager from 0.4.1 to 0.5.0 (#922)
Bumps [tiangolo/issue-manager](https://github.com/tiangolo/issue-manager) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/tiangolo/issue-manager/releases)
- [Commits](https://github.com/tiangolo/issue-manager/compare/0.4.1...0.5.0)

---
updated-dependencies:
- dependency-name: tiangolo/issue-manager
  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>
2024-06-03 22:18:48 -05:00
ceac7bc2e8 📝 Update release notes 2024-06-04 02:48:00 +00:00
1d43bd8b1e 🐛 Fix pydantic EmailStr support and max_length in several String subclasses (#966) 2024-06-03 21:47:40 -05:00
9f3af8507e 📝 Update release notes 2024-06-04 02:35:16 +00:00
d165e4b5ad ♻️ Refactor generate select template to isolate templated code to the minimum (#967)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-03 21:34:54 -05:00
d5cba6e358 📝 Update release notes 2024-06-04 01:39:25 +00:00
bd1641c9a2 ⬆️ Update minimum SQLAlchemy version to 2.0.14 as that one includes TryCast used internally (#964) 2024-06-03 20:39:07 -05:00
71de44daba 📝 Update release notes 2024-06-04 01:34:41 +00:00
1b275bd6a7 📌 Pin typing-extensions in tests for compatiblity with Python 3.8, dirty-equals, Pydantic (#965) 2024-06-04 01:34:21 +00:00
866d9ecb29 📝 Update release notes 2024-06-04 00:39:40 +00:00
5bb4cffd49 🐛 Fix set varchar limit when max_length is set on Pydantic models using Pydantic v2 (#963)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-06-04 00:39:23 +00:00
a319952be1 📝 Update release notes 2024-06-03 23:56:49 +00:00
662bd641b8 ✏️ Fix broken link to @dataclass_transform (now PEP 681) in docs/features.md (#753)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Patrick Arminio <patrick.arminio@gmail.com>
2024-06-03 23:56:30 +00:00
dcf4f58e81 📝 Update release notes 2024-05-10 21:00:41 +00:00
e4013acc54 👷 Update GitHub Actions to download and upload artifacts (#936) 2024-05-10 21:00:24 +00:00
df0f834227 📝 Update release notes 2024-05-07 18:32:44 +00:00
5e592c9a0d 👷 Tweak CI for test-redistribute, add needed env vars for slim (#929) 2024-05-07 18:32:16 +00:00
c13b71056e 📝 Update release notes 0.0.18 2024-04-29 23:29:21 -07:00
900e0d3371 🔖 Release version 0.0.18 2024-04-29 23:25:02 -07:00
a280b58c10 📝 Update release notes 2024-04-30 06:22:46 +00:00
9ebbf255f7 Add sqlmodel-slim setup (#916) 2024-04-30 06:22:28 +00:00
39cbf27904 📝 Update release notes 2024-04-30 00:01:02 +00:00
28d0e76370 🔧 Re-enable MkDocs Material Social plugin (#915) 2024-04-30 00:00:40 +00:00
0431c5bb26 🔖 Release version 0.0.17 0.0.17 2024-04-29 16:44:21 -07:00
1c4f425f17 📝 Update release notes 2024-04-29 23:35:03 +00:00
3ecbeacb46 ⬆ Bump actions/setup-python from 4 to 5 (#733)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-29 23:34:38 +00:00
32353eeb07 📝 Update release notes 2024-04-29 23:26:22 +00:00
7023896d7c 🔨 Update internal scripts and remove unused ones (#914) 2024-04-29 16:24:50 -07:00
570cd9f10c 📝 Update release notes 2024-04-29 22:58:36 +00:00
0b4989d0b2 🔧 Migrate from Poetry to PDM for the internal build config (#912) 2024-04-29 15:58:15 -07:00
f67867f974 📝 Update release notes 2024-04-29 22:11:20 +00:00
2454694de3 ♻️ Refactor types to properly support Pydantic 2.7 (#913) 2024-04-29 15:11:02 -07:00
6151f23e15 📝 Update release notes 2024-04-08 23:08:14 +00:00
1eb40b1f33 📝 Update ModelRead to ModelPublic documentation and examples (#885)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-08 18:07:48 -05:00
fa79856a4b 📝 Update release notes 2024-04-08 22:52:39 +00:00
fce7ee21a2 🔧 Update MkDocs, disable cards while I can upgrade to the latest MkDocs Material, that fixes an issue with social cards (#888) 2024-04-08 17:52:21 -05:00
c75743d9d3 📝 Update release notes 2024-04-02 01:51:04 +00:00
355f48860c 👷 Add cron to run test once a week on monday (#869) 2024-04-01 20:50:48 -05:00
51df778420 📝 Update release notes 2024-03-26 17:35:41 +00:00
bf51a11dcf ⬆️ Upgrade Ruff version and configs (#859) 2024-03-26 17:35:15 +00:00
9d0b8b6a93 📝 Update release notes 2024-03-21 17:54:34 -05:00
0e3154a553 📝 Update release notes 2024-03-21 22:49:58 +00:00
9141c8a920 Add source examples for Python 3.10 and 3.9 with updated syntax (#842)
Co-authored-by: Esteban Maya Cadavid <emayacadavid9@gmail.com>
2024-03-21 17:49:38 -05:00
4c3f242ae2 📝 Update release notes 2024-03-13 19:31:41 +00:00
0a80166b81 🔥 Remove Jina QA Bot as it has been discontinued (#840) 2024-03-13 20:31:20 +01:00
6b562358fc 🔖 Release version 0.0.16 0.0.16 2024-02-17 14:53:16 +01:00
3d483921fe 📝 Update release notes 2024-02-17 14:52:43 +01:00
2abb798a22 📝 Update release notes 2024-02-17 13:49:59 +00:00