fiuai-s3 0.3.5__tar.gz → 0.3.7__tar.gz

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 fiuai-s3 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fiuai-s3
3
- Version: 0.3.5
3
+ Version: 0.3.7
4
4
  Summary: 一个支持阿里云OSS和MinIO的对象存储抽象包
5
5
  Project-URL: Homepage, https://github.com/fiuai-sz/fiuai-s3
6
6
  Project-URL: Repository, https://github.com/fiuai-sz/fiuai-s3.git
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "fiuai-s3"
7
- version = "0.3.5"
7
+ version = "0.3.7"
8
8
  description = "一个支持阿里云OSS和MinIO的对象存储抽象包"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -8,5 +8,5 @@
8
8
  from .object_storage import ObjectStorage, ObjectStorageFactory, StorageConfig
9
9
  from .type import DocFileObject, DocSourceFrom, DocFileType
10
10
 
11
- __version__ = "0.3.2"
11
+ __version__ = "0.3.7"
12
12
  __all__ = ["ObjectStorage", "ObjectStorageFactory", "StorageConfig", "DocFileObject", "DocSourceFrom", "DocFileType"]
@@ -21,6 +21,7 @@ class DocFileType(Enum):
21
21
  TEXT = "text"
22
22
  IMAGE = "image"
23
23
  AUDIO = "audio"
24
+ VIDEO = "video"
24
25
  ARCHIVE = "archive"
25
26
  OTHER = "other"
26
27
 
@@ -30,6 +31,7 @@ class DocSourceFrom(Enum):
30
31
  """
31
32
  USER = "user"
32
33
  AI = "ai"
34
+ IDP = "idp"
33
35
  INTEGRATION = "integration"
34
36
  ETAX = "etax"
35
37
  BANK = "bank"
File without changes
File without changes
File without changes