Skip to content

fix a2a version#460

Merged
rayrayraykk merged 2 commits intoagentscope-ai:mainfrom
rayrayraykk:rayrayraykk-patch-1
Mar 17, 2026
Merged

fix a2a version#460
rayrayraykk merged 2 commits intoagentscope-ai:mainfrom
rayrayraykk:rayrayraykk-patch-1

Conversation

@rayrayraykk
Copy link
Copy Markdown
Member

Description

[Describe what this PR does and why]

Related Issue: Fixes #[issue_number] or Relates to #[issue_number]

Security Considerations: [If applicable, especially for sandbox changes]

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactoring

Component(s) Affected

  • Engine
  • Sandbox
  • Tools
  • Common
  • Documentation
  • Tests
  • CI/CD

Checklist

  • Pre-commit hooks pass
  • Tests pass locally
  • Documentation updated (if needed)
  • Ready for review

Testing

[How to test these changes]

Additional Notes

[Optional: any other context]

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates runtime/package version metadata for the 1.1.1 release and tightens the a2a-sdk dependency constraint to avoid unexpected major-version upgrades.

Changes:

  • Bump project version from 1.1.1a1 to 1.1.1 in pyproject.toml.
  • Update runtime __version__ from v1.1.1a1 to v1.1.1.
  • Constrain a2a-sdk to >=0.3.0,<1.0.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/agentscope_runtime/version.py Updates exported runtime __version__ to the stable 1.1.1 value.
pyproject.toml Updates package version and adds an upper bound to the a2a-sdk dependency.

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "v1.1.1a1"
__version__ = "v1.1.1"
@rayrayraykk rayrayraykk merged commit cc94e5c into agentscope-ai:main Mar 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants