File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.43.0 "
2
+ "." : " 0.43.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.43.1 (2025-01-17)
4
+
5
+ Full Changelog: [ v0.43.0...v0.43.1] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.43.0...v0.43.1 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** docs:** correct results return type ([ 69ad511] ( https://github.com/anthropics/anthropic-sdk-python/commit/69ad5112596f6e9aaf5cd2d495cb57516f2afbd4 ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * ** internal:** bump pyright dependency ([ #822 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/822 ) ) ([ f8ddb90] ( https://github.com/anthropics/anthropic-sdk-python/commit/f8ddb90112a432a750fd4123c747ca581cff54ab ) )
15
+ * ** internal:** fix lint ([ 483cc27] ( https://github.com/anthropics/anthropic-sdk-python/commit/483cc277b66cb5b1a767e9d91347f22bcf69dc28 ) )
16
+ * ** streaming:** add runtime type check for better error messages ([ #826 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/826 ) ) ([ cf69e09] ( https://github.com/anthropics/anthropic-sdk-python/commit/cf69e091d230aa0befb6ace74e64357b1cf2e4cd ) )
17
+ * ** types:** add more discriminator metadata ([ #825 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/825 ) ) ([ d0de8e5] ( https://github.com/anthropics/anthropic-sdk-python/commit/d0de8e564038cc6f801dc663b1938ac571ab47be ) )
18
+
3
19
## 0.43.0 (2025-01-14)
4
20
5
21
Full Changelog: [ v0.42.0...v0.43.0] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.42.0...v0.43.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " anthropic"
3
- version = " 0.43.0 "
3
+ version = " 0.43.1 "
4
4
description = " The official Python library for the anthropic API"
5
5
dynamic = [" readme" ]
6
6
license = " MIT"
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__ = "anthropic"
4
- __version__ = "0.43.0 " # x-release-please-version
4
+ __version__ = "0.43.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments