udated pyproject to fix typer errors (#2804)

This commit is contained in:
Shuchang Zheng
2025-06-27 09:58:20 +09:00
committed by GitHub
parent 8338ca6394
commit 124dd9b85a
2 changed files with 23 additions and 15 deletions

View File

@@ -42,7 +42,7 @@ aioboto3 = "^14.3.0"
asyncache = "^0.3.1"
orjson = "^3.9.10"
structlog = "^23.2.0"
typer = ">=0.9.0,<0.10.0"
typer = ">=0.16.0"
types-toml = "^0.10.8.7"
httpx = {version = ">=0.27.0", extras = ["socks"]}
filetype = "^1.2.0"
@@ -89,7 +89,7 @@ mock = "^5.1.0"
autoflake = "^2.2.0"
pydevd-pycharm = "^233.6745.319"
ipython = "^8.17.2"
typer = "^0.9.0"
typer = "^0.16.0"
ipykernel = "^6.26.0"
notebook = "^7.0.6"
freezegun = "^1.2.2"