10000 Comparing c044f1e...f157d56 · plotly/plotly.py · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plotly/plotly.py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c044f1e
Choose a base ref
...
head repository: plotly/plotly.py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f157d56
Choose a head ref
  • 1 commit
  • 2,585 files changed
  • 1 contributor

Commits on May 21, 2025

  1. fix: re-instating TYPE_CHECKING to address type-checking issues

    1.  Restore `TYPE_CHECKING` code clauses in `codegen/__init__.py` and `codegen/utils.py`
        that were removed in #4978.
    1.  Update `requires-optional.txt` to specify `black==25.1.0` to be consistent with
        version specified in `pyproject.toml`.
    1.  Change required Python version in `pyproject.toml` to 3.9 because desired version
        of `black` does not work with Python 3.8.
    
    closes #5186
    gvwilson committed May 21, 2025
    Configuration menu
    Copy the full SHA
    f157d56 View commit details
    Browse the repository at this point in the history
Loading
0