Ben Brady
|
0647595beb
|
Merge 672aa5aee7 into 6db05770f6
|
1 week ago |
Ben Brady
|
672aa5aee7
|
🔨 added default return to find_encoder
|
1 week ago |
Ben Brady
|
9e5d6cfd2b
|
🔧 fixed acciental call of encoder
|
1 week ago |
pre-commit-ci[bot]
|
273f6217e9
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
1 week ago |
Ben Brady
|
303e1a5c38
|
🔨 removed useless types in ENCODERS_BY_TYPE
|
1 week ago |
Ben Brady
|
c60ec7e6b2
|
🔨 moved find encoder to seperate function
|
1 week ago |
Ben Brady
|
4bc25a4149
|
🔨 added comments to type checks
Co-authored-by: Maxim Martynov <martinov_m_s_@mail.ru>
|
1 week ago |
github-actions[bot]
|
6db05770f6
|
📝 Update release notes
[skip ci]
|
2 weeks ago |
pre-commit-ci[bot]
|
6be02e3d52
|
⬆ [pre-commit.ci] pre-commit autoupdate (#14016)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.9 → v0.12.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.9...v0.12.10)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2 weeks ago |
Ben Brady
|
9266fe3357
|
🔨 moved encode_dict check allowed_keys to be first
|
2 weeks ago |
Ben Brady
|
f3a01033d6
|
🔨 changed encode_dict parameter typing
|
2 weeks ago |
github-actions[bot]
|
9cf7b70d7b
|
📝 Update release notes
[skip ci]
|
2 weeks ago |
Motov Yurii
|
f75c1532f6
|
⬆ Bump `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 (#14003)
Bump mkdocs-macros-plugin from 1.3.7 to 1.3.9
|
2 weeks ago |
github-actions[bot]
|
5c3a70d5b6
|
📝 Update release notes
[skip ci]
|
3 weeks ago |
pre-commit-ci[bot]
|
6a45249303
|
⬆ [pre-commit.ci] pre-commit autoupdate (#13999)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.8 → v0.12.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.8...v0.12.9)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
3 weeks ago |
github-actions[bot]
|
c23051682b
|
📝 Update release notes
[skip ci]
|
3 weeks ago |
Mika
|
df779885fa
|
📝 Fix code include for Pydantic models example in `docs/zh/docs/python-types.md` (#13997)
Updated the Pydantic expiration example in the Chinese documentation
|
3 weeks ago |
github-actions[bot]
|
9c7abbff43
|
📝 Update release notes
[skip ci]
|
3 weeks ago |
pre-commit-ci[bot]
|
d12c1ac82c
|
⬆ [pre-commit.ci] pre-commit autoupdate (#13983)
updates:
- [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.12.7 → v0.12.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.7...v0.12.8)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
3 weeks ago |
github-actions[bot]
|
dbc9d3a0ce
|
📝 Update release notes
[skip ci]
|
3 weeks ago |
Lubos
|
f1b1449958
|
📝 Update `docs/en/docs/advanced/generate-clients.md` (#13793)
|
3 weeks ago |
github-actions[bot]
|
078324583c
|
📝 Update release notes
[skip ci]
|
3 weeks ago |
dependabot[bot]
|
7df361eb41
|
⬆ Bump actions/checkout from 4 to 5 (#13986)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
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>
|
3 weeks ago |
Ben Brady
|
028d681000
|
🔨 added back custom_encoder direct check
|
4 weeks ago |
Ben Brady
|
97ce555b41
|
🔨 removed unused test code
|
4 weeks ago |
pre-commit-ci[bot]
|
21e96381cf
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
4 weeks ago |
Ben Brady
|
8a9fd110f9
|
⚒️ fixed lint errors
|
4 weeks ago |
Ben Brady
|
a25f3c4120
|
Merge branch 'master' of https://github.com/Ben-Brady/fastapi
|
4 weeks ago |
Ben Brady
|
1f86213ffc
|
⚒️ format script
|
4 weeks ago |
pre-commit-ci[bot]
|
dc9a03fc93
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
4 weeks ago |
Ben Brady
|
decaa3e7e3
|
🔨 inlined primative_types and iterable_types constants
|
4 weeks ago |
Ben Brady
|
b2111dbd4c
|
🔨 removed primative type skip
|
4 weeks ago |
Ben Brady
|
c5454038d5
|
🔨 tweaked encoder primative key skip to disallow subclasses
|
4 weeks ago |
Ben Brady
|
9780f0e914
|
🔨 added additional jsonable_encoder tests
|
4 weeks ago |
Ben Brady
|
39c51a38ec
|
🔨 refactored jsonable_encoder
|
4 weeks ago |
github-actions[bot]
|
753bb9fb9f
|
📝 Update release notes
[skip ci]
|
4 weeks ago |
Chai Landau
|
ba0f6121b9
|
🔧 Update Speakeasy sponsor graphic (#13971)
|
4 weeks ago |
github-actions[bot]
|
12b36a048c
|
📝 Update release notes
[skip ci]
|
4 weeks ago |
pre-commit-ci[bot]
|
6ccad06081
|
⬆ [pre-commit.ci] pre-commit autoupdate (#13969)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.12.5 → v0.12.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.5...v0.12.7)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
4 weeks ago |
github-actions[bot]
|
6cee687a79
|
📝 Update release notes
[skip ci]
|
4 weeks ago |
dependabot[bot]
|
5c8d5214ff
|
⬆ Bump actions/download-artifact from 4 to 5 (#13975)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
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>
|
4 weeks ago |
github-actions[bot]
|
6df50d40fe
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
f736e48ab3
|
👥 Update FastAPI People - Experts (#13963)
Co-authored-by: github-actions <github-actions@github.com>
|
1 month ago |
github-actions[bot]
|
c40bd0e426
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
11893d9cea
|
⬆ Bump ruff from 0.11.2 to 0.12.7 (#13957)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.12.7.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/0.11.2...0.12.7)
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.7
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>
|
1 month ago |
github-actions[bot]
|
37dd99ffe3
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
f8013621cc
|
⬆ Bump cairosvg from 2.7.1 to 2.8.2 (#13959)
Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.7.1 to 2.8.2.
- [Release notes](https://github.com/Kozea/CairoSVG/releases)
- [Changelog](https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst)
- [Commits](https://github.com/Kozea/CairoSVG/compare/2.7.1...2.8.2)
---
updated-dependencies:
- dependency-name: cairosvg
dependency-version: 2.8.2
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>
|
1 month ago |
github-actions[bot]
|
391887db91
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
b42e28753e
|
⬆ Bump pydantic-ai from 0.0.30 to 0.4.10 (#13958)
Bumps [pydantic-ai](https://github.com/pydantic/pydantic-ai) from 0.0.30 to 0.4.10.
- [Release notes](https://github.com/pydantic/pydantic-ai/releases)
- [Changelog](https://github.com/pydantic/pydantic-ai/blob/main/docs/changelog.md)
- [Commits](https://github.com/pydantic/pydantic-ai/compare/v0.0.30...v0.4.10)
---
updated-dependencies:
- dependency-name: pydantic-ai
dependency-version: 0.4.10
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>
|
1 month ago |
github-actions[bot]
|
92ea53baca
|
📝 Update release notes
[skip ci]
|
1 month ago |