-
Notifications
You must be signed in to change notification settings - Fork 825
Update tenacity library Support #1005
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Many modern Python packages, including ones we may want to integrate, now depend on Tenacity v9.0.0 or higher. However, our current environment is either pinned to an older version or has no declared compatibility with v9+, which leads to dependency resolution conflicts during installation or upgrade of other libraries.