Skip to content

Commit 721d497

Browse files
committed
fix: removed protobuf from requirements list
Signed-off-by: Cagri Yonca <[email protected]>
1 parent 827557c commit 721d497

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ classifiers = [
4646
dependencies = [
4747
"autowrapt>=1.0",
4848
"fysom>=2.1.2",
49-
"protobuf<5.0.0",
5049
"requests>=2.6.0",
5150
"six>=1.12.0",
5251
"urllib3>=1.26.5",

tests/apps/grpc_server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
To regenerate from the proto file:
22

33
```bash
4-
pip install grpcio grpcio-tools
4+
pip install grpcio grpcio-tools protobuf
55
python -m grpc_tools.protoc --proto_path=. --python_out=. --grpc_python_out=. ./stan.proto
66
```
77

tests/requirements.txt

-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ mysqlclient>=2.0.3
2020
PyMySQL[rsa]>=1.0.2
2121
psycopg2-binary>=2.8.6
2222
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
3023
pymongo>=3.11.4
3124
pyramid>=2.0.1
3225
pytest>=6.2.4

0 commit comments

Comments
 (0)