File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.52.1 "
2
+ "." : " 0.52.2 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.52.2 (2025-06-02)
4
+
5
+ Full Changelog: [ v0.52.1...v0.52.2] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.52.1...v0.52.2 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** client:** fix issue with server_tool_use input tracking and improve tests ([ 3fe3fa2] ( https://github.com/anthropics/anthropic-sdk-python/commit/3fe3fa278bbd44fd01c889807154c37259bf617d ) )
10
+ * ** docs:** remove reference to rye shell ([ 2b3d677] ( https://github.com/anthropics/anthropic-sdk-python/commit/2b3d677a8df49e1c9a26a594436f1ace8af7d3af ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** docs:** remove unnecessary param examples ([ 6b129f4] ( https://github.com/anthropics/anthropic-sdk-python/commit/6b129f4fd00ca296b53368966349bcce0ee0e3a0 ) )
16
+
17
+
18
+ ### Refactors
19
+
20
+ * ** pkg:** switch from rye to uv ([ f553908] ( https://github.com/anthropics/anthropic-sdk-python/commit/f55390804154b73d9a639fb25b93f21106bcf569 ) )
21
+
3
22
## 0.52.1 (2025-05-28)
4
23
5
24
Full Changelog: [ v0.52.0...v0.52.1] ( https://github.com/anthropics/anthropic-sdk-python/compare/v0.52.0...v0.52.1 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " anthropic"
3
- version = " 0.52.1 "
3
+ version = " 0.52.2 "
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.52.1 " # x-release-please-version
4
+ __version__ = "0.52.2 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments