[PR #2284] [CLOSED] Update psycopg2-binary requirement from <2.9,>=2.8 to >=2.8,<2.10 #2496

Closed
opened 2026-02-27 12:11:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2284
Author: @dependabot[bot]
Created: 6/25/2021
Status: Closed

Base: masterHead: dependabot/pip/psycopg2-binary-gte-2.8-and-lt-2.10


📝 Commits (1)

  • 58b349e Update psycopg2-binary requirement from <2.9,>=2.8 to >=2.8,<2.10

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 postgresql-requirements.txt (+1 -1)

📄 Description

Updates the requirements on psycopg2-binary to permit the latest version.

Changelog

Sourced from psycopg2-binary's changelog.

Current release

What's new in psycopg 2.9.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

Fix regression with named sql.Placeholder (🎫1291).

What's new in psycopg 2.9

  • with connection starts a transaction on autocommit transactions too (🎫[#941](https://github.com/psycopg/psycopg2/issues/941)).
  • Timezones with fractional minutes are supported on Python 3.7 and following (🎫[#1272](https://github.com/psycopg/psycopg2/issues/1272)).
  • Escape table and column names in ~cursor.copy_from() and ~cursor.copy_to().
  • Connection exceptions with sqlstate 08XXX reclassified as ~psycopg2.OperationalError (a subclass of the previously used ~psycopg2.DatabaseError) (🎫[#1148](https://github.com/psycopg/psycopg2/issues/1148)).
  • Include library dirs required from libpq to work around MacOS build problems (🎫[#1200](https://github.com/psycopg/psycopg2/issues/1200)).

Other changes:

  • Dropped support for Python 2.7, 3.4, 3.5 (🎟️[#1198](https://github.com/psycopg/psycopg2/issues/1198), [#1000](https://github.com/psycopg/psycopg2/issues/1000), [#1197](https://github.com/psycopg/psycopg2/issues/1197)).
  • Dropped support for mx.DateTime.
  • Use datetime.timezone objects by default in datetime objects instead of ~psycopg2.tz.FixedOffsetTimezone.
  • The psycopg2.tz module is deprecated and scheduled to be dropped in the next major release.
  • Provide :pep:599 wheels packages (manylinux2014 tag) for i686 and x86_64 platforms.
  • Provide :pep:600 wheels packages (manylinux_2_24 tag) for aarch64 and ppc64le platforms.
  • Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3.
  • Build system for Linux/MacOS binary packages moved to GitHub Actions.

What's new in psycopg 2.8.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Accept empty params as ~psycopg2.connect() (🎫[#1250](https://github.com/psycopg/psycopg2/issues/1250)).
  • Fix attributes refcount in Column initialisation (🎫[#1252](https://github.com/psycopg/psycopg2/issues/1252)).
  • Allow re-initialisation of static variables in the C module (🎫[#1267](https://github.com/psycopg/psycopg2/issues/1267)).

What's new in psycopg 2.8.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^

... (truncated)

Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2284 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/25/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/psycopg2-binary-gte-2.8-and-lt-2.10` --- ### 📝 Commits (1) - [`58b349e`](https://github.com/modoboa/modoboa/commit/58b349e27b7f03ddd77aca05292c56bb5c2e4854) Update psycopg2-binary requirement from <2.9,>=2.8 to >=2.8,<2.10 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `postgresql-requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/psycopg/psycopg2/blob/master/NEWS">psycopg2-binary's changelog</a>.</em></p> <blockquote> <h2>Current release</h2> <p>What's new in psycopg 2.9.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <p>Fix regression with named <code>sql.Placeholder</code> (:ticket:<code>1291</code>).</p> <h2>What's new in psycopg 2.9</h2> <ul> <li><code>with connection</code> starts a transaction on autocommit transactions too (:ticket:<code>[#941](https://github.com/psycopg/psycopg2/issues/941)</code>).</li> <li>Timezones with fractional minutes are supported on Python 3.7 and following (:ticket:<code>[#1272](https://github.com/psycopg/psycopg2/issues/1272)</code>).</li> <li>Escape table and column names in <code>~cursor.copy_from()</code> and <code>~cursor.copy_to()</code>.</li> <li>Connection exceptions with sqlstate <code>08XXX</code> reclassified as <code>~psycopg2.OperationalError</code> (a subclass of the previously used <code>~psycopg2.DatabaseError</code>) (:ticket:<code>[#1148](https://github.com/psycopg/psycopg2/issues/1148)</code>).</li> <li>Include library dirs required from libpq to work around MacOS build problems (:ticket:<code>[#1200](https://github.com/psycopg/psycopg2/issues/1200)</code>).</li> </ul> <p>Other changes:</p> <ul> <li>Dropped support for Python 2.7, 3.4, 3.5 (:tickets:<code>[#1198](https://github.com/psycopg/psycopg2/issues/1198), [#1000](https://github.com/psycopg/psycopg2/issues/1000), [#1197](https://github.com/psycopg/psycopg2/issues/1197)</code>).</li> <li>Dropped support for mx.DateTime.</li> <li>Use <code>datetime.timezone</code> objects by default in datetime objects instead of <code>~psycopg2.tz.FixedOffsetTimezone</code>.</li> <li>The <code>psycopg2.tz</code> module is deprecated and scheduled to be dropped in the next major release.</li> <li>Provide :pep:<code>599</code> wheels packages (manylinux2014 tag) for i686 and x86_64 platforms.</li> <li>Provide :pep:<code>600</code> wheels packages (manylinux_2_24 tag) for aarch64 and ppc64le platforms.</li> <li>Wheel package compiled against OpenSSL 1.1.1k and PostgreSQL 13.3.</li> <li>Build system for Linux/MacOS binary packages moved to GitHub Actions.</li> </ul> <p>What's new in psycopg 2.8.7 ^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <ul> <li>Accept empty params as <code>~psycopg2.connect()</code> (:ticket:<code>[#1250](https://github.com/psycopg/psycopg2/issues/1250)</code>).</li> <li>Fix attributes refcount in <code>Column</code> initialisation (:ticket:<code>[#1252](https://github.com/psycopg/psycopg2/issues/1252)</code>).</li> <li>Allow re-initialisation of static variables in the C module (:ticket:<code>[#1267](https://github.com/psycopg/psycopg2/issues/1267)</code>).</li> </ul> <p>What's new in psycopg 2.8.6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/psycopg/psycopg2/commits">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2496
No description provided.