]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Add Pydantic 2 trove classifier (#13199)
authorjohnthagen <johnthagen@users.noreply.github.com>
Wed, 22 Jan 2025 18:24:58 +0000 (13:24 -0500)
committerGitHub <noreply@github.com>
Wed, 22 Jan 2025 18:24:58 +0000 (18:24 +0000)
pyproject.toml

index 6fa0f080f3a2b7b64680d64e7eaf767c1287deb5..381eb50bfbfee88c7c3c651df22fc5264ce4ea6c 100644 (file)
@@ -29,6 +29,7 @@ classifiers = [
     "Framework :: FastAPI",
     "Framework :: Pydantic",
     "Framework :: Pydantic :: 1",
+    "Framework :: Pydantic :: 2",
     "Intended Audience :: Developers",
     "License :: OSI Approved :: MIT License",
     "Programming Language :: Python :: 3 :: Only",