Skip to content

Commit d68d223

Browse files
committed
[R] Expand mypy coverage (#6821, PR #7845)
2 parents 0bf06d6 + e6f02c7 commit d68d223

40 files changed

+801
-728
lines changed

.mypy.ini

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,14 @@ modules =
7979
azul.functions,
8080
azul.service.storage_service,
8181
azul.service.source_service,
82-
azul.service
82+
azul.service,
83+
azul.service.source_controller,
84+
azul.service.query_controller,
85+
azul.service.index_controller,
86+
azul.service.catalog_controller,
87+
azul.service.manifest_controller,
88+
azul.service.repository_controller,
89+
azul.service.drs_controller
8390

8491

8592
packages =
-11 KB
Binary file not shown.

bin/wheels/runtime/googleapis_common_protos-1.72.0-py3-none-any.whl renamed to bin/wheels/runtime/googleapis_common_protos-1.73.0-py3-none-any.whl

291 KB
Binary file not shown.

lambdas/service/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13687,7 +13687,7 @@
1368713687
"description": "Gateway timeout. The frontend server did not receive a timely response from the backend server. \nIt is unlikely that a retry will be successful until the problem is\nresolved by an operator.\n"
1368813688
},
1368913689
"200": {
13690-
"description": "\nEmulates the response code and headers of\n/repository/files/{file_uuid} while bypassing the default\nuser agent behavior. Note that the status code of a\nsuccessful response will be 200 while the `Status` field of\nits body will be 302.\n\nThe response described here is intended to be processed by\nclient-side Javascript such that the emulated headers can be\nhandled in Javascript rather than relying on the native\nimplementation by the web browser.\n",
13690+
"description": "\nEmulates the response code and headers of\n/repository/files/{file_uuid} while bypassing\nthe default user agent behavior. Note that the status\ncode of a successful response will be 200 while the\n`Status` field of its body will be 302.\n\nThe response described here is intended to be processed by\nclient-side Javascript such that the emulated headers can be\nhandled in Javascript rather than relying on the native\nimplementation by the web browser.\n",
1369113691
"content": {
1369213692
"application/json": {
1369313693
"schema": {

requirements.all.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@ atomicwrites==1.4.1
22
attrs==25.4.0
33
aws-requests-auth==0.4.3
44
awscli==1.44.42
5-
blessed==1.32.0
5+
blessed==1.33.0
66
boto3==1.42.52
77
boto3-stubs-lite==1.42.52
88
botocore==1.42.52
99
botocore-stubs==1.42.41
1010
certifi==2026.2.25
1111
cffi==2.0.0
1212
chalice==1.32.0+18
13-
charset-normalizer==3.4.4
13+
charset-normalizer==3.4.5
1414
chevron==0.14.0
1515
click==8.3.1
1616
colorama==0.4.6
1717
coverage==7.13.4
1818
cryptography==46.0.5
19-
deprecated==1.3.1
2019
docker==7.1.0
2120
docutils==0.19
2221
editor==1.7.0
@@ -38,7 +37,7 @@ google-cloud-core==2.5.0
3837
google-cloud-storage==3.9.0
3938
google-crc32c==1.8.0
4039
google-resumable-media==2.8.0
41-
googleapis-common-protos==1.72.0
40+
googleapis-common-protos==1.73.0
4241
greenlet==3.3.2
4342
grpc-google-iam-v1==0.14.3
4443
grpcio==1.78.0
@@ -65,7 +64,7 @@ mypy==1.19.1
6564
mypy-boto3-apigateway==1.42.3
6665
mypy-boto3-cloudwatch==1.42.56
6766
mypy-boto3-dynamodb==1.42.55
68-
mypy-boto3-ec2==1.42.58
67+
mypy-boto3-ec2==1.42.62
6968
mypy-boto3-ecr==1.42.57
7069
mypy-boto3-es==1.42.61
7170
mypy-boto3-iam==1.42.4
@@ -124,8 +123,9 @@ six==1.17.0
124123
smmap==5.0.2
125124
strict-rfc3339==0.7
126125
tqdm==4.67.3
127-
types-awscrt==0.31.2
126+
types-awscrt==0.31.3
128127
types-chevron==0.14.2
128+
types-jsonschema==4.26.0.20260202
129129
types-s3transfer==0.16.0
130130
typing_extensions==4.15.0
131131
uritemplate==4.2.0
@@ -134,7 +134,6 @@ watchdog==6.0.0
134134
wcwidth==0.6.0
135135
werkzeug==3.1.6
136136
wheel==0.46.3
137-
wrapt==2.1.1
138137
www-authenticate==0.9.2
139138
xmltodict==1.0.4
140139
xmod==1.9.0

requirements.dev.trans.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
blessed==1.32.0
1+
blessed==1.33.0
22
botocore-stubs==1.42.41
33
click==8.3.1
44
colorama==0.4.6
@@ -19,7 +19,7 @@ mccabe==0.7.0
1919
mypy-boto3-apigateway==1.42.3
2020
mypy-boto3-cloudwatch==1.42.56
2121
mypy-boto3-dynamodb==1.42.55
22-
mypy-boto3-ec2==1.42.58
22+
mypy-boto3-ec2==1.42.62
2323
mypy-boto3-ecr==1.42.57
2424
mypy-boto3-es==1.42.61
2525
mypy-boto3-iam==1.42.4
@@ -49,7 +49,7 @@ rfc3339-validator==0.1.4
4949
runs==1.3.0
5050
smmap==5.0.2
5151
tqdm==4.67.3
52-
types-awscrt==0.31.2
52+
types-awscrt==0.31.3
5353
types-s3transfer==0.16.0
5454
uritemplate==4.2.0
5555
wcwidth==0.6.0

requirements.dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ gitpython==3.1.46
1212
google-api-python-client==2.190.0
1313
google-cloud-bigquery-reservation==1.22.0
1414
google-cloud-storage==3.9.0
15+
types-jsonschema==4.26.0.20260202
1516
jq==1.11.0
1617
moto[s3,sqs,sns,dynamodb,iam]==5.1.20 # match the extras with the backends listed in AzulUnitTestCase._reset_moto
1718
mypy==1.19.1

0 commit comments

Comments
 (0)