We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd598a commit ae74aa3Copy full SHA for ae74aa3
pyproject.toml
@@ -92,7 +92,9 @@ writer = [
92
sagemaker = [
93
"boto3>=1.26.0,<2.0.0",
94
"botocore>=1.29.0,<2.0.0",
95
- "boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0"
+ "boto3-stubs[sagemaker-runtime]>=1.26.0,<2.0.0",
96
+ # uses OpenAI as part of the implementation
97
+ "openai>=1.68.0,<2.0.0",
98
]
99
100
a2a = [
0 commit comments