We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8be3ca9 + cf81e1f commit fd56d65Copy full SHA for fd56d65
2 files changed
pyproject.toml
@@ -58,7 +58,7 @@ dependencies = [
58
"jsonpath-ng>=1.6.1",
59
"psycopg2-binary>=2.9.10",
60
# LCORE-1565
61
- "litellm==1.83.7",
+ "litellm>=1.83.7",
62
"urllib3>=2.6.3",
63
# Used for agent card configuration
64
"PyYAML>=6.0.0",
@@ -75,6 +75,7 @@ dependencies = [
75
"datasets>=4.7.0",
76
# Used for error tracking and monitoring
77
"sentry-sdk[fastapi]>=2.58.0",
78
+ "python-dotenv>=1.2.2",
79
]
80
81
@@ -185,7 +186,7 @@ llslibdev = [
185
186
"google-cloud-aiplatform>=1.130.0",
187
# API inference: remote::watsonx
188
189
190
# Other
191
"autoevals>=0.0.129",
192
"fire>=0.7.0",
0 commit comments