From b7b581f2918e0dae4c0e11b77f7033015cdac62f Mon Sep 17 00:00:00 2001 From: Hao Zhu Date: Sun, 2 Jun 2024 16:57:28 -0400 Subject: [PATCH] Pin LiteLLM version (#87) * Pin LiteLLM version * bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a0ea312b..102a4161c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sotopia" -version = "0.0.6" +version = "0.0.8" description = "A platform for simulating and evaluating social interaction." authors = ["Hao Zhu "] license = "MIT License" @@ -24,7 +24,7 @@ together = "^0.2.4" pydantic = "1.10.12" beartype = "^0.14.0" langchain-openai = "^0.0.5" -litellm = "^1.23.12" +litellm = "~1.23.12" # dependency versions for extras fastapi = { version = "^0.109.2", optional = true }