Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tenacity to 9.0.0 #3047

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates tenacity from 8.2.2 to 9.0.0.

Changelog

9.0.0

What's Changed
* Respects `min` argument for `wait_random_exponential` by yxtay in https://github.com/jd/tenacity/pull/425
* Bump major version to warn API breakage on statistics attribute

**Full Changelog**: https://github.com/jd/tenacity/compare/8.5.0...9.0.0

8.5.0

What's Changed
* fix: Restore contents of retry attribute for wrapped functions by hasier in https://github.com/jd/tenacity/pull/484

**Full Changelog**: https://github.com/jd/tenacity/compare/8.4.2...8.5.0

8.4.2

What's Changed
* fix: Avoid overwriting local contexts with retry decorator by hasier in https://github.com/jd/tenacity/pull/479

**Full Changelog**: https://github.com/jd/tenacity/compare/8.4.1...8.4.2

8.4.1

What's Changed
* Include `tenacity.asyncio` subpackage in release dist by cdce8p in https://github.com/jd/tenacity/pull/474

**Full Changelog**: https://github.com/jd/tenacity/compare/8.4.0...8.4.1

8.4.0

What's Changed
* Add async strategies by hasier in https://github.com/jd/tenacity/pull/451
* Support Trio out-of-the-box by jakkdl in https://github.com/jd/tenacity/pull/463

**Full Changelog**: https://github.com/jd/tenacity/compare/8.3.0...8.4.0

8.3.0

New Features
- Added a new stop function: `stop_before_delay`, which will stop execution if the next sleep time would cause overall delay to exceed the specified delay. Useful for use cases where you have some upper bound on retry times that you must not exceed, so returning before that timeout is preferable than returning after that timeout.

Bug Fixes
- Preserve __defaults__ and __kwdefaults__ through retry decorator


Other Notes
- Add a \"test\" extra
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant