downgrade typing extensions
This commit is contained in:
parent
563d2b6c87
commit
983b0ca644
3 changed files with 4 additions and 4 deletions
2
poetry.lock
generated
2
poetry.lock
generated
|
|
@ -895,4 +895,4 @@ io = ["pyaudio", "sounddevice"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "4b14ec60430f8f66833636c55d1ca349b14dac577bd040fdea3b8d2bc1603198"
|
||||
content-hash = "c28f710ab3d027e3f6914a10d111b5cbae74d29d0fd1f3e264f1350e754f5e41"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue