From d0886356621dc80b309d015d1fb0ed2b9476779b Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Wed, 27 Mar 2024 16:45:16 +0530 Subject: [PATCH] reverted pyee library as a dependency --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 96251fbf..72ea49d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -912,4 +912,4 @@ oldcrypto = ["pycrypto"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "2a040e405419bce50a6face81d4fb4bc59cf75d9e5f1061a85bc2fa6a8d1a762" +content-hash = "afa63444ccd8197c15f29772eb3807f8d1e03c7aed7562c84d1087d16853bd24" diff --git a/pyproject.toml b/pyproject.toml index 42c55ffc..bc879d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ h2 = "^4.1.0" # required for httx package, HTTP2 communication websockets = ">= 10.0, < 13.0" pyee = [ { version = "^9.0.4", python = "~3.7" }, - { version = ">= 11.1.0, < 12.0", python = "^3.8" } + { version = "^11.1.0", python = "^3.8" } ] # Optional dependencies