From 4c234bf428dd9386295a2d68042bc11427e5346c Mon Sep 17 00:00:00 2001 From: Tobias Wohland Date: Sat, 13 Apr 2024 14:01:29 +0200 Subject: [PATCH] chore(setup): Update pyproject.toml * Fix description * Allow all Python 3.12 versions to run the poetry project --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1aac521f..1c248c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] authors = ["Tobias Wohland "] -description = "Logs upcoming validator duties to the console." +description = "Log upcoming validator duties to the console." license = "MIT" name = "eth-duties" readme = "README.md" @@ -10,7 +10,7 @@ version = "0.6.0" [tool.poetry.dependencies] eth-typing = "==3.5.2" fastapi = "==0.104.1" -python = "==3.12.0" +python = "~3.12" pyyaml = "==6.0.1" requests = "==2.31.0" sty = "==1.0.4"