Update celery to 5.6.3 - #109
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/30038196337. Examine the logs at this URL for more detail. |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Bumps celery to 5.6.3.
5.6.x also changed runtime deps, so this updates them to match upstream:
kombu >=5.6.0(was>=5.5.2,<5.6; the old upper bound conflicts with 5.6.x)tzlocalandexceptiongroup >=1.3.0(new required deps)Also applies the test
python >=${{ python_min }}fix from #108 so it builds on the latest rattler-build. Verified locally: imports, CLI tests, andpip checkpass. Recipe-only change, not rerendered.