chunkr-ai 0.0.20__py3-none-any.whl → 0.0.21__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- chunkr_ai/api/task_response.py +6 -6
- {chunkr_ai-0.0.20.dist-info → chunkr_ai-0.0.21.dist-info}/METADATA +1 -1
- {chunkr_ai-0.0.20.dist-info → chunkr_ai-0.0.21.dist-info}/RECORD +6 -6
- {chunkr_ai-0.0.20.dist-info → chunkr_ai-0.0.21.dist-info}/LICENSE +0 -0
- {chunkr_ai-0.0.20.dist-info → chunkr_ai-0.0.21.dist-info}/WHEEL +0 -0
- {chunkr_ai-0.0.20.dist-info → chunkr_ai-0.0.21.dist-info}/top_level.txt +0 -0
chunkr_ai/api/task_response.py
CHANGED
@@ -13,14 +13,14 @@ T = TypeVar("T", bound="TaskResponse")
|
|
13
13
|
class TaskResponse(BaseModel, Generic[T]):
|
14
14
|
configuration: OutputConfiguration
|
15
15
|
created_at: datetime
|
16
|
-
expires_at: Optional[datetime]
|
17
|
-
finished_at: Optional[datetime]
|
18
|
-
message: str
|
19
|
-
output: Optional[OutputResponse]
|
20
|
-
started_at: Optional[datetime]
|
16
|
+
expires_at: Optional[datetime] = None
|
17
|
+
finished_at: Optional[datetime] = None
|
18
|
+
message: Optional[str] = None
|
19
|
+
output: Optional[OutputResponse] = None
|
20
|
+
started_at: Optional[datetime] = None
|
21
21
|
status: Status
|
22
22
|
task_id: str
|
23
|
-
task_url: Optional[str]
|
23
|
+
task_url: Optional[str] = None
|
24
24
|
_client: Optional[ChunkrClientProtocol] = PrivateAttr(default=None)
|
25
25
|
|
26
26
|
def with_client(self, client: ChunkrClientProtocol) -> T:
|
@@ -9,9 +9,9 @@ chunkr_ai/api/config.py,sha256=NmPTsDvcjkvNx0gNzDTz-oFG5rQC7jm-H70O_crJCw8,4478
|
|
9
9
|
chunkr_ai/api/decorators.py,sha256=UD3Nb0b5EKcwGH2kXb9FPn4GtnJovheoHeF_Gi7WFGk,2657
|
10
10
|
chunkr_ai/api/misc.py,sha256=wUG4SpfEEo7NcVK47gmw42dRy9zT5F9S2DtVC4T4ERs,4877
|
11
11
|
chunkr_ai/api/protocol.py,sha256=Nt8aWr4ouVwCvoLqVI5vnXJhT2cvxt0sQC-svUk2G5w,458
|
12
|
-
chunkr_ai/api/task_response.py,sha256=
|
13
|
-
chunkr_ai-0.0.
|
14
|
-
chunkr_ai-0.0.
|
15
|
-
chunkr_ai-0.0.
|
16
|
-
chunkr_ai-0.0.
|
17
|
-
chunkr_ai-0.0.
|
12
|
+
chunkr_ai/api/task_response.py,sha256=yjlUOADqf0O9X-yF7lbZuv39ttvitZHQpbGy3DtrJ80,3909
|
13
|
+
chunkr_ai-0.0.21.dist-info/LICENSE,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
14
|
+
chunkr_ai-0.0.21.dist-info/METADATA,sha256=_j-KNL9Om4U587y59iKgFjy27sqlQX3wacjx4vKqMmc,5696
|
15
|
+
chunkr_ai-0.0.21.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
16
|
+
chunkr_ai-0.0.21.dist-info/top_level.txt,sha256=0IZY7PZIiS8bw5r4NUQRUQ-ATi-L_3vLQVq3ZLouOW8,10
|
17
|
+
chunkr_ai-0.0.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|