Skip to content

Commit 95be0c0

Browse files
committed
Pin setuptools for proto generation
1 parent cf0857c commit 95be0c0

3 files changed

Lines changed: 70 additions & 66 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dev = [
6969
"googleapis-common-protos==1.70.0",
7070
"pytest-rerunfailures>=16.1",
7171
"moto[s3,server]>=5",
72+
"setuptools<82",
7273
]
7374

7475
[tool.poe.tasks]

scripts/_proto/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ VOLUME ["/api_new", "/bridge_new"]
88
COPY ./ ./
99

1010
RUN mkdir -p ./temporalio/api
11+
RUN uv remove google-adk --optional google-adk
1112
RUN uv add "protobuf<4"
1213
RUN uv sync --all-extras
1314
RUN uv run scripts/gen_protos.py

0 commit comments

Comments
 (0)