We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e74cf commit b5e20d9Copy full SHA for b5e20d9
requirements/base.txt
@@ -3,4 +3,6 @@ jsonschema<5,>=3.2 # TODO: evaluate risk of removing jsonschema 3.x support
3
typing_extensions>=4.4 # 3.8 doesn't have Required, TypeGuard and ParamSpec
4
5
# resource validation & schema generation
6
-pydantic~=2.12.5
+# we should remove support for Python 3.8 soon (and 3.9), but supporting it for now
7
+pydantic>=2.10.6; python_version>="3.8"
8
+pydantic~=2.12.5; python_version>="3.9"
0 commit comments