Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps psycopg[binary] from 3.2.6 to 3.2.9.

Changelog

Sourced from psycopg[binary]'s changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.2.9 ^^^^^^^^^^^^^

  • Revert the libpq included in the binary packages from conda forge to vcpkg because GSS connection crashes (:ticket:[#1088](https://github.com/psycopg/psycopg/issues/1088)).

Psycopg 3.2.8 ^^^^^^^^^^^^^

  • Fix DateFromTicks and TimeFromTicks return values to return a date and a time referred to the UTC timezone rather than to the local timezone. For consistency, TimestampFromTicks to return a datetime in UTC rather than in the local timezone (:ticket:[#1058](https://github.com/psycopg/psycopg/issues/1058)).
  • Fix ~Cursor.rownumber after using ~AsyncServerCursor.scroll() on AsyncServerCursor (:ticket:[#1066](https://github.com/psycopg/psycopg/issues/1066)).
  • Fix interval parsing with days or other parts and negative time in C module (:ticket:[#1071](https://github.com/psycopg/psycopg/issues/1071)).
  • Don't process further connection attempts after Ctrl-C (:ticket:[#1077](https://github.com/psycopg/psycopg/issues/1077)).
  • Fix cursors to correctly iterate over rows even if their row factory returns None (:ticket:[#1073](https://github.com/psycopg/psycopg/issues/1073)).
  • Fix ConnectionInfo.port when the port is specified as an empty string (:ticket:[#1078](https://github.com/psycopg/psycopg/issues/1078)).
  • Report all the attempts error messages in the exception raised for a connection failure (:ticket:[#1069](https://github.com/psycopg/psycopg/issues/1069)).
  • Improve logging on connection (:ticket:[#1085](https://github.com/psycopg/psycopg/issues/1085)).
  • Add support for PostgreSQL 18 libpq (:ticket:[#1082](https://github.com/psycopg/psycopg/issues/1082)).

Psycopg 3.2.7 ^^^^^^^^^^^^^

  • Add SRID support to shapely dumpers/loaders (:ticket:[#1028](https://github.com/psycopg/psycopg/issues/1028)).
  • Add support for binary hstore (:ticket:[#1030](https://github.com/psycopg/psycopg/issues/1030)).

Psycopg 3.2.6 ^^^^^^^^^^^^^

... (truncated)

Commits
  • dfce629 chore: bump psycopg package version to 3.2.9
  • 4e97cef Merge branch 'fix-1088' into maint-3.2
  • c182002 docs: mention fix in version 3.2.9
  • 1619579 Revert "ci: install win32 libpq from conda force"
  • 19a6e3d chore: bump psycopg package version to 3.2.9.dev1
  • 5b0a5c0 chore: bump psycopg package version to 3.2.8
  • d5ff770 ci: make sure versions are strings, not floats
  • b5ba0d9 chore: add funding link to project metadata
  • 1e6dfd1 fix(c): fix building on 32 bit with libpq 18
  • 8b9e4bf chore(binary): bump OpenSSL to 3.5.0
  • 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.6 to 3.2.9.
- [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.6...3.2.9)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-version: 3.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 13, 2025
@ddabble ddabble merged commit 5721e31 into master May 17, 2025
42 checks passed
@dependabot dependabot bot deleted the dependabot/pip/requirements/psycopg-binary--3.2.9 branch May 17, 2025 17:59
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.

1 participant