We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a5534 commit 9f365e8Copy full SHA for 9f365e8
docs/advanced/combine-pydantic-and-semver.rst
@@ -25,7 +25,7 @@ If you are working with Pydantic>2.0 and pydantic-extra-types>=2.10.0 use the bu
25
print(app_version.version)
26
# > 1.2.3
27
28
-To work with Pydantic>2.0 and without pydantic-extra-types you can use the following example to define your own type:
+To work with Pydantic>2.0 and without pydantic-extra-types use the following example to define your own type:
29
30
31
1. Derive a new class from :class:`~semver.version.Version`
0 commit comments