modal 1.1.5.dev18__py3-none-any.whl → 1.1.5.dev20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of modal might be problematic. Click here for more details.

modal_proto/api_pb2.pyi CHANGED
@@ -7627,6 +7627,7 @@ class PTYInfo(google.protobuf.message.Message):
7627
7627
  ENV_COLORTERM_FIELD_NUMBER: builtins.int
7628
7628
  ENV_TERM_PROGRAM_FIELD_NUMBER: builtins.int
7629
7629
  PTY_TYPE_FIELD_NUMBER: builtins.int
7630
+ NO_TERMINATE_ON_IDLE_STDIN_FIELD_NUMBER: builtins.int
7630
7631
  enabled: builtins.bool
7631
7632
  """Soon deprecated"""
7632
7633
  winsz_rows: builtins.int
@@ -7635,6 +7636,7 @@ class PTYInfo(google.protobuf.message.Message):
7635
7636
  env_colorterm: builtins.str
7636
7637
  env_term_program: builtins.str
7637
7638
  pty_type: global___PTYInfo.PTYType.ValueType
7639
+ no_terminate_on_idle_stdin: builtins.bool
7638
7640
  def __init__(
7639
7641
  self,
7640
7642
  *,
@@ -7645,8 +7647,9 @@ class PTYInfo(google.protobuf.message.Message):
7645
7647
  env_colorterm: builtins.str = ...,
7646
7648
  env_term_program: builtins.str = ...,
7647
7649
  pty_type: global___PTYInfo.PTYType.ValueType = ...,
7650
+ no_terminate_on_idle_stdin: builtins.bool = ...,
7648
7651
  ) -> None: ...
7649
- def ClearField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "env_colorterm", b"env_colorterm", "env_term", b"env_term", "env_term_program", b"env_term_program", "pty_type", b"pty_type", "winsz_cols", b"winsz_cols", "winsz_rows", b"winsz_rows"]) -> None: ...
7652
+ def ClearField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "env_colorterm", b"env_colorterm", "env_term", b"env_term", "env_term_program", b"env_term_program", "no_terminate_on_idle_stdin", b"no_terminate_on_idle_stdin", "pty_type", b"pty_type", "winsz_cols", b"winsz_cols", "winsz_rows", b"winsz_rows"]) -> None: ...
7650
7653
 
7651
7654
  global___PTYInfo = PTYInfo
7652
7655
 
modal_version/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  # Copyright Modal Labs 2025
2
2
  """Supplies the current version of the modal client library."""
3
3
 
4
- __version__ = "1.1.5.dev18"
4
+ __version__ = "1.1.5.dev20"