Skip to content

Commit cf11838

Browse files
committed
fix: litellm version
1 parent be38ca5 commit cf11838

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.28"
3+
version = "0.5.29"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -16,7 +16,7 @@ dependencies = [
1616
"a2a-sdk>=0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
1818
"google-adk>=1.19.0", # For basic agent architecture
19-
"litellm>=1.74.3", # For model inference
19+
"litellm>=1.74.3,<=1.82.6", # For model inference
2020
"loguru==0.7.3", # For better logging
2121
"opentelemetry-exporter-otlp==1.37.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",

veadk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = "0.5.28"
15+
VERSION = "0.5.29"

0 commit comments

Comments
 (0)