File tree Expand file tree Collapse file tree 5 files changed +14
-23
lines changed
src/protoc_gen_swagger/options Expand file tree Collapse file tree 5 files changed +14
-23
lines changed Original file line number Diff line number Diff line change 22crc32c >= 2.2
33binaryornot
44progress
5- grpcio > 1.42 .0
5+ grpcio >= 1.70 .0
66protobuf > 3.19.1
7+ protoc-gen-openapiv2
78pypac
89urllib3
910pyOpenSSL
Original file line number Diff line number Diff line change 11{
22 "settings" : {
33 "skip" : {
4- "patterns" : {},
4+ "patterns" : {
5+ "scanning" : [
6+ " src/protoc_gen_swagger" ,
7+ " docs" ,
8+ " scanoss_common_pb2_grpc.py"
9+ ]
10+ },
511 "sizes" : {}
612 }
713 },
1117 "purl" : " pkg:github/scanoss/scanoss.py"
1218 }
1319 ],
14- "remove" : [
15- {
16- "path" : " docs/make.bat" ,
17- "purl" : " pkg:github/twilight-logic/ar488"
18- },
19- {
20- "path" : " src/protoc_gen_swagger/options/annotations_pb2_grpc.py" ,
21- "purl" : " pkg:pypi/bauplan"
22- },
23- {
24- "path" : " src/protoc_gen_swagger/options/openapiv2_pb2_grpc.py" ,
25- "purl" : " pkg:pypi/bauplan"
26- },
27- {
28- "path" : " src/scanoss/api/common/v2/scanoss_common_pb2_grpc.py" ,
29- "purl" : " pkg:pypi/bauplan"
30- }
31- ]
20+ "remove" : []
3221 }
3322}
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ install_requires =
2929 crc32c>=2.2
3030 binaryornot
3131 progress
32- grpcio>1.42 .0
32+ grpcio>=1.70 .0
3333 protobuf>3.19.1
34+ protoc-gen-openapiv2
3435 pypac
3536 pyOpenSSL
3637 google-api-core
Original file line number Diff line number Diff line change 44import warnings
55
66
7- GRPC_GENERATED_VERSION = '1.73.1 '
7+ GRPC_GENERATED_VERSION = '1.73.0 '
88GRPC_VERSION = grpc .__version__
99_version_not_supported = False
1010
Original file line number Diff line number Diff line change 44import warnings
55
66
7- GRPC_GENERATED_VERSION = '1.73.1 '
7+ GRPC_GENERATED_VERSION = '1.73.0 '
88GRPC_VERSION = grpc .__version__
99_version_not_supported = False
1010
You can’t perform that action at this time.
0 commit comments