package/python-fastapi: bump to version 0.136.1

https://fastapi.tiangolo.com/release-notes/#01361-2026-04-23

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-05-01 14:30:01 +02:00
committed by Julien Olivain
parent c2a90f9621
commit 536875e989
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/fastapi/json
md5 470ab99de13de14ea88d7071257944f5 fastapi-0.136.0.tar.gz
sha256 cf08e067cc66e106e102d9ba659463abfac245200752f8a5b7b1e813de4ff73e fastapi-0.136.0.tar.gz
md5 ce568586b56db35b344df5c23d130ada fastapi-0.136.1.tar.gz
sha256 7af665ad7acfa0a3baf8983d393b6b471b9da10ede59c60045f49fbc89a0fa7f fastapi-0.136.1.tar.gz
# Locally computed sha256 checksums
sha256 4ec89ffc81485b97fec584b2d4a961032eeffe834453894fd9c1274906cc744e LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_FASTAPI_VERSION = 0.136.0
PYTHON_FASTAPI_VERSION = 0.136.1
PYTHON_FASTAPI_SOURCE = fastapi-$(PYTHON_FASTAPI_VERSION).tar.gz
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/4e/d9/e66315807e41e69e7f6a1b42a162dada2f249c5f06ad3f1a95f84ab336ef
PYTHON_FASTAPI_SITE = https://files.pythonhosted.org/packages/5d/45/c130091c2dfa061bbfe3150f2a5091ef1adf149f2a8d2ae769ecaf6e99a2
PYTHON_FASTAPI_SETUP_TYPE = pep517
PYTHON_FASTAPI_LICENSE = MIT
PYTHON_FASTAPI_LICENSE_FILES = LICENSE