Skip to content

Pin tenacity to latest version 9.1.4#879

Open
pyup-bot wants to merge 1 commit into
mainfrom
pyup-pin-tenacity-9.1.4
Open

Pin tenacity to latest version 9.1.4#879
pyup-bot wants to merge 1 commit into
mainfrom
pyup-pin-tenacity-9.1.4

Conversation

@pyup-bot

Copy link
Copy Markdown
Collaborator

This PR pins tenacity to the latest release 9.1.4.

Changelog

9.1.4

What's Changed
* Fix `retry()` annotations with async `sleep=` function by Zac-HD in https://github.com/jd/tenacity/pull/555


**Full Changelog**: https://github.com/jd/tenacity/compare/9.1.3...9.1.4

9.1.3

What's Changed
* Apply formatting to num seconds in before_sleep_log by aguinane in https://github.com/jd/tenacity/pull/489
* Support Python 3.14 by sandrobonazzola in https://github.com/jd/tenacity/pull/528
* Typing: Accept non-standard logger in helpers logging something by k4nar in https://github.com/jd/tenacity/pull/540
* feat(wait): add `wait_exception` strategy by capitan-davide in https://github.com/jd/tenacity/pull/541
* docs: fix syntax error in wait_chain docstring example by VedantMadane in https://github.com/jd/tenacity/pull/548
* chore: drop Python 3.9 support (EOL) by Zac-HD in https://github.com/jd/tenacity/pull/552
* Support async sleep for sync fn-to-retry by Zac-HD in https://github.com/jd/tenacity/pull/551

New Contributors
* aguinane made their first contribution in https://github.com/jd/tenacity/pull/489
* sandrobonazzola made their first contribution in https://github.com/jd/tenacity/pull/528
* k4nar made their first contribution in https://github.com/jd/tenacity/pull/540
* capitan-davide made their first contribution in https://github.com/jd/tenacity/pull/541
* VedantMadane made their first contribution in https://github.com/jd/tenacity/pull/548
* Zac-HD made their first contribution in https://github.com/jd/tenacity/pull/552

**Full Changelog**: https://github.com/jd/tenacity/compare/9.1.2...9.1.3

9.1.2

**Full Changelog**: https://github.com/jd/tenacity/compare/9.1.1...9.1.2

9.1.1

What's Changed
* Test with Python 3.13 by edgarrmondragon in https://github.com/jd/tenacity/pull/480
* ci: remove Python 3.8 support by jd in https://github.com/jd/tenacity/pull/515
* fix: return "Self" from "BaseRetrying.copy" by ThirVondukr in https://github.com/jd/tenacity/pull/518
* ci: upload on PyPI using trusted publishing by jd in https://github.com/jd/tenacity/pull/520
* Add re.Pattern to allowed match types by robertschweizer in https://github.com/jd/tenacity/pull/497

New Contributors
* Young-Lord made their first contribution in https://github.com/jd/tenacity/pull/491
* edgarrmondragon made their first contribution in https://github.com/jd/tenacity/pull/480
* ThirVondukr made their first contribution in https://github.com/jd/tenacity/pull/518
* robertschweizer made their first contribution in https://github.com/jd/tenacity/pull/497

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

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