Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 23, 2025

This PR contains the following updates:

Package Change Age Confidence
aiosqlite ==0.22.0 -> ==0.22.1 age confidence

Release Notes

omnilib/aiosqlite (aiosqlite)

v0.22.1

Compare Source

Bug fix release

NOTE: Starting with v0.22.0, the aiosqlite.Connection object no longer
inherits from threading.Thread. If not using aiosqlite as a context manager,
clients must await connection.close() or call connection.stop() to ensure
the helper thread is completed and terminated correctly. A ResourceWarning
will be emitted for any connection that is garbage collected without being
closed or stopped.

  • Added synchronous stop() method to aiosqlite.Connection to enable safe
    cleanup and termination of the background thread without dependence
    on having an active event loop (#​370)
$ git shortlog -s v0.22.0...v0.22.1
     2	Amethyst Reese

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

1 participant