Skip to content

Bump apsw from 3.50.3.0 to 3.51.0.0 - #5

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/apsw-3.51.0.0
Closed

Bump apsw from 3.50.3.0 to 3.51.0.0#5
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/pip/apsw-3.51.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown

Bumps apsw from 3.50.3.0 to 3.51.0.0.

Release notes

Sourced from apsw's releases.

3.51.0.0

JSON can be used as though it is a native type of SQLite, with automatic conversion of Python objects on writing and reading. (example)

Connection.convert_binding (and Cursor.convert_binding) callback to allow conversion of bindings when executing SQL.

Connection.convert_jsonb (and Cursor.convert_jsonb) callback to allow conversion of JSONB when reading query results. (JSONB is SQLite’s binary internal parsed format for quick operations on JSON.)

3 functions for working directly with JSONB allowing direct conversion between Python objects and JSONB, without having to go through the intermediate JSON text format.

Added apsw.ext.Function() for calling SQL functions directly from Python.

When using with (Connection context manager) you can set the outer transaction mode to DEFERRED (default) / IMMEDIATE / EXCLUSIVE. (APSW issue 578)

Changeset.apply() now takes filter_change parameter for allowing filtering on individual change level, taking advantage of sqlite3changeset_apply_v3

Updated Connection.status() to use 64 bit API, and apsw.ext.ShowResourceUsage() to show TEMPBUF_SPILL. (pragma cache_size controls the amount of temp/cache memory available.)

The percentile extension is enabled when enabling all extensions, which is standard for pypi downloads. It enables several percentile, median, and related SQL functions.

The carray extension is enabled when enabling all extensions, which is standard for pypi downloads. apsw.carray() allows binding bulk numbers, strings, and blobs to a query. See the example.

SQLITE_SCM_ constants (BRANCH, TAGS, DATETIME) are available on the module if built with the amalgamation.

apsw.ext.generate_series_sqlite() updated to exactly match SQLite’s behaviour. apsw.ext.generate_series() is recommended as it matches other databases.

Updated apsw.unicode to support Unicode 17.0 which adds 4,803 new codepoints, and updated line breaking, along with other small tweaks.

The Geopoly extension (GeoJSON access to RTree) is enabled when --enable-all-extensions is used with setup.py. This includes pypi builds.

This is the final release supporting Python 3.9.

3.50.4.0

PyPI binary builds are available for:

  • Python 3.14
  • Windows ARM
  • Python 3.14 free threaded (no GIL). The GIL will be enabled when APSW is loaded. APSW will be free threaded in the future (APSW issue 568)
Changelog

Sourced from apsw's changelog.

3.51.0.0

:ref:JSON <jsontype> can be used as though it is a native type of SQLite, with automatic conversion of Python objects on writing and reading. (:doc:example <example-json>)

:attr:Connection.convert_binding (and :attr:Cursor.convert_binding) callback to allow conversion of bindings when executing SQL.

:attr:Connection.convert_jsonb (and :attr:Cursor.convert_jsonb) callback to allow conversion of :ref:JSONB <jsonb> when reading query results. (JSONB is SQLite's binary internal parsed format for quick operations on JSON.)

:ref:3 functions <apsw_jsonb> for working directly with JSONB allowing direct conversion between Python objects and JSONB, without having to go through the intermediate JSON text format.

Added :func:apsw.ext.Function for calling SQL functions directly from Python.

When using with (:meth:Connection context manager <Connection.__enter__>) you can :attr:set the outer transaction mode <Connection.transaction_mode> to DEFERRED (default) / IMMEDIATE / EXCLUSIVE. (:issue:578)

:meth:Changeset.apply now takes filter_change parameter for allowing filtering on individual change level, taking advantage of sqlite3changeset_apply_v3 <https://sqlite.org/session/sqlite3changeset_apply.html>__

Updated :meth:Connection.status to use 64 bit API, and :func:apsw.ext.ShowResourceUsage to show TEMPBUF_SPILL <https://sqlite.org/c3ref/c_dbstatus_options.html>. (pragma cache_size <https://sqlite.org/pragma.html#pragma_cache_size> controls the amount of temp/cache memory available.)

The percentile extension <https://sqlite.org/percentile.html>__ is enabled when enabling all extensions, which is standard for pypi downloads. It enables several percentile, median, and related SQL functions.

The carray extension <https://sqlite.org/carray.html>__ is enabled when enabling all extensions, which is standard for pypi downloads. :meth:apsw.carray allows binding bulk numbers, strings, and blobs to a query. See the :ref:example <example_carray>.

SQLITE_SCM_ constants (BRANCH, TAGS, DATETIME) are available on the module if built with the :attr:amalgamation <using_amalgamation>.

... (truncated)

Commits
  • 1ab49df Harmless but wrong boolean operator
  • c336a62 Update macos runners
  • c7eb5da Changelog consistency
  • d3a8e3a Fix two harmless shadowed variables
  • a07f83d Release bump
  • 5acaec2 Python in extreme checking mode requires encoding
  • 33b4622 Updated docstrings
  • 38c1753 Only unix has abiflags
  • d651761 Use itemsize and format for correct value detection
  • e30fcd3 Add more testing formats
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

george-orcfax and others added 2 commits April 10, 2026 14:36
Foundation is formed of the complete history of the validator node
from July 11, 2023 to April 10, 2026.

Co-authored-by: george-orcfax <135040020+george-orcfax@users.noreply.github.com>
Bumps [apsw](https://github.com/rogerbinns/apsw) from 3.50.3.0 to 3.51.0.0.
- [Release notes](https://github.com/rogerbinns/apsw/releases)
- [Changelog](https://github.com/rogerbinns/apsw/blob/master/doc/changes.rst)
- [Commits](rogerbinns/apsw@3.50.3.0...3.51.0.0)

---
updated-dependencies:
- dependency-name: apsw
  dependency-version: 3.51.0.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 10, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/apsw-3.51.0.0 branch April 10, 2026 13:55
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants