Skip to content

Build(deps): Bump amrita-sense from 0.3.2 to 0.3.3.1#103

Merged
JohnRichard4096 merged 1 commit into
mainfrom
dependabot/uv/amrita-sense-0.3.3
Jul 4, 2026
Merged

Build(deps): Bump amrita-sense from 0.3.2 to 0.3.3.1#103
JohnRichard4096 merged 1 commit into
mainfrom
dependabot/uv/amrita-sense-0.3.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps amrita-sense from 0.3.2 to 0.3.3.1.

Release notes

Sourced from amrita-sense's releases.

V0.3.3.1

What's Changed

Full Changelog: AmritaBot/AmritaSense@0.3.3...0.3.3.1

V0.3.3

Release Summary: AmritaSense v0.3.3

We are pleased to announce the release of AmritaSense 0.3.3, which introduces important documentation enhancements, runtime safety improvements, and a formal policy for AI‑generated content.


🔐 New AIGC Content Licensing Policy (AACLP v1)

We have adopted the AmritaConstant AIGC Content Licensing Policy (AACLP v1) to provide clear guidelines for contributions involving AI‑generated content. This policy:

  • Recognises AI tools as part of the development toolchain, while placing ultimate responsibility on human contributors.
  • Sets out rules for core business logic, documentation, and test cases.
  • Requires all AI‑assisted content to be reviewed by a human before submission.

The full policy is available in https://github.com/AmritaBot/AmritaSense/blob/HEAD/POLICY_OF_AIGC and referenced in the README and CONTRIBUTING.md.


📚 Documentation Overhaul

New Guide: External Interrupt Calls (4.4)

A comprehensive new section explains how external systems can safely inject subroutines using call_sub(interrupt=True) and the interpreter lock. This unlocks powerful debugging, monitoring, and dynamic control capabilities.

Expanded SuspendObjectStream API Reference

The reference documentation for SuspendObjectStream has been completely rewritten, covering:

  • Two‑layer interrupt architecture (outer control‑flow suspend vs. inner data‑flow callback).
  • The distinction between stateful suspend points and stateless polling.
  • Detailed public methods, usage patterns, and concurrency safety.

Revised “Execution and Interrupt” (3.4)

The core concepts chapter now clearly distinguishes between:

  • Internal interrupts – suppressible exceptions (Exception) vs. unsuppressible InterruptNotice.
  • External interrupts – driven by call_sub(interrupt=True).
  • Cooperative suspendwait_to_suspend / resume for recoverable pauses. A new table summarises the differences, and the panic/recovery flow is now illustrated with a Mermaid diagram.

Other Documentation Updates

  • Added local search to VitePress configuration.
  • Updated Python version support to 3.10 – 3.15 in getting‑started guides.
  • Improved examples and fixed arrow formatting ( replaced by ->) across demos and guides.

... (truncated)

Commits
  • 7ff953e Add workflow pointer rebase API and make weak cache thread-safe (#16)
  • ab582f7 docs: update contact email, simplify AIGC policy reference, and add Stream do...
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 1, 2026
Bumps [amrita-sense](https://github.com/AmritaBot/AmritaSense) from 0.3.2 to 0.3.3.1.
- [Release notes](https://github.com/AmritaBot/AmritaSense/releases)
- [Commits](AmritaBot/AmritaSense@0.3.2...0.3.3.1)

---
updated-dependencies:
- dependency-name: amrita-sense
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Build(deps): Bump amrita-sense from 0.3.2 to 0.3.3 Build(deps): Bump amrita-sense from 0.3.2 to 0.3.3.1 Jul 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/amrita-sense-0.3.3 branch from 4c2c4cd to da7f22f Compare July 3, 2026 14:26
@JohnRichard4096 JohnRichard4096 merged commit 97d9aaa into main Jul 4, 2026
6 checks passed
@JohnRichard4096 JohnRichard4096 deleted the dependabot/uv/amrita-sense-0.3.3 branch July 4, 2026 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant