Browse Source

Merge branch 'master' into fix/improve-depends-error-message

pull/14281/head
Adeniran John 9 months ago
committed by GitHub
parent
commit
afa3011887
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      docs/en/docs/release-notes.md
  2. 4
      requirements-docs.txt

5
docs/en/docs/release-notes.md

@ -7,6 +7,11 @@ hide:
## Latest Changes
### Internal
* ⬆ Bump mkdocs-macros-plugin from 1.4.0 to 1.4.1. PR [#14277](https://github.com/fastapi/fastapi/pull/14277) by [@dependabot[bot]](https://github.com/apps/dependabot).
* ⬆ Bump mkdocstrings[python] from 0.26.1 to 0.30.1. PR [#14279](https://github.com/fastapi/fastapi/pull/14279) by [@dependabot[bot]](https://github.com/apps/dependabot).
## 0.120.4
### Fixes

4
requirements-docs.txt

@ -11,9 +11,9 @@ jieba==0.42.1
pillow==11.3.0
# For image processing by Material for MkDocs
cairosvg==2.8.2
mkdocstrings[python]==0.26.1
mkdocstrings[python]==0.30.1
griffe-typingdoc==0.3.0
# For griffe, it formats with black
black==25.1.0
mkdocs-macros-plugin==1.4.0
mkdocs-macros-plugin==1.4.1
markdown-include-variants==0.0.5

Loading…
Cancel
Save