Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Sep 21, 2024
1 parent 4ddb9f8 commit 6dd445b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev14"
version = "0.0.0.dev15"
name = "LoggerMan"
dependencies = [
"mdit",
"actionman",
"ansi-sgr",
"PyProtocol",
"MDit == 0.0.0.dev3",
"ActionMan == 0.0.0.dev15",
"ProtocolMan == 0.0.0.dev2",
]
requires-python = ">=3.10"
2 changes: 1 addition & 1 deletion src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
if _TYPE_CHECKING:
from types import ModuleType, TracebackType
from typing import Literal, Sequence, Callable, Type, Iterable
from pyprotocol import Stringable
from protocolman import Stringable
from mdit.protocol import MDTargetConfig, RichTargetConfig, ContainerContentInputType
from mdit import MDContainer
from loggerman.style import LogLevelStyle
Expand Down

0 comments on commit 6dd445b

Please sign in to comment.