File tree Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Expand file tree Collapse file tree 4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.44 .0"
2
+ "." : " 0.45 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.45.0 (2025-01-23)
4
+
5
+ Full Changelog: [ v0.44.0...v0.45.0] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.44.0...v0.45.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add citations ([ #839 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/839 ) ) ([ 2ec74b6] ( https://github.com/anthropics/anthropic-sdk-python/commit/2ec74b6ff106c6e3d7d55e3c189e345098f8575e ) )
10
+ * ** client:** support results endpoint ([ #835 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/835 ) ) ([ 5dd88bf] ( https://github.com/anthropics/anthropic-sdk-python/commit/5dd88bf2d20b8909736cc0bc1e81296ba6e322a9 ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** internal:** minor formatting changes ([ #838 ] ( https://github.com/anthropics/anthropic-sdk-python/issues/838 ) ) ([ 31eb826] ( https://github.com/anthropics/anthropic-sdk-python/commit/31eb826deb96a17d3c0bb953c728f39412c12ada ) )
16
+
3
17
## 0.44.0 (2025-01-21)
4
18
5
19
Full Changelog: [ v0.43.1...v0.44.0] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.43.1...v0.44.0 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " anthropic"
3
- version = " 0.44 .0"
3
+ version = " 0.45 .0"
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.44 .0" # x-release-please-version
4
+ __version__ = "0.45 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments