Skip to content

chore(deps): bump modal from 0.64.192 to 0.65.65#154

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 15, 2024

Copy link
Copy Markdown
Contributor

Bumps modal from 0.64.192 to 0.65.65.

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.65.55 (2024-11-13)

  • Escalates stuck input cancellations to container death. This prevents unresponsive user code from holding up resources.
  • Input timeouts no longer kill the entire container. Instead, they just cancel the timed-out input, leaving the container and other concurrent inputs running.

0.65.49 (2024-11-12)

  • Fixed issue in modal serve where files used in Image.copy_* commands were not watched for changes

0.65.42 (2024-11-07)

  • Sandbox.exec can now accept timeout, workdir, and secrets. See the Sandbox.create function for context on how to use these arguments.

0.65.33 (2024-11-06)

  • Removed the interactive parameter from function and cls decorators. This parameter has been deprecated since May 2024. Instead of specifying Modal Functions as interactive, use modal run --interactive to activate interactive mode.

0.65.30 (2024-11-05)

  • The checkpointing_enabled option, deprecated in March 2024, has now been removed.

0.65.9 (2024-10-31)

  • Output from Sandbox.exec can now be directed to /dev/null, stdout, or stored for consumption. This behavior can be controlled via the new StreamType arguments.

0.65.8 (2024-10-31)

... (truncated)

Commits
  • ca9601f [auto-commit] [skip ci] Bump the build number
  • 850b4f0 get_function_type usage cleanup (#2513)
  • 4a02929 Update FunctionData proto with recently added Function fields (#2512)
  • 58beee6 [auto-commit] [skip ci] Bump the build number
  • 41aaeb1 Update the changelog manually with improved input timeout / cancel behavior n...
  • 18f6afc [auto-commit] [skip ci] Bump the build number
  • 2319477 Changelog cleanup (#2508)
  • 1666982 [auto-commit] [skip ci] Bump the build number
  • ad17692 Add util to get api_pb2.Function.FunctionType from is_generator (#2503)
  • 52bfaa6 Improve lookup/from_name docs on Modal objects (#2498)
  • 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.65.65.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.65.65)

---
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 Nov 15, 2024
@dependabot @github

dependabot Bot commented on behalf of github Nov 18, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #165.

@dependabot dependabot Bot closed this Nov 18, 2024
@dependabot dependabot Bot deleted the dependabot/pip/modal-0.65.65 branch November 18, 2024 06:05
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