File tree Expand file tree Collapse file tree 4 files changed +72
-6
lines changed Expand file tree Collapse file tree 4 files changed +72
-6
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 8b5fa338-9106-4734-abf0-e30d67044a90
33management:
4- docChecksum: 8a03012e00ce18dec91d5c279fc7bf11
4+ docChecksum: f525a810cf1c08e0a1f75d631b085137
55 docVersion: 1.1.13
66 speakeasyVersion: 1.544.0
77 generationVersion: 2.599.0
88 releaseVersion: 0.35.0
9- configChecksum: ef86d41b711e481beabd4dc43218b21e
9+ configChecksum: 4a04b453af70e9dafd8f5541d24840b5
1010 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -372,6 +372,7 @@ generatedFiles:
372372 - src/unstructured_client/types/basemodel.py
373373 - src/unstructured_client/utils/__init__.py
374374 - src/unstructured_client/utils/annotations.py
375+ - src/unstructured_client/utils/datetimes.py
375376 - src/unstructured_client/utils/enums.py
376377 - src/unstructured_client/utils/eventstreaming.py
377378 - src/unstructured_client/utils/forms.py
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ python:
2121 pytest : ' >=8.3.3'
2222 pytest-asyncio : ' >=0.24.0'
2323 pytest-mock : ' >=3.14.0'
24+ pytest-xdist : ^3.5.0
2425 types-aiofiles : ' >=24.1.0'
2526 uvloop : ' >=0.20.0'
2627 main :
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ pylint = "==3.2.3"
3737pytest = " >=8.3.3"
3838pytest-asyncio = " >=0.24.0"
3939pytest-mock = " >=3.14.0"
40+ pytest-xdist = " ^3.5.0"
4041types-aiofiles = " >=24.1.0"
4142uvloop = " >=0.20.0"
4243
You can’t perform that action at this time.
0 commit comments