Skip to content

Commit 9b85d8d

Browse files
marevolclaude
andauthored
build(deps): bump python-json-logger upper bound to <5 (#53)
Widen the version constraint from >=3.2,<4 to >=3.2,<5 to allow python-json-logger v4.x when it is released. The project uses only the standard JsonFormatter via Django dictConfig, so none of the v4.0.0 breaking changes (renamed parameters, removed string-based init args) apply. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2d6e9f3 commit 9b85d8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"channels-redis>=4.2,<5",
3232
"daphne>=4.1,<5",
3333
"fastprogress>=1.0.0,<1.1",
34-
"python-json-logger>=3.2,<4",
34+
"python-json-logger>=3.2,<5",
3535
"django-celery-beat>=2.7,<3",
3636
]
3737

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)