From fae79f294d67ef722ff17b3b1b240bac500184a8 Mon Sep 17 00:00:00 2001 From: Guido Schmitz Date: Mon, 14 Apr 2025 20:00:57 +0200 Subject: [PATCH] Allow older versions of tenacity for compatibility reasons --- docs/CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d0f6fee..80bf396 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.5.1] - 2025/04/14 + +### Changed + +- Allow older versions of tenacity for compatibility reasons + ## [v1.5.0] - 2025/04/13 ### Added diff --git a/pyproject.toml b/pyproject.toml index a999f29..17e14bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "httpx>=0.21.0", "protobuf>=4.22.0", "segno>=1.5.2", - "tenacity>=9.0.0", + "tenacity>=8.3.0", "zeroconf>=0.70.0", ] dynamic = [