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 2
2
crc32c >= 2.2
3
3
binaryornot
4
4
progress
5
- grpcio > 1.42 .0
5
+ grpcio >= 1.70 .0
6
6
protobuf > 3.19.1
7
+ protoc-gen-openapiv2
7
8
pypac
8
9
urllib3
9
10
pyOpenSSL
Original file line number Diff line number Diff line change 1
1
{
2
2
"settings" : {
3
3
"skip" : {
4
- "patterns" : {},
4
+ "patterns" : {
5
+ "scanning" : [
6
+ " src/protoc_gen_swagger" ,
7
+ " docs" ,
8
+ " scanoss_common_pb2_grpc.py"
9
+ ]
10
+ },
5
11
"sizes" : {}
6
12
}
7
13
},
11
17
"purl" : " pkg:github/scanoss/scanoss.py"
12
18
}
13
19
],
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" : []
32
21
}
33
22
}
Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ install_requires =
29
29
crc32c>=2.2
30
30
binaryornot
31
31
progress
32
- grpcio>1.42 .0
32
+ grpcio>=1.70 .0
33
33
protobuf>3.19.1
34
+ protoc-gen-openapiv2
34
35
pypac
35
36
pyOpenSSL
36
37
google-api-core
Original file line number Diff line number Diff line change 4
4
import warnings
5
5
6
6
7
- GRPC_GENERATED_VERSION = '1.73.1 '
7
+ GRPC_GENERATED_VERSION = '1.73.0 '
8
8
GRPC_VERSION = grpc .__version__
9
9
_version_not_supported = False
10
10
Original file line number Diff line number Diff line change 4
4
import warnings
5
5
6
6
7
- GRPC_GENERATED_VERSION = '1.73.1 '
7
+ GRPC_GENERATED_VERSION = '1.73.0 '
8
8
GRPC_VERSION = grpc .__version__
9
9
_version_not_supported = False
10
10
You can’t perform that action at this time.
0 commit comments