v7labs / darwin-py

Library and commandline tool for managing datasets on darwin.v7labs.com
MIT License
115 stars 42 forks source link

[DAR-2640][External] Lock tenacity to 8.3.0 #869

Closed JBWilkie closed 3 months ago

JBWilkie commented 3 months ago

Problem

In darwin-py 0.8.62, we added tenacity as a dependency for exponential backoff. The latest version (8.4.0) released this morning broke, resulting in an issue with darwin-py

Solution

We gain nothing from upgrading beyond 8.3.0, so lock tenacity to 8.3.0 until we need to upgrade

Changelog

Locked tenacity to 8.3.0

linear[bot] commented 3 months ago

DAR-2640 Pin tenacity to 8.3.0