downgrade typing extensions

This commit is contained in:
Ajay Raj 2023-03-19 15:31:27 -07:00
commit 983b0ca644
3 changed files with 4 additions and 4 deletions

View file

@ -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 <ajay@vocode.dev>"]
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"