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: celery/kombu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.2
Choose a base ref
...
head repository: celery/kombu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.3
Choose a head ref
  • 5 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 3, 2025

  1. Configuration menu
    Copy the full SHA
    37d4205 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2025

  1. Move use of typing_extensions into TYPE_CHECKING block

    so that typing-extensions is not required at runtime
    duncanmmacleod authored and auvipy committed Apr 5, 2025
    Configuration menu
    Copy the full SHA
    f224000 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Do not pin package tzdata anymore

    tzdata is a timezone database that should always be upgradeable, otherwise other projects will run into dependency conflicts
    stollero authored and auvipy committed Apr 8, 2025
    Configuration menu
    Copy the full SHA
    81daa0d View commit details
    Browse the repository at this point in the history
  2. fix: typo in pools documentation about use_global_limit (#2285)

    Co-authored-by: Asif Saif Uddin <auvipy@gmail.com>
    splanquart and auvipy authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    1bce376 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Prepare for release: v5.5.3 (#2288)

    * Bump version: 5.5.2 → 5.5.3
    
    * Added Changelog for v5.5.3
    Nusnus authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    1645812 View commit details
    Browse the repository at this point in the history
Loading