diff --git a/pyproject.toml b/pyproject.toml index 536eafd2..a3b0d12f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,8 @@ git = ["pre-commit"] lint = ["ruff", "pyright"] test = ["rsconnect-python", "responses", "pytest", "pyjson5"] llm = [ - "chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'", + # "chatlas@git+https://github.com/posit-dev/chatlas@main; python_version>='3.9'", + "chatlas; python_version>='3.9'", "anthropic[bedrock]", "shiny", "faicons",