Skip to content

Conversation

@Alexandrudiun
Copy link

Problem

  • HTTP 500 internal server errors occurred when generating reports
  • Root cause: Kaleido version 1.0.0 is incompatible with plotly==5.23.0
  • The dependency was previously unpinned, allowing incompatible versions to be installed

Solution

  • Pin kaleido to version 0.2.1 in requirements.txt
  • This version is confirmed compatible with plotly==5.23.0
  • Ensures consistent behavior across all environments

Changes

  • Updated requirements.txt:
    • Before: kaleido (unpinned)
    • After: kaleido==0.2.1 (pinned to compatible version)

This change resolves the server errors and ensures reliable report generation functionality.

Update requirements.txt for solving internal server error 500 when generating report.
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2025

Woohoo @Alexandrudiun! 🎉 You've just dropped some hot new code! 🔥

Hang tight while we review this! You rock! 🤘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant