From 2143fa8c973e363d55304887ce895136cfaeeadb Mon Sep 17 00:00:00 2001 From: "Mike A." Date: Mon, 2 Sep 2024 23:32:37 +0200 Subject: [PATCH] fix: Add typing_extensions dependency Fixes python 3.12 compatibility --- poetry.lock | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index ad95bc6..cf88392 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1849,4 +1849,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "4f46b85a3182de2a998c0a9ee8403011da162789e1f43df65b35701045e07a68" +content-hash = "9e173185c6779b5fc3069cdb8b37b2c1199967b9058d55c0ab6071c254beff9e" diff --git a/pyproject.toml b/pyproject.toml index aa21f85..f10e525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ cryptography = ">=42.0.0,<44.0.0" beautifulsoup4 = "^4.12.3" aiohttp = "^3.9.5" bleak = "^0.22.2" +typing-extensions = "^4.12.2" [tool.poetry.group.dev] optional = true