We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c193a commit 77f560aCopy full SHA for 77f560a
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.42.5
2
+
3
+### Enhancements
4
+* Support for on-demand jobs via CreateJob API
5
+* New Read-only APIs GetTemplate and ListTemplates
6
7
+### Features
8
9
+### Fixes
10
11
## 0.42.4
12
13
### Enhancements
pyproject.toml
@@ -4,7 +4,7 @@ name = "unstructured-client"
version = "0.42.5"
description = "Python Client SDK for Unstructured API"
authors = [{ name = "Unstructured" },]
-readme = "README-PYPI.md"
+readme = "README.md"
requires-python = ">=3.9.2"
dependencies = [
"aiofiles >=24.1.0",
0 commit comments