Skip to content

Commit b144457

Browse files
authored
Merge pull request #415 from zakahan/release/052
release: 0.5.3
2 parents 2a2bdb7 + abd18d6 commit b144457

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.2"
3+
version = "0.5.3"
44
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -13,7 +13,7 @@ authors = [
1313
]
1414
dependencies = [
1515
"pydantic-settings==2.10.1", # Config management
16-
"a2a-sdk==0.3.7", # For Google Agent2Agent protocol
16+
"a2a-sdk>=0.3.7", # For Google Agent2Agent protocol
1717
"deprecated==1.2.18",
1818
"google-adk>=1.19.0", # For basic agent architecture
1919
"litellm>=1.74.3", # For model inference

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.2"
15+
VERSION = "0.5.3"

0 commit comments

Comments
 (0)