Skip to content

Commit 359d8e8

Browse files
release 0.5.4 (#417)
1 parent ca6541f commit 359d8e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -21,7 +21,6 @@ dependencies = [
2121
"opentelemetry-exporter-otlp==1.37.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
2323
"wrapt==1.17.2", # For patching built-in functions
24-
"openai<1.100", # For fix https://github.com/BerriAI/litellm/issues/13710
2524
"volcengine-python-sdk>=5.0.1", # For Volcengine API
2625
"volcengine>=1.0.193", # For Volcengine sign
2726
"agent-pilot-sdk==0.1.2", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits

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.3"
15+
VERSION = "0.5.4"

0 commit comments

Comments
 (0)