File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ sphinx-autodoc-typehints~=1.25
10
10
pytest==7.1.3
11
11
pytest-cov~=4.1
12
12
readme-renderer~=24.0
13
- # This version of grpcio-tools ships with protoc 3.19.4 which appears to be compatible with
14
- # both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123).
15
- # Bump this version with caution to preserve compatibility with protobuf 3.
16
- # https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28
17
- grpcio-tools==1.48.1
18
- mypy-protobuf~=3.0.0
19
13
# temporary fix. we should update the jinja, flask deps
20
14
# See https://github.com/pallets/markupsafe/issues/282
21
15
# breaking change introduced in markupsafe causes jinja, flask to break
Original file line number Diff line number Diff line change
1
+ # This version of grpcio-tools ships with protoc 3.19.4 which appears to be compatible with
2
+ # both protobuf 3.19.x and 4.x (see https://github.com/protocolbuffers/protobuf/issues/11123).
3
+ # Bump this version with caution to preserve compatibility with protobuf 3.
4
+ # https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-proto/pyproject.toml#L28
5
+ grpcio-tools==1.48.1
6
+ mypy-protobuf~=3.0.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ echo "Creating temporary virtualenv at $venv_dir using $(python3 --version)"
32
32
python3 -m venv $venv_dir
33
33
source $venv_dir /bin/activate
34
34
python -m pip install \
35
- -c $repo_root /dev -requirements.txt \
35
+ -c $repo_root /gen -requirements.txt \
36
36
grpcio-tools mypy-protobuf
37
37
echo ' python -m grpc_tools.protoc --version'
38
38
python -m grpc_tools.protoc --version
You can’t perform that action at this time.
0 commit comments