Meatie

Latest version: v0.1.21

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.1.3

What's Changed
* fix: Reset async retry context by pmateusz in https://github.com/pmateusz/meatie/pull/15

**Full Changelog**: https://github.com/pmateusz/meatie/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* fix: Reset error in the retry context
* fix: Add close methods to http clients by pmateusz in https://github.com/pmateusz/meatie/pull/13


**Full Changelog**: https://github.com/pmateusz/meatie/compare/v0.1.0...v0.1.2

0.1.0

Added

- Support for httpx and requests libraries (synchronous API)
- Added additional configuration options to tune the retry strategy, i.e., wait with jitter, wait fixed, stop after
attempt, retry on exception cause type, etc.

Changed

- Revised exceptions thrown by the library to mirror exceptions thrown by supported HTTP client libraries
- Changed options passed to the endpoint decorator, they are now lowercase
- Moved all exported symbols to the `meatie` package
- Moved `aiohttp` client the `meatie_aiohttp` package

Removed

- Retry action on server-side errors, decisions what a server is debatable and design decisions made in the aiohttp
library are not present in the httpx and requests libraries

Page 4 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.