Skip to content

chore(deps): bump modal from 0.64.192 to 0.68.2#271

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.68.2
Closed

chore(deps): bump modal from 0.64.192 to 0.68.2#271
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.68.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps modal from 0.64.192 to 0.68.2.

Changelog

Sourced from modal's changelog.

0.68.2 (2024-12-11)

  • Sandboxes now support a new filesystem API. The open() method returns a FileIO handle for native file handling in sandboxes.
app = modal.App.lookup("sandbox-fs", create_if_missing=True)
sb = modal.Sandbox.create(app=app)
with sb.open("test.txt", "w") as f:
f.write("Hello World\n")
f = sb.open("test.txt", "rb")
print(f.read())

0.67.43 (2024-12-11)

  • modal container exec and modal shell now work correctly even when a pseudoterminal (PTY) is not present. This means, for example, that you can pipe the output of these commands to a file:

    modal shell -c 'uv pip list' > env.txt

0.67.39 (2024-12-09)

  • It is now possible to delete named NetworkFileSystem objects via the CLI (modal nfs delete ...) or API (modal.NetworkFileSystem.delete(...))

0.67.38 (2024-12-09)

  • Sandboxes now support filesystem snapshots. Run Sandbox.snapshot_filesystem() to get an Image which can be used to spawn new Sandboxes.

0.67.28 (2024-12-05)

  • Adds Image.add_local_python_source which works similarly to the old and soon-to-be-deprecated Mount.from_local_python_packages but for images. One notable difference is that the new add_local_python_source only includes .py-files by default

0.67.23 (2024-12-04)

  • Image build functions that use a functools.wraps decorator will now have their global variables included in the cache key. Previously, the cache would use global variables referenced within the wrapper itself. This will force a rebuild for Image layers defined using wrapped functions.

... (truncated)

Commits
  • 3be051b [auto-commit] [skip ci] Bump the build number
  • bf9e3ce Add container filesystem API for sandboxes (#2414)
  • e91c6d5 [auto-commit] [skip ci] Bump the build number
  • a723471 Add protos for directory level sandbox api (#2638)
  • 48f0a2a [auto-commit] [skip ci] Bump the build number
  • 1e08ea2 Remove ClientHello (attempt 2) (#2641)
  • 594559d [auto-commit] [skip ci] Bump the build number
  • a3d399f Improve presentation of warnings originating from modal server (#2643)
  • f52c44f [auto-commit] [skip ci] Bump the build number
  • 3fa1b34 Print server warnings in function/class lookup but not during client construc...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [modal](https://github.com/modal-labs/modal-client) from 0.64.192 to 0.68.2.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.68.2)

---
updated-dependencies:
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 12, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #274.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/pip/modal-0.68.2 branch December 13, 2024 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants