File tree 4 files changed +72
-6
lines changed
4 files changed +72
-6
lines changed Original file line number Diff line number Diff line change 1
1
lockVersion: 2.0.0
2
2
id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
- docChecksum: 8a03012e00ce18dec91d5c279fc7bf11
4
+ docChecksum: f525a810cf1c08e0a1f75d631b085137
5
5
docVersion: 1.1.13
6
6
speakeasyVersion: 1.544.0
7
7
generationVersion: 2.599.0
8
8
releaseVersion: 0.35.0
9
- configChecksum: ef86d41b711e481beabd4dc43218b21e
9
+ configChecksum: 4a04b453af70e9dafd8f5541d24840b5
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -372,6 +372,7 @@ generatedFiles:
372
372
- src/unstructured_client/types/basemodel.py
373
373
- src/unstructured_client/utils/__init__.py
374
374
- src/unstructured_client/utils/annotations.py
375
+ - src/unstructured_client/utils/datetimes.py
375
376
- src/unstructured_client/utils/enums.py
376
377
- src/unstructured_client/utils/eventstreaming.py
377
378
- src/unstructured_client/utils/forms.py
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ python:
21
21
pytest : ' >=8.3.3'
22
22
pytest-asyncio : ' >=0.24.0'
23
23
pytest-mock : ' >=3.14.0'
24
+ pytest-xdist : ^3.5.0
24
25
types-aiofiles : ' >=24.1.0'
25
26
uvloop : ' >=0.20.0'
26
27
main :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ pylint = "==3.2.3"
37
37
pytest = " >=8.3.3"
38
38
pytest-asyncio = " >=0.24.0"
39
39
pytest-mock = " >=3.14.0"
40
+ pytest-xdist = " ^3.5.0"
40
41
types-aiofiles = " >=24.1.0"
41
42
uvloop = " >=0.20.0"
42
43
You can’t perform that action at this time.
0 commit comments