File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " veadk-python"
3- version = " 0.5.2 "
3+ version = " 0.5.3 "
44description = " Volcengine agent development kit, integrations with Volcengine cloud services."
55readme = " README.md"
66requires-python = " >=3.10"
@@ -13,7 +13,7 @@ authors = [
1313]
1414dependencies = [
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
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments