Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps psycopg[binary] from 3.2.1 to 3.3.0.

Changelog

Sourced from psycopg[binary]'s changelog.

psycopg_pool 3.3.0

  • Add ~ConnectionPool.drain() method (:ticket:[#1215](https://github.com/psycopg/psycopg/issues/1215)).
  • Allow the !conninfo and !kwargs ConnectionPool parameters to be callable to allow connection parameters update (:ticket:[#851](https://github.com/psycopg/psycopg/issues/851)).
  • Add !close_returns ConnectionPool parameter for :ref:integration with SQLAlchemy <pool-sqlalchemy> (:ticket:[#1046](https://github.com/psycopg/psycopg/issues/1046)).

psycopg_pool 3.2.8 ^^^^^^^^^^^^^^^^^^

  • Don't lose connections if a ~asyncio.CancelledError is raised on check, rollback, or other events (:tickets:[#1123](https://github.com/psycopg/psycopg/issues/1123), [#1208](https://github.com/psycopg/psycopg/issues/1208)).

psycopg_pool 3.2.7 ^^^^^^^^^^^^^^^^^^

  • Fix infinite loop with connections modified to return on close (:ticket:[#1124](https://github.com/psycopg/psycopg/issues/1124)).
  • Fix request of excessive connections upon connection close failing and retrying (:ticket:[#1176](https://github.com/psycopg/psycopg/issues/1176)).

psycopg_pool 3.2.6 ^^^^^^^^^^^^^^^^^^

  • Reset transaction status of connection failing check (:ticket:[#1014](https://github.com/psycopg/psycopg/issues/1014)).

psycopg_pool 3.2.5 ^^^^^^^^^^^^^^^^^^

  • Fix spurious warning logging on pool shrinking (:ticket:[#1001](https://github.com/psycopg/psycopg/issues/1001)).

psycopg_pool 3.2.4 ^^^^^^^^^^^^^^^^^^

  • Add a hint to the warning printed if threads fail to stop during __del__, which has been reported happening during interpreter shutdown on Python 3.13 (see 🎫[#954](https://github.com/psycopg/psycopg/issues/954)).

psycopg_pool 3.2.3 ^^^^^^^^^^^^^^^^^^

  • Add metadata to declare compatibility with Python 3.13.

... (truncated)

Commits
  • 2322a9a chore: bump psycopg package version to 3.3.0
  • 6e3b32a fix: mark new register_composite() args as keyword only
  • 1accac9 Merge pull request #1222 from dvarrazzo/fix/composite-adapt-info
  • fdda4d1 fix(composite): pass the entire info object to the custom functions
  • 5262402 fix)composite): rename make_instance to make_object
  • 2c0a1b2 chore: bump Mypy min required version to 1.19
  • 90f8606 docs: 3.3 release notes cleanup and other small fixes
  • e016fd8 test: add free-threading-specific tests
  • 71372ea Merge pull request #1220 from dvarrazzo/feat/add-as-string
  • f88efc7 docs: drop cautionary warnings about t-strings
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.1 to 3.3.0.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst)
- [Commits](psycopg/psycopg@3.2.1...3.3.0)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-version: 3.3.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 Dec 1, 2025
@ndittren ndittren merged commit 9440968 into master Dec 1, 2025
4 checks passed
@ndittren ndittren deleted the dependabot/pip/psycopg-binary--3.3.0 branch December 1, 2025 15:20
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