File tree 3 files changed +1
-9
lines changed
3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ classifiers = [
46
46
dependencies = [
47
47
" autowrapt>=1.0" ,
48
48
" fysom>=2.1.2" ,
49
- " protobuf<5.0.0" ,
50
49
" requests>=2.6.0" ,
51
50
" six>=1.12.0" ,
52
51
" urllib3>=1.26.5" ,
Original file line number Diff line number Diff line change 1
1
To regenerate from the proto file:
2
2
3
3
``` bash
4
- pip install grpcio grpcio-tools
4
+ pip install grpcio grpcio-tools protobuf
5
5
python -m grpc_tools.protoc --proto_path=. --python_out=. --grpc_python_out=. ./stan.proto
6
6
```
7
7
Original file line number Diff line number Diff line change @@ -20,13 +20,6 @@ mysqlclient>=2.0.3
20
20
PyMySQL [rsa ]>= 1.0.2
21
21
psycopg2-binary >= 2.8.6
22
22
pika >= 1.2.0
23
- # protobuf is pulled in and also `basictracer`, a core instana dependency
24
- # and also by google-cloud-storage
25
- # but also directly needed by tests/apps/grpc_server/stan_pb2.py
26
- # On 4.0.0 we currently get:
27
- # AttributeError: module 'google._upb._message' has no attribute 'Message'
28
- # TODO: Remove this when support for 4.0.0 is done
29
- protobuf < 4.0.0
30
23
pymongo >= 3.11.4
31
24
pyramid >= 2.0.1
32
25
pytest >= 6.2.4
You can’t perform that action at this time.
0 commit comments