diff options
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2471156..4ed46fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ icecream = "^2.1.3" sanic = "^22.6.2" typer = { extras = ["all"], version = "^0.6.1" } rich = "^12.5.1" -httpx = "0.23.0" +httpx = "0.28.1" surrealdb = { git = "https://github.com/surrealdb/surrealdb.py", branch = "main" } aiosqlite = "^0.17.0" |