Skip to content

chore(deps): bump modal from 0.64.192 to 0.68.19#279

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.68.19
Closed

chore(deps): bump modal from 0.64.192 to 0.68.19#279
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.68.19

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 16, 2024

Copy link
Copy Markdown
Contributor

Bumps modal from 0.64.192 to 0.68.19.

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.68.11 (2024-12-13)

  • Cls.from_name(...) now works as a lazy alternative to Cls.lookup() that doesn't perform any IO until a method on the class is used for a .remote() call or similar

0.68.6 (2024-12-12)

  • Fixed a bug introduced in v0.67.47 that suppressed console output from the modal deploy CLI.

0.68.5 (2024-12-12)

We're removing support for .spawn()ing generator functions.

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:

... (truncated)

Commits
  • d415bf2 [auto-commit] [skip ci] Bump the build number
  • 9450a31 Test for Client.verify (#2663)
  • b61f83c [auto-commit] [skip ci] Bump the build number
  • 478ca59 Write all data in write_to_fd (#2662)
  • 2277312 [auto-commit] [skip ci] Bump the build number
  • cf44c8d await client.hello() (#2661)
  • eb093de [auto-commit] [skip ci] Bump the build number
  • da30174 Don't import aiohttp in global scope (#2657)
  • ca6b295 [auto-commit] [skip ci] Bump the build number
  • ee4d47a Add requires_proxy_auth arg to webhooks (#2658)
  • 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.19.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.68.19)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 16, 2024
@dependabot @github

dependabot Bot commented on behalf of github Dec 17, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #288.

@dependabot dependabot Bot closed this Dec 17, 2024
@dependabot dependabot Bot deleted the dependabot/pip/modal-0.68.19 branch December 17, 2024 06:10
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