File tree 4 files changed +24
-3
lines changed
4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.3.0 "
2
+ "." : " 0.3.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
24
## 0.3.0 (2025-04-11)
4
25
5
26
Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/prelude-so/python-sdk/compare/v0.2.0...v0.3.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " prelude-python-sdk"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
description = " The official Python library for the Prelude API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "prelude_python_sdk"
4
- __version__ = "0.3.0 " # x-release-please-version
4
+ __version__ = "0.3.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments