udated pyproject to fix typer errors (#2804)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user