diff --git a/pyproject.toml b/pyproject.toml index 487b26691..6c0b6e3f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,9 @@ writer = [ sagemaker = [ "boto3>=1.26.0,<2.0.0", "botocore>=1.29.0,<2.0.0", - "boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0" + "boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0", + # uses OpenAI as part of the implementation + "openai>=1.68.0,<2.0.0", ] a2a = [