chore(deps): update psycopg requirement from >=3.2 to >=3.3.4
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(7 days ago)
(7 days ago)
dependencies python
Updates the requirements on psycopg to permit the latest version.
Changelog
Sourced from psycopg's changelog.
.. currentmodule:: psycopg
.. index:: single: Release notes single: News
psycopgrelease notesFuture releases
Psycopg 3.3.5 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Discard prepared statements upon :sql:
ALTER *orDISCARD *(:ticket:[#1307](https://github.com/psycopg/psycopg/issues/1307)).Current release
Psycopg 3.3.4 ^^^^^^^^^^^^^
- Fix possible spurious connection timeout in systems with very long uptimes in C extension (:ticket:
[#1280](https://github.com/psycopg/psycopg/issues/1280)).- Fix client-side adaptation of enums whose name require quotes (:ticket:
[#1298](https://github.com/psycopg/psycopg/issues/1298)).- Consistently populate
~Cursor.statusmessageafter~Cursor.executemany()(:ticket:[#1302](https://github.com/psycopg/psycopg/issues/1302)).Psycopg 3.3.3 ^^^^^^^^^^^^^
- Retain
Error.pgconnwhen raising a single exception for multiple connection attempt errors (:ticket:[#1246](https://github.com/psycopg/psycopg/issues/1246)).- Return a proper error when server sends
ErrorResponsefor aSyncafter aParse(:ticket:[#1260](https://github.com/psycopg/psycopg/issues/1260)).Psycopg 3.3.2 ^^^^^^^^^^^^^
Fix race condition in adapters at startup (:ticket:
[#1230](https://github.com/psycopg/psycopg/issues/1230)).Psycopg 3.3.1 ^^^^^^^^^^^^^
... (truncated)
Commits
83f1103chore: bump psycopg_pool package version to 3.3.11828770chore: bump psycopg package version to 3.3.48be14bbMerge pull request #1301 from oliverhaas/fix/sync-pool-open-raceaee0bf2fix(pool): fix race in the construction of the sync ConnectionPool lockbc4d303chore(deps): bump the actions group across 1 directory with 4 updates785379ffix: retain statusmessage after executemany with returning=False8882a73perf: do less if X in Y: return Y[X] for cache-like patterns2f78539Merge pull request #1299 from dvarrazzo/fix-camel-enum37ef1dctest: skip test on crdb depending on precise regtype behaviour7f2f1d1fix: fix client-side representation of enums requiring quotes- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 15987118 |
| UUID: | 4580680237 |
| Node ID: | PR_kwDOSrzsgM7iQr9h |
| Host: | GitHub |
| Repository: | BeFeast/karaoke |