From 86af9453df8b2b7f51c6dd8d18573e339527f232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Fri, 21 Jun 2024 22:27:20 +0300 Subject: [PATCH] Losen aiozoneinfo version requirement (#218) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5e04d2d..caf62bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,13 +112,13 @@ frozenlist = ">=1.1.0" [[package]] name = "aiozoneinfo" -version = "0.2.0" +version = "0.1.0" description = "Tools to fetch zoneinfo with asyncio" optional = false -python-versions = "<4.0,>=3.8" +python-versions = "<4.0,>=3.9" files = [ - {file = "aiozoneinfo-0.2.0-py3-none-any.whl", hash = "sha256:93731f6af7471a7fcf616c2855033822bd31fa1f60d764ccc034329b96e96718"}, - {file = "aiozoneinfo-0.2.0.tar.gz", hash = "sha256:958b3152ef3e8f0b1b661563e68388431a0950ac7d5778b08353e94155924e70"}, + {file = "aiozoneinfo-0.1.0-py3-none-any.whl", hash = "sha256:4fda202522d480a2a02d4adbfab91cb75a0a5a7730c30de170810f05c2842f83"}, + {file = "aiozoneinfo-0.1.0.tar.gz", hash = "sha256:ed2e8f28d50026aaa6fe201336f3150fdd38c3eb0cda45c59589891132446a99"}, ] [package.dependencies] @@ -1926,4 +1926,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8ce485384d1c06c7965468275dcc189bcfe7da0cfe884d950d2c5856eb83df49" +content-hash = "438115c60554fda6b0b0c626399591728f596916678d4e2706a4018faa23f12c" diff --git a/pyproject.toml b/pyproject.toml index 1fc8069..9a139f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ example = "examples.energy:start" [tool.poetry.dependencies] aiohttp = ">=3.0.0" -aiozoneinfo = "^0.2.0" +aiozoneinfo = "^0.1.0, <1" async-timeout = "^4.0.3" python = "^3.10" yarl = ">=1.6.0"