Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: python-json-logger module not found #3288

Closed
wants to merge 1 commit into from

Conversation

jopemachine
Copy link
Member

@jopemachine jopemachine commented Dec 23, 2024

Fix #3287.
This issue is an upstream issue with python-json-logger and can be resolved by updating to version 3.2.1 or higher.
See nhairs/python-json-logger#29 for further details.

This PR upgrades the following dependencies using the generate-lockfiles command for resolving #3287.

==                    Upgraded dependencies                     ==

  attrs                          24.2.0       -->   24.3.0
  boto3                          1.35.81      -->   1.35.86
  botocore                       1.35.81      -->   1.35.86
  click                          8.1.7        -->   8.1.8
  jinja2                         3.1.4        -->   3.1.5
  marshmallow                    3.23.1       -->   3.23.2
  psutil                         6.1.0        -->   6.1.1
  python-json-logger             3.2.0        -->   3.2.1
  types-aiofiles                 24.1.0.20240626   -->   24.1.0.20241221
  types-cffi                     1.16.0.20240331   -->   1.16.0.20241221
  types-pyyaml                   6.0.12.20240917   -->   6.0.12.20241221
  urllib3                        2.2.3        -->   2.3.0

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue

@jopemachine jopemachine added the type:bug Reports about that are not working label Dec 23, 2024
@github-actions github-actions bot added the size:XS ~10 LoC label Dec 23, 2024
@jopemachine jopemachine added this to the 24.03 milestone Dec 23, 2024
@jopemachine jopemachine changed the title fix: Cannot import pythonjsonlogger.jsonlogger fix: Cannot import pythonjsonlogger.jsonlogger Dec 23, 2024
@jopemachine jopemachine added area:upstream Issues with root cause from upstream 3rd parties require:pants-export Dependencies updated. You need to run `pants export --resolve=python-default` to make it working. labels Dec 23, 2024
@jopemachine jopemachine changed the title fix: Cannot import pythonjsonlogger.jsonlogger fix: python-json-logger module not found Dec 23, 2024
@jopemachine
Copy link
Member Author

This is actually already fixed in #3250, so I will close this issue and PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:upstream Issues with root cause from upstream 3rd parties require:pants-export Dependencies updated. You need to run `pants export --resolve=python-default` to make it working. size:XS ~10 LoC type:bug Reports about that are not working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No module named 'pythonjsonlogger.json' error
1 participant