Skip to content

Commit

Permalink
fix: Update python-json-logger (#3250)
Browse files Browse the repository at this point in the history
Backported-from: main (24.12)
Backported-to: 24.03
achimnol committed Dec 16, 2024
1 parent e950827 commit 423b1a3
Showing 3 changed files with 633 additions and 536 deletions.
1,165 changes: 631 additions & 534 deletions python.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ pycryptodome>=3.20.0
pyhumps~=3.8.0
python-dateutil>=2.9
python-dotenv~=0.20.0
python-json-logger>=2.0.1
python-json-logger~=3.2.0
pyzmq~=26.2
PyJWT~=2.0
PyYAML~=6.0
2 changes: 1 addition & 1 deletion src/ai/backend/common/logging.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
import trafaret as t
import yarl
import zmq
from pythonjsonlogger.jsonlogger import JsonFormatter
from pythonjsonlogger.json import JsonFormatter

from ai.backend.common import msgpack

0 comments on commit 423b1a3

Please sign in to comment.