diff --git a/pyproject.toml b/pyproject.toml index 52c99b1..6e4d924 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,15 +33,15 @@ dependencies = [ [project.optional-dependencies] cli = [ - "python-dotenv>=1.2.2,<2", - "rich>=13,<16", - "typer>=0.12,<1", + "python-dotenv>=1.2.3,<2", + "rich>=15.0.0,<16", + "typer>=0.27.2,<1", ] desktop = [ - "hai-drivers[desktop]>=0.1.2", + "hai-drivers[desktop]>=0.1.3", ] browser = [ - "hai-drivers[web]>=0.1.0", + "hai-drivers[web]>=0.1.3", ] all = [ "hai-agents[browser,cli,desktop]", @@ -61,13 +61,13 @@ packages = ["src/hai_agents", "src/hai_agents_cli", "src/hai_agents_common", "sr [dependency-groups] dev = [ - "pytest>=9.0.3,<10", - "pytest-asyncio>=1.2,<2", + "pytest>=9.1.1,<10", + "pytest-asyncio>=1.4.0,<2", # Used only by tests/integration/ — read HAI_API_KEY_TEST when running locally. - "python-dotenv>=1.2.2,<2", - "rich>=13,<16", - "ruff==0.15.22", - "typer>=0.12,<1", + "python-dotenv>=1.2.3,<2", + "rich>=15.0.0,<16", + "ruff==0.16.7", + "typer>=0.27.2,<1", ] [tool.ruff]