Skip to content

Commit 549d486

Browse files
release 0.5.2 (#412)
* release 0.5.2 * add versions * fix fastmcp version
1 parent 4526cf1 commit 549d486

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "veadk-python"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -15,8 +15,8 @@ dependencies = [
1515
"pydantic-settings==2.10.1", # Config management
1616
"a2a-sdk==0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
18-
"google-adk==1.19.0", # For basic agent architecture
19-
"litellm==1.74.3", # For model inference
18+
"google-adk>=1.19.0", # For basic agent architecture
19+
"litellm>=1.74.3", # For model inference
2020
"loguru==0.7.3", # For better logging
2121
"opentelemetry-exporter-otlp==1.37.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
@@ -25,7 +25,7 @@ dependencies = [
2525
"volcengine-python-sdk>=5.0.1", # For Volcengine API
2626
"volcengine>=1.0.193", # For Volcengine sign
2727
"agent-pilot-sdk==0.1.2", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
28-
"fastmcp==2.12.3", # For running MCP
28+
"fastmcp>=2.12.3", # For running MCP
2929
"trustedmcp==0.0.5", # For running TrustedMCP
3030
"cookiecutter==2.6.0", # For cloud deploy
3131
"omegaconf==2.3.0", # For agent builder
@@ -34,7 +34,7 @@ dependencies = [
3434
"llama-index-llms-openai-like==0.5.1",
3535
"llama-index-vector-stores-opensearch==0.6.1",
3636
"psycopg2-binary==2.9.10", # For PostgreSQL database (short term memory)
37-
"asyncpg==0.29.0", # For async PostgreSQL database (short term memory)
37+
"asyncpg>=0.29.0", # For async PostgreSQL database (short term memory)
3838
"pymysql==1.1.1", # For MySQL database (short term memory)
3939
"aiomysql==0.3.2", # For async MySQL database (short term memory)
4040
"opensearch-py==2.8.0",

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.1"
15+
VERSION = "0.5.2"

0 commit comments

Comments
 (0)