diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2471156..defb47f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ openai = "^0.23.0" loguru = "^0.6.0" icecream = "^2.1.3" sanic = "^22.6.2" -typer = { extras = ["all"], version = "^0.6.1" } +typer = { extras = ["all"], version = "^0.21.0" } rich = "^12.5.1" httpx = "0.23.0" surrealdb = { git = "https://github.com/surrealdb/surrealdb.py", branch = "main" } |