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/cli/volume.py +4 -0
- modal/client.pyi +2 -2
- modal/functions.pyi +6 -6
- modal/volume.py +2 -0
- modal/volume.pyi +2 -0
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/METADATA +1 -1
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/RECORD +15 -15
- modal_proto/api.proto +2 -0
- modal_proto/api_pb2.py +585 -585
- modal_proto/api_pb2.pyi +4 -0
- modal_version/__init__.py +1 -1
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/WHEEL +0 -0
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/entry_points.txt +0 -0
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/licenses/LICENSE +0 -0
- {modal-1.0.3.dev2.dist-info → modal-1.0.3.dev4.dist-info}/top_level.txt +0 -0
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
File without changes
|
File without changes
|
File without changes
|
File without changes
|