We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712aa0f commit 18a1309Copy full SHA for 18a1309
CHANGELOG.md
@@ -1,8 +1,12 @@
1
-## 0.26.0-dev
+## 0.26.0
2
3
### Enhancements
4
+* Switch to a httpx based client instead of requests
5
+* Switch to poetry for dependency management
6
+* Add client side parameter checking via Pydantic or TypedDict interfaces
7
8
### Features
9
* Add `partition_async` for a non blocking alternative to `partition`
10
11
### Fixes
12
+* Address some asyncio based errors in pdf splitting logic
0 commit comments