Skip to content

bump version 1.1.3#474

Merged
rayrayraykk merged 1 commit intoagentscope-ai:mainfrom
rayrayraykk:weirui/dev/release0331
Mar 31, 2026
Merged

bump version 1.1.3#474
rayrayraykk merged 1 commit intoagentscope-ai:mainfrom
rayrayraykk:weirui/dev/release0331

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

This PR bumps the AgentScope Runtime version to 1.1.3 and adjusts the agent response schema behavior so completed responses always have an initialized output list.

Changes:

  • Bumped runtime __version__ to v1.1.3.
  • Bumped packaging version in pyproject.toml to 1.1.3.
  • Ensured BaseResponse.completed() initializes output to [] when it’s None.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/agentscope_runtime/version.py Updates runtime version constant to v1.1.3.
src/agentscope_runtime/engine/schemas/agent_schemas.py Initializes BaseResponse.output to an empty list on completion when absent.
pyproject.toml Updates package version to 1.1.3.

Comment thread pyproject.toml
Comment thread src/agentscope_runtime/version.py
@rayrayraykk rayrayraykk merged commit de0a10f into agentscope-ai:main Mar 31, 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.

3 participants