Skip to content

Commit

Permalink
fix: Address deprecation warning when importing poetry.core.semver
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 22, 2022
1 parent 910413f commit fcc008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poetry_dynamic_versioning/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from cleo.events.console_command_event import ConsoleCommandEvent
from cleo.events.event_dispatcher import EventDispatcher
from cleo.events.console_events import COMMAND, SIGNAL, TERMINATE, ERROR
from poetry.core.constraints.version import Version as PoetryCoreVersion
from poetry.core.poetry import Poetry
from poetry.core.factory import Factory
from poetry.core.semver.version import Version as PoetryCoreVersion
from poetry.console.application import Application
from poetry.plugins.application_plugin import ApplicationPlugin

Expand Down

0 comments on commit fcc008c

Please sign in to comment.