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 f81282c commit 7afa845Copy full SHA for 7afa845
pydantic_extra_types/semver.py
@@ -13,7 +13,8 @@
13
from typing_extensions import Annotated
14
15
warnings.warn(
16
- 'Use from pydantic_extra_types.semantic_version 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.',
17
+ DeprecationWarning,
18
)
19
20
0 commit comments