File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed
Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.20 .0"
2+ "." : " 2.21 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.21.0 (2026-02-13)
4+
5+ Full Changelog: [ v2.20.0...v2.21.0] ( https://github.com/openai/openai-python/compare/v2.20.0...v2.21.0 )
6+
7+ ### Features
8+
9+ * ** api:** container network_policy and skills ([ d19de2e] ( https://github.com/openai/openai-python/commit/d19de2ee5c74413f9dc52684b650df1898dee82b ) )
10+
11+
12+ ### Bug Fixes
13+
14+ * ** structured outputs:** resolve memory leak in parse methods ([ #2860 ] ( https://github.com/openai/openai-python/issues/2860 ) ) ([ 6dcbe21] ( https://github.com/openai/openai-python/commit/6dcbe211f12f8470db542a5cb95724cb933786dd ) )
15+ * ** webhooks:** preserve method visibility for compatibility checks ([ 44a8936] ( https://github.com/openai/openai-python/commit/44a8936d580b770f23fae79659101a27eadafad6 ) )
16+
17+
18+ ### Chores
19+
20+ * ** internal:** fix lint error on Python 3.14 ([ 534f215] ( https://github.com/openai/openai-python/commit/534f215941f504443d63509e872409a0b1236452 ) )
21+
22+
23+ ### Documentation
24+
25+ * split ` api.md ` by standalone resources ([ 96e41b3] ( https://github.com/openai/openai-python/commit/96e41b398a110212ddec71436b2439343bea87d4 ) )
26+ * update comment ([ 63def23] ( https://github.com/openai/openai-python/commit/63def23b7acd5c6dacf03337fe1bd08439d1dba8 ) )
27+
328## 2.20.0 (2026-02-10)
429
530Full Changelog: [ v2.19.0...v2.20.0] ( https://github.com/openai/openai-python/compare/v2.19.0...v2.20.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " openai"
3- version = " 2.20 .0"
3+ version = " 2.21 .0"
44description = " The official Python library for the openai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "openai"
4- __version__ = "2.20 .0" # x-release-please-version
4+ __version__ = "2.21 .0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments