Skip to content

Commit

Permalink
Relax async-timeout version (hbldh#1009)
Browse files Browse the repository at this point in the history
Signatures of methods haven't changed since 3.0 for use cases in bleak. 
Relaxing of the dependency will allow using prebuilt version of async-timeout on OpenWrt 21.03 which has version 3.0.1
  • Loading branch information
devbis authored and pmessan committed Sep 20, 2022
1 parent df715ca commit 61d5743
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

Changed
-------
* Relax ``async-timeout`` version to support different installations. Merged #1009.

`0.17.0`_ (2022-09-12)
======================

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
async-timeout = "^4.0.1"
async-timeout = ">= 3.0.0, < 5"
typing-extensions = { version = "^4.2.0", python = "<3.8" }
pyobjc-core = { version = "^8.5", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^8.5", markers = "platform_system=='Darwin'" }
Expand Down

0 comments on commit 61d5743

Please sign in to comment.