modal 1.0.3.dev2__py3-none-any.whl → 1.0.3.dev4__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
@@ -3986,12 +3986,16 @@ class FileEntry(google.protobuf.message.Message):
3986
3986
  FILE: FileEntry._FileType.ValueType # 1
3987
3987
  DIRECTORY: FileEntry._FileType.ValueType # 2
3988
3988
  SYMLINK: FileEntry._FileType.ValueType # 3
3989
+ FIFO: FileEntry._FileType.ValueType # 4
3990
+ SOCKET: FileEntry._FileType.ValueType # 5
3989
3991
 
3990
3992
  class FileType(_FileType, metaclass=_FileTypeEnumTypeWrapper): ...
3991
3993
  UNSPECIFIED: FileEntry.FileType.ValueType # 0
3992
3994
  FILE: FileEntry.FileType.ValueType # 1
3993
3995
  DIRECTORY: FileEntry.FileType.ValueType # 2
3994
3996
  SYMLINK: FileEntry.FileType.ValueType # 3
3997
+ FIFO: FileEntry.FileType.ValueType # 4
3998
+ SOCKET: FileEntry.FileType.ValueType # 5
3995
3999
 
3996
4000
  PATH_FIELD_NUMBER: builtins.int
3997
4001
  TYPE_FIELD_NUMBER: builtins.int
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.0.3.dev2"
4
+ __version__ = "1.0.3.dev4"