]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update the Question template to ask for the Pydantic version (#10000)
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 3 Aug 2023 15:59:41 +0000 (17:59 +0200)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2023 15:59:41 +0000 (17:59 +0200)
.github/DISCUSSION_TEMPLATE/questions.yml

index 3726b7d18dfeade5df847c42161ef9bb850a472c..98424a341db7bbe9db28efbb726d77923538bf51 100644 (file)
@@ -123,6 +123,20 @@ body:
         ```
     validations:
       required: true
+  - type: input
+    id: pydantic-version
+    attributes:
+      label: Pydantic Version
+      description: |
+        What Pydantic version are you using?
+
+        You can find the Pydantic version with:
+
+        ```bash
+        python -c "import pydantic; print(pydantic.version.VERSION)"
+        ```
+    validations:
+      required: true
   - type: input
     id: python-version
     attributes: