From 47b60965ee0c40529f77e9eef974300792d830a6 Mon Sep 17 00:00:00 2001 From: donBarbos Date: Sat, 11 Oct 2025 10:00:17 +0400 Subject: [PATCH] [psycopg2] Update to 2.9.11 Closes #14863 Diff: https://github.com/psycopg/psycopg2/compare/2.9.10..master --- stubs/psycopg2/METADATA.toml | 2 +- stubs/psycopg2/psycopg2/errorcodes.pyi | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/stubs/psycopg2/METADATA.toml b/stubs/psycopg2/METADATA.toml index 86f0b80f5f82..0a5a3e73adda 100644 --- a/stubs/psycopg2/METADATA.toml +++ b/stubs/psycopg2/METADATA.toml @@ -1,3 +1,3 @@ -version = "~= 2.9.10" +version = "2.9.11" upstream_repository = "https://github.com/psycopg/psycopg2" partial_stub = false diff --git a/stubs/psycopg2/psycopg2/errorcodes.pyi b/stubs/psycopg2/psycopg2/errorcodes.pyi index 6bf1be18dea2..aecb7fc53f0b 100644 --- a/stubs/psycopg2/psycopg2/errorcodes.pyi +++ b/stubs/psycopg2/psycopg2/errorcodes.pyi @@ -14,6 +14,7 @@ CLASS_LOCATOR_EXCEPTION: Final[str] CLASS_INVALID_GRANTOR: Final[str] CLASS_INVALID_ROLE_SPECIFICATION: Final[str] CLASS_DIAGNOSTICS_EXCEPTION: Final[str] +CLASS_XQUERY_ERROR: Final[str] CLASS_CASE_NOT_FOUND: Final[str] CLASS_CARDINALITY_VIOLATION: Final[str] CLASS_DATA_EXCEPTION: Final[str] @@ -74,6 +75,7 @@ INVALID_GRANT_OPERATION: Final[str] INVALID_ROLE_SPECIFICATION: Final[str] DIAGNOSTICS_EXCEPTION: Final[str] STACKED_DIAGNOSTICS_ACCESSED_WITHOUT_ACTIVE_HANDLER: Final[str] +INVALID_ARGUMENT_FOR_XQUERY: Final[str] CASE_NOT_FOUND: Final[str] CARDINALITY_VIOLATION: Final[str] DATA_EXCEPTION: Final[str] @@ -266,6 +268,7 @@ SYSTEM_ERROR: Final[str] IO_ERROR: Final[str] UNDEFINED_FILE: Final[str] DUPLICATE_FILE: Final[str] +FILE_NAME_TOO_LONG: Final[str] SNAPSHOT_TOO_OLD: Final[str] CONFIG_FILE_ERROR: Final[str] LOCK_FILE_EXISTS: Final[str]