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

Remove tenacity dependency #4831

Merged
merged 4 commits into from
Oct 24, 2024
Merged

Remove tenacity dependency #4831

merged 4 commits into from
Oct 24, 2024

Conversation

ndrezn
Copy link
Member

@ndrezn ndrezn commented Oct 24, 2024

The tenacity dependency in Plotly.py (added in #2911) is used today in one place for Orca to provide a pretty naive retry decorator. It's easy enough to write our own with identical functionality.

This means it's possible to remove the sole dependency of Plotly.py. Yay!

The meaningful change is in cf4bfd1

Copy link
Contributor

@alexcjohnson alexcjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💃 Love it!

@archmoj
Copy link
Contributor

archmoj commented Oct 24, 2024

Please mention this PR in the change log.
Thank you!

@gvwilson gvwilson added feature something new P1 needed for current cycle dependencies Pull requests that update a dependency file labels Oct 24, 2024
@archmoj archmoj merged commit 31b3ad8 into master Oct 24, 2024
5 checks passed
@archmoj archmoj deleted the remove-tenacity branch October 24, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature something new P1 needed for current cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants