Actions
Feature #11687
closedUpdate Python dependencies
Start date:
06/26/2022
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
Celery 5.2.3 imposes limitations on setuptools that results in weird warnings during deployment. It seems that the new version of Celery does not require this, so the update can help to get rid of warnings. In addition, we can try to update other Python dependencies.
Updated by Evgeny Novikov over 2 years ago
- Status changed from New to Resolved
I updated lists of Python packages required by Klever in branch update-py-packages. It seems that the limitation for setuptools has gone. Let's see on testing results.
Updated by Evgeny Novikov over 2 years ago
- Status changed from Resolved to Closed
Tests passed well, so I merged the branch to master in 477285eee.
Actions