Skip to content

Commit

Permalink
fix(coloredlogs): remove bold bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 22, 2024
1 parent 777bf47 commit 022bd31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readalongs/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import coloredlogs

FIELD_STYLES = dict(levelname=dict(color="green", bold=coloredlogs.CAN_USE_BOLD_FONT))
FIELD_STYLES = dict(levelname=dict(color="green"))


def setup_logger(name):
Expand Down
2 changes: 1 addition & 1 deletion requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
anyio<4.0.0
chevron==0.14.0
click>=8.0.4
coloredlogs==10.0
coloredlogs>=10.0
fastapi>=0.78.0
# Note: when we move g2p to >=2, we will need fastapi>=0.100.0 which requires httpx
g2p>=1.1.20230822, <2.1
Expand Down

0 comments on commit 022bd31

Please sign in to comment.