Skip to content

Commit 02a0959

Browse files
authored
Merge pull request #206 from scaleapi/stas/add-yaspin
Add yaspin to dependencies so notebooks work out of the box
2 parents 5937dc0 + ba3319e commit 02a0959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ dependencies = [
4343
"openai>=2.2,<3", # Required by openai-agents 0.4.2; litellm now supports openai 2.x (issue #13711 resolved: https://github.com/BerriAI/litellm/issues/13711)
4444
"cloudpickle>=3.1.1",
4545
"datadog>=0.52.1",
46-
"ddtrace>=3.13.0"
46+
"ddtrace>=3.13.0",
47+
"yaspin>=3.1.0",
4748
]
4849
requires-python = ">= 3.12,<4"
4950
classifiers = [

0 commit comments

Comments
 (0)