[sqlite3] Add value to Final constants (#14491)

This commit is contained in:
Semyon Moroz
2025-07-29 17:55:41 +00:00
committed by GitHub
parent 29be85e463
commit 7beac2529c
2 changed files with 175 additions and 174 deletions
+2 -1
View File
@@ -66,6 +66,7 @@ from sqlite3 import (
Row as Row,
Warning as Warning,
)
from typing import Literal
if sys.version_info >= (3, 12):
from _sqlite3 import (
@@ -223,7 +224,7 @@ if sys.version_info < (3, 10):
from _sqlite3 import OptimizedUnicode as OptimizedUnicode
paramstyle: str
threadsafety: int
threadsafety: Literal[0, 1, 3]
apilevel: str
Date = date
Time = time