We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df394e5 commit 22dfe51Copy full SHA for 22dfe51
2 files changed
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.4.6] - 2026-02-18
9
+
10
+### Fixed
11
+- Don't recalculate `time_to_sleep` unecessarily
12
13
## [0.4.5] - 2025-10-17
14
15
### Fixed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
[project]
name = "httpx-retries"
-version = "0.4.5"
+version = "0.4.6"
description = "A retry layer for HTTPX."
requires-python = ">=3.9"
authors = [{ name = "Will Ockmore", email = "[email protected]" }]
0 commit comments