Skip to content

Commit 16a78c9

Browse files
authored
chore: bump pypdf and other dependencies (#312)
- This is done by updating the version constraint in `gen.yaml` and then running `make client-generate-sdk` - I've removed other new changes in order to keep this pr small - By manually touching `RELEASES.md` we'll trigger a package release in this repo
1 parent d288c14 commit 16a78c9

File tree

6 files changed

+609
-460
lines changed

6 files changed

+609
-460
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.42.4
2+
3+
### Enhancements
4+
* Bump dependencies to account for vulnerabilities in pypdf < 6.1.3
5+
6+
### Features
7+
8+
### Fixes
9+
110
## 0.42.3
211

312
### Enhancements

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1119,4 +1119,14 @@ Based on:
11191119
### Generated
11201120
- [python v0.42.3] .
11211121
### Releases
1122-
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .
1122+
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .
1123+
1124+
## 2025-11-14 00:11:01
1125+
### Changes
1126+
Based on:
1127+
- OpenAPI Doc
1128+
- Speakeasy CLI 1.601.0 (2.680.0) https://github.com/speakeasy-api/speakeasy
1129+
### Generated
1130+
- [python v0.42.3] .
1131+
### Releases
1132+
- [PyPI v0.42.4] https://pypi.org/project/unstructured-client/0.42.4 - .

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ generation:
1818
generateNewTests: false
1919
skipResponseBodyAssertions: false
2020
python:
21-
version: 0.42.3
21+
version: 0.42.4
2222
additionalDependencies:
2323
dev:
2424
deepdiff: '>=6.0'
2525
freezegun: '>=1.5.1'
2626
pytest: '>=8.3.3'
27-
pytest-asyncio: '>=0.24.0'
27+
pytest-asyncio: =1.1.0
2828
pytest-httpx: '>=0.35.0'
2929
pytest-mock: '>=3.14.0'
3030
pytest-xdist: ^3.5.0
@@ -34,7 +34,7 @@ python:
3434
aiofiles: '>=24.1.0'
3535
cryptography: '>=3.1'
3636
httpx: '>=0.27.0'
37-
pypdf: '>=4.0'
37+
pypdf: '>= 6.2.0'
3838
requests-toolbelt: '>=1.0.0'
3939
authors:
4040
- Unstructured

0 commit comments

Comments
 (0)