Skip to content

Commit cf81e1f

Browse files
committed
LCORE-2042: Fix python-dotenv
1 parent 8be3ca9 commit cf81e1f

2 files changed

Lines changed: 62 additions & 59 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dependencies = [
5858
"jsonpath-ng>=1.6.1",
5959
"psycopg2-binary>=2.9.10",
6060
# LCORE-1565
61-
"litellm==1.83.7",
61+
"litellm>=1.83.7",
6262
"urllib3>=2.6.3",
6363
# Used for agent card configuration
6464
"PyYAML>=6.0.0",
@@ -75,6 +75,7 @@ dependencies = [
7575
"datasets>=4.7.0",
7676
# Used for error tracking and monitoring
7777
"sentry-sdk[fastapi]>=2.58.0",
78+
"python-dotenv>=1.2.2",
7879
]
7980

8081

@@ -185,7 +186,7 @@ llslibdev = [
185186
"google-cloud-aiplatform>=1.130.0",
186187
# API inference: remote::watsonx
187188
# LCORE-1565
188-
"litellm==1.83.7",
189+
"litellm>=1.83.7",
189190
# Other
190191
"autoevals>=0.0.129",
191192
"fire>=0.7.0",

0 commit comments

Comments
 (0)