|
1 | 1 | #Changelog |
2 | 2 |
|
| 3 | +##2.7.0 (2025-11-03) |
| 4 | + |
| 5 | +Full Changelog:[v2.6.1...v2.7.0](https://github.com/openai/openai-python/compare/v2.6.1...v2.7.0) |
| 6 | + |
| 7 | +###Features |
| 8 | + |
| 9 | +***api:** Realtime API token_limits, Hybrid searching ranking options ([5b43992](https://github.com/openai/openai-python/commit/5b4399219d7ed326411aec524d25ef2b8e3152fc)) |
| 10 | +***api:** remove InputAudio from ResponseInputContent ([bd70a33](https://github.com/openai/openai-python/commit/bd70a33234741fa68c185105e4f53cc0275a2a50)) |
| 11 | + |
| 12 | + |
| 13 | +###Bug Fixes |
| 14 | + |
| 15 | +***client:** close streams without requiring full consumption ([d8bb7d6](https://github.com/openai/openai-python/commit/d8bb7d6d728c5481de4198eebe668b67803ae14a)) |
| 16 | +***readme:** update realtime examples ([#2714](https://github.com/openai/openai-python/issues/2714)) ([d0370a8](https://github.com/openai/openai-python/commit/d0370a8d61fc2f710a34d8aad48f649a9683106d)) |
| 17 | +***uploads:** avoid file handle leak ([4f1b691](https://github.com/openai/openai-python/commit/4f1b691ab4db41aebd397ec41942b43fb0f0743c)) |
| 18 | + |
| 19 | + |
| 20 | +###Chores |
| 21 | + |
| 22 | +***internal/tests:** avoid race condition with implicit client cleanup ([933d23b](https://github.com/openai/openai-python/commit/933d23bd8d7809c77e0796becfe052167d44d40a)) |
| 23 | +***internal:** grammar fix (it's -> its) ([f7e9e9e](https://github.com/openai/openai-python/commit/f7e9e9e4f43039f19a41375a6d2b2bdc2264dad7)) |
| 24 | + |
3 | 25 | ##2.6.1 (2025-10-24) |
4 | 26 |
|
5 | 27 | Full Changelog:[v2.6.0...v2.6.1](https://github.com/openai/openai-python/compare/v2.6.0...v2.6.1) |
|