From 983b0ca6445747120a255a9c129f00acc89e8912 Mon Sep 17 00:00:00 2001 From: Ajay Raj Date: Sun, 19 Mar 2023 15:31:27 -0700 Subject: [PATCH] downgrade typing extensions --- poetry.lock | 2 +- pyproject.toml | 4 ++-- requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 923ff13..eaecdb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -895,4 +895,4 @@ io = ["pyaudio", "sounddevice"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4b14ec60430f8f66833636c55d1ca349b14dac577bd040fdea3b8d2bc1603198" +content-hash = "c28f710ab3d027e3f6914a10d111b5cbae74d29d0fd1f3e264f1350e754f5e41" diff --git a/pyproject.toml b/pyproject.toml index 398448d..0e08fe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vocode" -version = "0.1.44" +version = "0.1.45" description = "The all-in-one voice SDK" authors = ["Ajay Raj "] license = "MIT License" @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.9" pydantic = ">=1.9.0" python-dotenv = "0.21.1" -typing-extensions = ">=4.0.0" +typing-extensions = ">=3.10.0.2" websockets = "10.4" anyio = "3.6.2" certifi = "2022.12.7" diff --git a/requirements.txt b/requirements.txt index fa0d053..391329f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ sounddevice==0.4.6 starlette==0.25.0 tomli==2.0.1 twilio==7.16.5 -typing_extensions>=4.0.0 +typing_extensions>=3.10.0.2 urllib3==1.26.14 uvicorn==0.20.0 websockets==10.4