]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commit
🔧 Set minimal hatchling version needed to build the package (#9240)
authorMichał Górny <mgorny@gentoo.org>
Thu, 22 Jun 2023 11:35:12 +0000 (13:35 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 11:35:12 +0000 (13:35 +0200)
commit74de9a7b1575d0570f4fe01ea8d1227abbfe9121
tree05c5b5ad1ffc137d09f383ad6481fb50ca03e82d
parent3279f0ba63ab0a99d6d5bebd972dcbfd82d2ae26
🔧 Set minimal hatchling version needed to build the package (#9240)

Set minimal hatchling version needed to build the package

Set the minimal hatchling version that is needed to build fastapi to
1.13.0.  Older versions fail to build because they do not recognize
the trove classifiers used, e.g. 1.12.2 yields:

    ValueError: Unknown classifier in field `project.classifiers`: Framework :: Pydantic

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml