diff --git a/sdk/cli/pyproject.toml b/sdk/cli/pyproject.toml index aa2b643e4..0dc1b4ac3 100644 --- a/sdk/cli/pyproject.toml +++ b/sdk/cli/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.11" license = "Apache-2.0" keywords = [ "cli", "telepact",] classifiers = [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Operating System :: OS Independent", "Topic :: Utilities",] -dependencies = [ "click>=8.2.1,<9", "jinja2>=3.1,<4", "msgpack>=1.1.1,<2", "uvicorn>=0.35,<0.47", "requests>=2.32,<3", "starlette>=0.49.1,<1.1.0", "websockets>=12,<17", "PyYAML>=6.0.2,<7",] +dependencies = [ "click>=8.2.1,<9", "jinja2>=3.1,<4", "msgpack>=1.1.1,<2", "uvicorn>=0.35,<0.50", "requests>=2.32,<3", "starlette>=0.49.1,<1.4.0", "websockets>=12,<17", "PyYAML>=6.0.2,<7",] license-files = [ "LICENSE", "NOTICE",] [[project.authors]] name = "Telepact Authors"