From 993926ec2aa96ccb3e3c18e6c80ac02f767e1472 Mon Sep 17 00:00:00 2001 From: Carlos Santos <125412989+CarlosSuporteISP@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:58:07 -0300 Subject: [PATCH] Update pyproject.toml update typer erro click --- pyproject.toml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 384d6da..2f78843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,32 +6,33 @@ authors = [ { name = "thatmattlove", email = "matt@hyperglass.dev" } ] dependencies = [ - "Pillow==10.2.0", - "PyJWT==2.6.0", - "PyYAML>=6.0", - "aiofiles>=23.2.1", - "distro==1.8.0", + "Pillow<=11.3.0", + "PyJWT==2.10.1", + "PyYAML>=6.0.2", + "aiofiles>=24.1.0", + "distro==1.9.0", "favicons==0.2.2", - "httpx==0.24.0", - "loguru>=0.7.2", - "netmiko==4.1.2", - "paramiko==3.4.0", - "psutil==5.9.4", + "httpx==0.28.1", + "loguru>=0.7.3", + "netmiko==4.6.0", + "paramiko==4.0.0", + "psutil==7.1.0", "py-cpuinfo==9.0.0", - "pydantic>=2.6.3", - "redis==4.5.4", - "rich>=13.7.0", + "pydantic>=2.11.9", + "redis==6.4.0", + "rich<=14.0.0", "typer>=0.9.0", - "uvicorn==0.21.1", - "uvloop>=0.17.0", - "xmltodict==0.13.0", + "uvicorn==0.37.0", + "uvloop>=0.21.0", + "xmltodict==1.0.2", "toml>=0.10.2", - "pydantic-settings>=2.2.1", - "pydantic-extra-types>=2.6.0", - "litestar[standard,brotli]>=2.7.1", + "pydantic-settings==2.11.0", + "pydantic-extra-types>=2.10.5", + "litestar[standard,brotli]>=2.17.0", + "click<=8.1.7", ] readme = "README.md" -requires-python = ">= 3.11" +requires-python = ">= 3.13,<4.0" [project.scripts] hyperglass = "hyperglass.console:run"