We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d10ba6 commit 6f31556Copy full SHA for 6f31556
.github/workflows/build-binaries.yml
@@ -65,7 +65,7 @@ jobs:
65
if [ "$RUNNER_OS" = "Windows" ]; then
66
bindir=Scripts
67
fi
68
- ./.venv/$bindir/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
+ ./.venv/$bindir/pip install 'protobuf>=3.20,<6' 'types-protobuf>=3.20,<6' 'typing-extensions>=4.2.0,<5' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
69
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
70
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
71
0 commit comments