Skip to content

Commit 1562938

Browse files
committed
Decrease codegen tool to support lower protoc version in python
1 parent 05b43cc commit 1562938

3 files changed

Lines changed: 8 additions & 18 deletions

File tree

codegen.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FROM python:3.9
1515
# Set working directory
1616
WORKDIR /workspace
1717

18-
ENV PROTOC_VERSION=29.3
18+
ENV PROTOC_VERSION=25.2
1919
RUN ARCH=$(uname -m) && \
2020
case "$ARCH" in \
2121
x86_64) PROTOC_ARCH="x86_64" ;; \

packages/python-sdk/e2b/envd/filesystem/filesystem_pb2.py

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/envd/process/process_pb2.py

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)