diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-01-06 11:42:59 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-06 07:36:35 -0800 |
| commit | bc8066fd7fa213f128c45bcb94e1fd6a4a229cbd (patch) | |
| tree | 3491cb726f5c8b77828b0518a6f313cdefb1ef30 /meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb | |
| parent | 656bbf2c7095de17cc1860e6a61baef30039df66 (diff) | |
| download | meta-openembedded-bc8066fd7fa213f128c45bcb94e1fd6a4a229cbd.tar.gz | |
python3-fastapi: Upgrade 0.124.4 -> 0.128.0
Upgrade to release 0.128.0:
- Drop support for pydantic.v1
- Run performance tests only on Pydantic v2
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb b/meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb new file mode 100644 index 0000000000..f047f5321a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fastapi_0.128.0.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | DESCRIPTION = "FastAPI framework, high performance, easy to learn, fast to code, ready for production" | ||
| 2 | HOMEPAGE = "https://fastapi.tiangolo.com/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=95792ff3fe8e11aa49ceb247e66e4810" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "1cc179e1cef10a6be60ffe429f79b829dce99d8de32d7acb7e6c8dfdf7f2645a" | ||
| 7 | |||
| 8 | SRC_URI += "file://run-ptest" | ||
| 9 | |||
| 10 | CVE_PRODUCT = "tiangolo:fastapi" | ||
| 11 | |||
| 12 | inherit pypi python_pdm ptest-python-pytest | ||
| 13 | |||
| 14 | PACKAGECONFIG ?= "" | ||
| 15 | # swagger-ui is in meta-webserver that meta-python does not depend upon | ||
| 16 | # Users can still enable it in their distros explicitly but its disabled | ||
| 17 | # by default | ||
| 18 | PACKAGECONFIG[swagger-ui] = ",,,swagger-ui" | ||
| 19 | |||
| 20 | RDEPENDS:${PN} += "\ | ||
| 21 | python3-annotated-doc \ | ||
| 22 | python3-fastapi-cli \ | ||
| 23 | python3-json \ | ||
| 24 | python3-pydantic \ | ||
| 25 | python3-starlette \ | ||
| 26 | python3-typing-extensions \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS:${PN}-ptest += "\ | ||
| 30 | python3-coverage \ | ||
| 31 | python3-httpx \ | ||
| 32 | python3-orjson \ | ||
| 33 | python3-dirty-equals \ | ||
| 34 | python3-pytest-httpx \ | ||
| 35 | python3-python-multipart \ | ||
| 36 | python3-sqlalchemy \ | ||
| 37 | python3-trio \ | ||
| 38 | " | ||
