Skip to content

Commit

Permalink
revert to using original pydantic-argparse instead of using forked ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
donaldcampbelljr committed Jun 20, 2024
1 parent f93a8e2 commit 4bba529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion looper/command_models/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from ..const import MESSAGE_BY_SUBCOMMAND
from .arguments import Argument, ArgumentEnum
from pydantic2_argparse import ArgumentParser
from pydantic_argparse import ArgumentParser


@dataclass
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pyyaml>=3.12
rich>=9.10.0
ubiquerg>=0.8.1a1
yacman==0.9.3
pydantic2-argparse>=0.9.2
pydantic-argparse>=0.9.0
psutil

0 comments on commit 4bba529

Please sign in to comment.