Skip to content

Commit 1066bc4

Browse files
Merge pull request #337 from regulaforensics/develop
Develop -> Stable
2 parents a13b0b8 + b21d021 commit 1066bc4

6 files changed

Lines changed: 71 additions & 60 deletions

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ six = ">=1.10"
99
python-dateutil = ">=2.8.2"
1010
urllib3 = ">=2.7.0, <3.0.0"
1111
vistir = ">=0.4.0, <=0.6.1"
12-
idna = "==3.7"
12+
idna = "==3.15"
1313
requests = ">=2.33.0"
1414
pydantic = ">=2"
1515
typing-extensions = ">=4.7.1"

Pipfile.lock

Lines changed: 60 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

regula/documentreader/webclient/gen/models/parsing_error_codes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class ParsingErrorCodes(int, Enum):
124124
errLDS_CV_Certificate_CHAT_UnsupportedTerminalType = 2164260963
125125
errLDS_CV_Certificate_PrivateKey_Unsupported = 2164260964
126126
errLDS_CV_Certificate_PrivateKey_InvalidParams = 2164260965
127+
errLDS_PACE_CAM_Data_Usage_Incorrect = 2164261163
128+
errLDS_PACE_IM_MappingData_Incorrect = 2164261167
127129
errLDS_CV_Certificate_IncorrectData = 2164261216
128130
errLDS_CV_Certificate_CPI_IncorrectData = 2164261217
129131
errLDS_CV_Certificate_CAR_IncorrectData = 2164261218

regula/documentreader/webclient/gen/models/parsing_notification_codes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class ParsingNotificationCodes(int, Enum):
2828
ntfLDS_ASN_Certificate_ForcedDefaultCSCARole = 2415919118
2929
ntfLDS_ASN_Certificate_ForcedDefaultDSRole = 2415919119
3030
ntfLDS_ASN_Certificate_IncorrectIssuerSubjectDS = 2415919120
31+
ntfLDS_ASN_Certificate_NonMatchingDSRole = 2415919121
3132
ntfLDS_ASN_Certificate_DuplicatingExtensions = 2415919127
3233
ntfLDS_ICAO_Certificate_Version_Missed = 2415919616
3334
ntfLDS_ICAO_Certificate_Version_Incorrect = 2415919617
@@ -162,6 +163,10 @@ class ParsingNotificationCodes(int, Enum):
162163
ntfLDS_Auth_SignerInfo_Certificate_Revoked = 2415919384
163164
ntfLDS_Auth_SignerInfo_Certificate_SignatureInvalid = 2415919385
164165
ntfLDS_UnsupportedImageFormat = 2415919386
166+
ntfLDS_MDL_Certificate_Chain_SoP_NonMatching = 2415920128
167+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyAlgorithm = 2415920129
168+
ntfLDS_MDL_Certificate_UnsupportedSignatureAlgorithm = 2415920130
169+
ntfLDS_MDL_Certificate_UnsupportedPublicKeyParams = 2415920131
165170
ntfLDS_MRZ_DocumentType_Unknown = 139272
166171
ntfLDS_MRZ_IssuingState_SyntaxError = 139273
167172
ntfLDS_MRZ_Name_IsVoid = 139274

regula/documentreader/webclient/gen/models/rfid_certificate_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class RfidCertificateType(int, Enum):
3030
BCS = 9
3131
BCS_NC = 10
3232
DTCS = 11
33+
CA = 12
34+
MDLS = 13
3335

3436
@classmethod
3537
def from_json(cls, json_str: str) -> Self:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"python-dateutil>=2.8.2",
3030
"urllib3>=1.25.3, <3.0.0",
3131
"vistir>=0.4.0, <=0.6.1",
32-
"idna==3.7",
32+
"idna==3.15",
3333
"requests>=2.32.4",
3434
"pydantic>=2",
3535
"typing-extensions>=4.7.1",

0 commit comments

Comments
 (0)