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: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.1
Choose a base ref
...
head repository: vimalloc/flask-jwt-extended
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.2
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 27, 2022

  1. fix: explicitly mark exported names (#484)

    Fixes compatibility with the [`--no-implicit-reexport`][1] mypy flag in
    downstream projects. The flag is commonly turned on when the downstream
    project makes use of mypy [strict mode][2].
    
    [1]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport
    [2]: https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-strict
    
    Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com>
    KSmanis authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    47c5d92 View commit details
    Browse the repository at this point in the history
  2. Fix verify_type=False bug (#483)

    vimalloc committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    dd4467c View commit details
    Browse the repository at this point in the history
  3. Bump to 4.4.2

    vimalloc committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    8963037 View commit details
    Browse the repository at this point in the history
Loading