Kamran Pulatov
|
6d1d2ba01a
|
upd: pyproject.toml, remove python-bsonjs from core deps
|
4 weeks ago |
WrldEngine
|
9fbd418aad
|
add: python-bsonjs response class (with C ffi), tests
|
1 month ago |
Kamran Pulatov
|
5c6d791257
|
Merge branch 'fastapi:master' into master
|
1 month ago |
WrldEngine
|
a39b768366
|
Merge branch 'master' of https://github.com/WrldEngine/fastapi
|
1 month ago |
WrldEngine
|
231dc046fb
|
add: python-bsonjs response class (with C ffi), tests
|
1 month ago |
pre-commit-ci[bot]
|
8e13a97c88
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
1 month ago |
WrldEngine
|
d15d27e4d0
|
add: python-bsonjs response class (with C ffi), tests
|
1 month ago |
github-actions
|
1f79531a5b
|
📝 Update release notes
[skip ci]
|
1 month ago |
ChaeYeong Hwang
|
095dcc8a63
|
🌐 Add Korean translation for `docs/ko/docs/advanced/sub-applications.md` (#4543)
* This PR translates advanced/sub-applications.md in Korean.
Test complete
related: #2017
* Update sub-applications.md
* Update sub-applications.md
* Update sub-applications.md
* remove .DS_Store
* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
* Update docs/ko/docs/advanced/sub-applications.md
* Update docs/ko/docs/advanced/sub-applications.md
* Update docs/ko/docs/advanced/sub-applications.md
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
|
1 month ago |
github-actions
|
5ba94612c1
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
44d5abffc1
|
🔧 Update sponsors: remove Porter (#13783)
|
1 month ago |
github-actions
|
98fa4bd437
|
📝 Update release notes
[skip ci]
|
1 month ago |
pre-commit-ci[bot]
|
cdd5d6ce70
|
⬆ [pre-commit.ci] pre-commit autoupdate (#13781)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.11.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.11.13)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 month ago |
github-actions
|
b8a3cccb75
|
📝 Update release notes
[skip ci]
|
1 month ago |
Valentyn
|
14a55d864d
|
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/schema-extra-example.md` (#13769)
* 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/schema-extra-example.md page
* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
---------
Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 month ago |
github-actions
|
37c8e7d76b
|
📝 Update release notes
[skip ci]
|
1 month ago |
Charlie ✨
|
4b12a2818a
|
✏️ Remove redundant words in docs/zh/docs/python-types.md (#13774)
|
1 month ago |
github-actions
|
9ab43cc5ed
|
📝 Update release notes
[skip ci]
|
1 month ago |
pre-commit-ci[bot]
|
7b3463de32
|
⬆ [pre-commit.ci] pre-commit autoupdate (#13757)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.11...v0.11.12)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
1 month ago |
Kamran Pulatov
|
1bce814762
|
Merge pull request #1 from fastapi/master
sync
|
1 month ago |
github-actions
|
f7ab09884d
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
9c4a1d2105
|
⬆ Bump griffe-typingdoc from 0.2.7 to 0.2.8 (#13751)
Bumps [griffe-typingdoc](https://github.com/mkdocstrings/griffe-typingdoc) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/mkdocstrings/griffe-typingdoc/releases)
- [Changelog](https://github.com/mkdocstrings/griffe-typingdoc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/griffe-typingdoc/compare/0.2.7...0.2.8)
---
updated-dependencies:
- dependency-name: griffe-typingdoc
dependency-version: 0.2.8
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>
|
1 month ago |
github-actions
|
066c249bad
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
2116d8aa56
|
🍱 Update sponsors: Dribia badge size (#13773)
|
1 month ago |
github-actions
|
2e21808094
|
📝 Update release notes
[skip ci]
|
1 month ago |
Valentyn
|
736cce8329
|
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-param-models.md` (#13748)
* 🌐 Add Ukrainian translation for docs/uk/docs/tutorial/query-param-models.md page
* 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
* Update docs/uk/docs/tutorial/query-param-models.md
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
---------
Co-authored-by: Valentyn Druzhynin <v.druzhynin@zakaz.global>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
|
1 month ago |
github-actions
|
f78aa8848b
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
38c282039a
|
🔧 Update sponsors: add Dribia (#13771)
|
1 month ago |
github-actions
|
b7a8850660
|
📝 Update release notes
[skip ci]
|
1 month ago |
dependabot[bot]
|
eae3025ed2
|
⬆ Bump typer from 0.15.3 to 0.16.0 (#13752)
Bumps [typer](https://github.com/fastapi/typer) from 0.15.3 to 0.16.0.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.15.3...0.16.0)
---
updated-dependencies:
- dependency-name: typer
dependency-version: 0.16.0
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
|
37e596599e
|
📝 Update release notes
[skip ci]
|
1 month ago |
Nazmus Sakib Sibly
|
37c6913ce5
|
🌐 Add Bengali translation for `docs/bn/docs/environment-variables.md` (#13629)
Add Bengali translation for docs/bn/docs/environment-variables.md
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
|
1 month ago |
github-actions
|
7421a19b7f
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
e71d87d8ef
|
👥 Update FastAPI GitHub topic repositories (#13754)
Co-authored-by: github-actions <github-actions@github.com>
|
1 month ago |
github-actions
|
c3de47858c
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
c430ef1ac1
|
👥 Update FastAPI People - Sponsors (#13750)
Co-authored-by: github-actions <github-actions@github.com>
|
1 month ago |
github-actions
|
54f255ecc8
|
📝 Update release notes
[skip ci]
|
1 month ago |
Sebastián Ramírez
|
751c7dc179
|
👥 Update FastAPI People - Contributors and Translators (#13749)
Co-authored-by: github-actions <github-actions@github.com>
|
1 month ago |
pre-commit-ci[bot]
|
6b3fc52573
|
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
|
1 month ago |
WrldEngine
|
308c762d6e
|
edit: bson dependency comment for mypy in responses.py & add tests for bson serialization
|
1 month ago |
WrldEngine
|
b22ef059e6
|
feat: add bson serializing in FastAPI, upd: pyproject.toml add dependency
|
1 month ago |
WrldEngine
|
b70500ae24
|
feat: add bson in FastAPI and update .gitignore for pdm.lock & other additional files
|
1 month ago |
WrldEngine
|
5195ac978b
|
feat: add bson in FastAPI and update .gitignore for pdm.lock & other additional files
|
1 month ago |
github-actions
|
b2d742074c
|
📝 Update release notes
[skip ci]
|
2 months ago |
Valentyn
|
e48c526b62
|
🌐 Add Ukrainian translation for `docs/uk/docs/tutorial/query-params-str-validations.md` page (#13546)
|
2 months ago |
github-actions
|
be6cfd6cf5
|
📝 Update release notes
[skip ci]
|
2 months ago |
Егор Онищук
|
02ca761365
|
🌐 Add Russian translation for `docs/ru/docs/tutorial/cookie-param-models.md` (#13616)
|
2 months ago |
github-actions
|
cadb7f5c3a
|
📝 Update release notes
[skip ci]
|
2 months ago |
timothy
|
645d645737
|
🌐 Add Korean translation for `docs/ko/docs/tutorial/extra-models.md` (#13063)
|
2 months ago |
github-actions
|
bb05a68530
|
📝 Update release notes
[skip ci]
|
2 months ago |