Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.42.4

### Enhancements
* Bump dependencies to account for vulnerabilities in pypdf < 6.1.3

### Features

### Fixes

## 0.42.3

### Enhancements
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1119,4 +1119,14 @@ Based on:
### Generated
- [python v0.42.3] .
### Releases
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .

## 2025-11-14 00:11:01
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.42.3] .
### Releases
- [PyPI v0.42.4] https://pypi.org/project/unstructured-client/0.42.4 - .
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.42.3
version: 0.42.4
additionalDependencies:
dev:
deepdiff: '>=6.0'
freezegun: '>=1.5.1'
pytest: '>=8.3.3'
pytest-asyncio: '>=0.24.0'
pytest-asyncio: =1.1.0
pytest-httpx: '>=0.35.0'
pytest-mock: '>=3.14.0'
pytest-xdist: ^3.5.0
Expand All @@ -34,7 +34,7 @@ python:
aiofiles: '>=24.1.0'
cryptography: '>=3.1'
httpx: '>=0.27.0'
pypdf: '>=4.0'
pypdf: '>= 6.2.0'
requests-toolbelt: '>=1.0.0'
authors:
- Unstructured
Expand Down
Loading