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 32a91f6 commit f81282cCopy full SHA for f81282c
pydantic_extra_types/semver.py
@@ -13,7 +13,7 @@
13
from typing_extensions import Annotated
14
15
warnings.warn(
16
- 'Use from pydantic_extra_types.semver import SemanticVersion instead. Will be removed in 3.0.0.', DeprecationWarning
+ 'Use from pydantic_extra_types.semantic_version import SemanticVersion instead. Will be removed in 3.0.0.', DeprecationWarning
17
)
18
19
0 commit comments