From a7c5bca61f3acf1e44cbd5ca7cfef489334a789b Mon Sep 17 00:00:00 2001 From: "fangyaozheng@bytedance.com" Date: Wed, 31 Dec 2025 11:34:51 +0800 Subject: [PATCH] release 0.5.4 --- pyproject.toml | 3 +-- veadk/version.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 036897ad..a106a1b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "veadk-python" -version = "0.5.3" +version = "0.5.4" description = "Volcengine agent development kit, integrations with Volcengine cloud services." readme = "README.md" requires-python = ">=3.10" @@ -21,7 +21,6 @@ dependencies = [ "opentelemetry-exporter-otlp==1.37.0", "opentelemetry-instrumentation-logging>=0.56b0", "wrapt==1.17.2", # For patching built-in functions - "openai<1.100", # For fix https://github.com/BerriAI/litellm/issues/13710 "volcengine-python-sdk>=5.0.1", # For Volcengine API "volcengine>=1.0.193", # For Volcengine sign "agent-pilot-sdk==0.1.2", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits diff --git a/veadk/version.py b/veadk/version.py index 0f88aa01..36512d87 100644 --- a/veadk/version.py +++ b/veadk/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION = "0.5.3" +VERSION = "0.5.4"