Skip to content

Comments

chore(deps): bump modal from 0.64.192 to 0.73.25#458

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps modal from 0.64.192 to 0.73.25.

Changelog

Sourced from modal's changelog.

0.73.25 (2025-02-09)

  • Fixes an issue introduced in 0.73.19 that prevented access to GPUs during image builds

0.73.18 (2025-02-06)

  • When using a parameterized class (with at least one modal.parameter() specified), class instantiation with an incorrect construction signature (wrong arguments or types) will now fail at the .remote() calling site instead of container startup for the called class.

0.73.14 (2025-02-04)

  • Fixed the status message shown in terminal logs for ephemeral Apps to accurately report the number of active containers.

0.73.11 (2025-02-04)

  • Warns users if the modal.Image of a Function/Cls doesn't include all the globally imported "local" modules (using .add_local_python_source()), and the user hasn't explicitly set an include_source value of True/False. This is in preparation for an upcoming deprecation of the current "auto mount" logic.

0.73.10 (2025-02-04)

  • Modal functions, methods and entrypoints can now accept variable-length arguments to skip Modal's default CLI parsing. This is useful if you want to use Modal with custom argument parsing via argparse or HfArgumentParser. For example, the following function can be invoked with modal run my_file.py --foo=42 --bar="baz":

    import argparse
    @​app.function()
    def train(*arglist):
    parser = argparse.ArgumentParser()
    parser.add_argument("--foo", type=int)
    parser.add_argument("--bar", type=str)
    args = parser.parse_args(args = arglist)

0.73.1 (2025-01-30)

  • modal run now runs a single local entrypoints/function in the selected module. If exactly one local entrypoint or function exists in the selected module, the user doesn't have to qualify the runnable in the modal run command, even if some of the module's referenced apps have additional local entrypoints or functions. This partially restores "auto-inferred function" functionality that was changed in v0.72.48.

0.73.0 (2025-01-30)

... (truncated)

Commits
  • 611162e [auto-commit] [skip ci] Bump the build number
  • c61ef81 switch from type to count in GPU image definition (#2849)
  • 1134b79 [auto-commit] [skip ci] Bump the build number
  • 8535257 pass through gpu strings to the server (#2846)
  • e4f473d [auto-commit] [skip ci] Bump the build number
  • 23de7da Don't construct the specific GPU classes from _parse_gpu_config (#2842)
  • 42a4f28 [auto-commit] [skip ci] Bump the build number
  • 182fbf3 Add runsc_runtime_version to sandbox proto (#2845)
  • a6a59e1 [auto-commit] [skip ci] Bump the build number
  • d639a49 Fix changelog formatting (#2844)
  • 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.73.25.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.73.25)

---
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 Feb 10, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 11, 2025

Superseded by #465.

@dependabot dependabot bot closed this Feb 11, 2025
@dependabot dependabot bot deleted the dependabot/pip/modal-0.73.25 branch February 11, 2025 06:28
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