Skip to content

Commit fe3d37d

Browse files
committed
Regenerate spec with custom client
1 parent 1aee7c8 commit fe3d37d

9 files changed

Lines changed: 23 additions & 17 deletions

codegen.Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ COPY --from=0 /go /go
3232
# Add Go binary to PATH
3333
ENV PATH="/go/bin:${PATH}"
3434

35-
# Install Python deps
36-
RUN pip install black==23.7.0 pyyaml==6.0.2 openapi-python-client==0.24.3
35+
# Install Python deps (e2b-openapi-python-client is patched version to fix issue with explode)
36+
# https://github.com/openapi-generators/openapi-python-client/pull/1296
37+
RUN pip install black==23.7.0 pyyaml==6.0.2 e2b-openapi-python-client==0.26.2
3738

3839
# Install Node.js and npm
3940
RUN apt-get update && \

packages/python-sdk/e2b/api/client/api/sandboxes/get_sandboxes_metrics.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/api/sandboxes/get_v2_sandboxes.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/api/sandboxes/post_sandboxes.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/api/sandboxes/post_sandboxes_sandbox_id_refreshes.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/api/sandboxes/post_sandboxes_sandbox_id_resume.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/api/sandboxes/post_sandboxes_sandbox_id_timeout.py

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/models/sandbox_detail.py

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/python-sdk/e2b/api/client/types.py

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

0 commit comments

Comments
 (0)