Skip to content

Commit

Permalink
Fix: pin pythonjsonlogger to 2.X.X (#150)
Browse files Browse the repository at this point in the history
## Description
Version 3.1.0 of this library has renamed some modules that are causing
import errors

## Additional Notes
https://github.com/nhairs/python-json-logger/releases/tag/v3.1.0
  • Loading branch information
ericbuckley authored Dec 13, 2024
1 parent a6e837b commit bcfaf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"sqlalchemy",
"rapidfuzz",
# Observability
"python-json-logger",
"python-json-logger>=2.0.0,<3.0.0",
"asgi-correlation-id",
# Database drivers
"psycopg2-binary", # PostgreSQL
Expand Down

0 comments on commit bcfaf42

Please sign in to comment.