Skip to content

Commit 0266bce

Browse files
release: 0.3.1
1 parent adc627b commit 0266bce

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.3.1"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 0.3.1 (2025-04-22)
4+
5+
Full Changelog: [v0.3.0...v0.3.1](https://github.com/prelude-so/python-sdk/compare/v0.3.0...v0.3.1)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([adc627b](https://github.com/prelude-so/python-sdk/commit/adc627b38a17ba32d1aa9beff2a55b20aee00588))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([86a95ec](https://github.com/prelude-so/python-sdk/commit/86a95ec72dee0ad1c2daef78f6abe57e37ba172b))
15+
* **client:** minor internal fixes ([191826b](https://github.com/prelude-so/python-sdk/commit/191826b8f197fc684013eccb67785692964dc4a2))
16+
* **internal:** base client updates ([658c667](https://github.com/prelude-so/python-sdk/commit/658c6672d8cef3a53b0fb15de1f34f12de554e09))
17+
* **internal:** bump pyright version ([30e6817](https://github.com/prelude-so/python-sdk/commit/30e6817c4d2bbf13e3e8832e626b827d60e221b9))
18+
* **internal:** fix list file params ([82ee669](https://github.com/prelude-so/python-sdk/commit/82ee669ad5fca2d5f6e2a3a35f05642ba763a488))
19+
* **internal:** import reformatting ([5ef2486](https://github.com/prelude-so/python-sdk/commit/5ef24860752772fec8898d25cb2772ed9131209a))
20+
* **internal:** refactor retries to not use recursion ([200a5da](https://github.com/prelude-so/python-sdk/commit/200a5da2c4b3f5ad06fdf94ecd9ee86c77f4965a))
21+
* **internal:** update models test ([f77a730](https://github.com/prelude-so/python-sdk/commit/f77a7309750298a75f77c60cb672630ba9085f69))
22+
* **internal:** update pyright settings ([4393e83](https://github.com/prelude-so/python-sdk/commit/4393e83b8c2a5e6bc63235ecb0551adb9504c9ca))
23+
324
## 0.3.0 (2025-04-11)
425

526
Full Changelog: [v0.2.0...v0.3.0](https://github.com/prelude-so/python-sdk/compare/v0.2.0...v0.3.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "prelude-python-sdk"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "The official Python library for the Prelude API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/prelude_python_sdk/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "prelude_python_sdk"
4-
__version__ = "0.3.0" # x-release-please-version
4+
__version__ = "0.3.1" # x-release-please-version

0 commit comments

Comments
 (0)