Skip to content

Commit 7765087

Browse files
authored
[psycopg2] Update to 2.9.11 (#14864)
1 parent d7cf369 commit 7765087

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

stubs/psycopg2/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version = "~= 2.9.10"
1+
version = "2.9.11"
22
upstream_repository = "https://github.com/psycopg/psycopg2"
33
partial_stub = false

stubs/psycopg2/psycopg2/errorcodes.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ CLASS_LOCATOR_EXCEPTION: Final[str]
1414
CLASS_INVALID_GRANTOR: Final[str]
1515
CLASS_INVALID_ROLE_SPECIFICATION: Final[str]
1616
CLASS_DIAGNOSTICS_EXCEPTION: Final[str]
17+
CLASS_XQUERY_ERROR: Final[str]
1718
CLASS_CASE_NOT_FOUND: Final[str]
1819
CLASS_CARDINALITY_VIOLATION: Final[str]
1920
CLASS_DATA_EXCEPTION: Final[str]
@@ -74,6 +75,7 @@ INVALID_GRANT_OPERATION: Final[str]
7475
INVALID_ROLE_SPECIFICATION: Final[str]
7576
DIAGNOSTICS_EXCEPTION: Final[str]
7677
STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER: Final[str]
78+
INVALID_ARGUMENT_FOR_XQUERY: Final[str]
7779
CASE_NOT_FOUND: Final[str]
7880
CARDINALITY_VIOLATION: Final[str]
7981
DATA_EXCEPTION: Final[str]
@@ -266,6 +268,7 @@ SYSTEM_ERROR: Final[str]
266268
IO_ERROR: Final[str]
267269
UNDEFINED_FILE: Final[str]
268270
DUPLICATE_FILE: Final[str]
271+
FILE_NAME_TOO_LONG: Final[str]
269272
SNAPSHOT_TOO_OLD: Final[str]
270273
CONFIG_FILE_ERROR: Final[str]
271274
LOCK_FILE_EXISTS: Final[str]

0 commit comments

Comments
 (0)