mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/python-fastapi: bump to version 0.136.3
Add python-typing-inspection runtime dependency. This was added to
fastapi as a dependency in 0.128.2[1] but in practice this doesn't break
anything as fastapi depends on pydantic which already has a dependency
on typing-inspection.
Release Notes:
* https://fastapi.tiangolo.com/release-notes/#01362-2026-05-23
* https://fastapi.tiangolo.com/release-notes/#01363-2026-05-23
[1] 97145588f5
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Marcus: clarify when the dependency was added to fastapi, add release
notes]
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
This commit is contained in:
committed by
Marcus Hoffmann
parent
0c2e0f1e98
commit
f0b43038a3
@@ -5,6 +5,7 @@ config BR2_PACKAGE_PYTHON_FASTAPI
|
||||
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
|
||||
select BR2_PACKAGE_PYTHON_STARLETTE # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
||||
select BR2_PACKAGE_PYTHON_TYPING_INSPECTION # runtime
|
||||
help
|
||||
FastAPI framework, high performance, easy to learn, fast to
|
||||
code, ready for production.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/fastapi/json
|
||||
md5 ce568586b56db35b344df5c23d130ada fastapi-0.136.1.tar.gz
|
||||
sha256 7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f fastapi-0.136.1.tar.gz
|
||||
md5 5e22f728ab9ea5c99a29a0137b4b8b55 fastapi-0.136.3.tar.gz
|
||||
sha256 e487fae93ad408e6f47641ee4dfe389864fd7bec92e547ea8498fc13f43e83ab fastapi-0.136.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_FASTAPI_VERSION = 0.136.1
|
||||
PYTHON_FASTAPI_VERSION = 0.136.3
|
||||
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/5d/45/c130091c2dfa061bbfe3150f2a5091ef1adf149f2a8d2ae769ecaf6e99a2
|
||||
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/81/2d/ff8d91d7b564d464629a0fd50a4489c97fcb836ac230bf3a7269232a9b1f
|
||||
PYTHON_FASTAPI_SETUP_TYPE = pep517
|
||||
PYTHON_FASTAPI_LICENSE = MIT
|
||||
PYTHON_FASTAPI_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user