Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
aiosqlite ^0.20.0 -> ^0.22.0 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

v0.22.0

Compare Source

Feature release

  • Support set_authorizer query access controls (#​349)
  • Wait for transaction queue to complete when closing connection (#​305)
  • Emit warning when connection goes out of scope without being closed (#​355)
  • Remove dependency on typing_extensions (#​365)
$ git shortlog -s v0.21.0...v0.22.0
     1	Alec Berryman
     1	Amethyst Reese
     1	David Andreoletti
     1	Markus Heidelberg
     1	beerpsi
    19	dependabot[bot]

v0.21.0

Compare Source

Maintenance release

  • Fix: close connection correctly when BaseException raised in connection (#​317)
  • Metadata improvements
  • Tested and supported on Python 3.13
  • Drop support for Python 3.8
  • Drop testing on PyPy
$ git shortlog -s v0.20.0...v0.21.0
     6	Amethyst Reese
     1	Gabriel
     1	Stanley Kudrow
    11	dependabot[bot]

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 is behind base branch, 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.

@renovate renovate bot requested a review from arthurio June 11, 2025 19:06
@netlify
Copy link

netlify bot commented Jun 11, 2025

Deploy Preview for fastapi-filter ready!

Name Link
🔨 Latest commit 3494686
🔍 Latest deploy log https://app.netlify.com/projects/fastapi-filter/deploys/694b0f94ce4e1e00083064be
😎 Deploy Preview https://deploy-preview-628--fastapi-filter.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8c07dd5) to head (3494686).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #628   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          237       237           
=========================================
  Hits           237       237           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/aiosqlite-0.x branch from ba49fcc to f2aa23d Compare June 19, 2025 13:51
@renovate renovate bot changed the title Update dependency aiosqlite to ^0.21.0 Update dependency aiosqlite to ^0.22.0 Dec 13, 2025
@renovate renovate bot force-pushed the renovate/aiosqlite-0.x branch from f2aa23d to b561409 Compare December 13, 2025 21:15
@renovate renovate bot force-pushed the renovate/aiosqlite-0.x branch from b561409 to 3494686 Compare December 23, 2025 21:54
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