|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.97.1 (2025-07-22) |
| 4 | + |
| 5 | +Full Changelog: [v1.97.0...v1.97.1](https://github.com/openai/openai-python/compare/v1.97.0...v1.97.1) |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +* **parsing:** ignore empty metadata ([58c359f](https://github.com/openai/openai-python/commit/58c359ff67fd6103268e4405600fd58844b6f27b)) |
| 10 | +* **parsing:** parse extra field types ([d524b7e](https://github.com/openai/openai-python/commit/d524b7e201418ccc9b5c2206da06d1be011808e5)) |
| 11 | + |
| 12 | + |
| 13 | +### Chores |
| 14 | + |
| 15 | +* **api:** event shapes more accurate ([f3a9a92](https://github.com/openai/openai-python/commit/f3a9a9229280ecb7e0b2779dd44290df6d9824ef)) |
| 16 | + |
| 17 | +## 1.97.0 (2025-07-16) |
| 18 | + |
| 19 | +Full Changelog: [v1.96.1...v1.97.0](https://github.com/openai/openai-python/compare/v1.96.1...v1.97.0) |
| 20 | + |
| 21 | +### Features |
| 22 | + |
| 23 | +* **api:** manual updates ([ed8e899](https://github.com/openai/openai-python/commit/ed8e89953d11bd5f44fa531422bdbb7a577ab426)) |
| 24 | + |
| 25 | +## 1.96.1 (2025-07-15) |
| 26 | + |
| 27 | +Full Changelog: [v1.96.0...v1.96.1](https://github.com/openai/openai-python/compare/v1.96.0...v1.96.1) |
| 28 | + |
| 29 | +### Chores |
| 30 | + |
| 31 | +* **api:** update realtime specs ([b68b71b](https://github.com/openai/openai-python/commit/b68b71b178719e0b49ecfe34486b9d9ac0627924)) |
| 32 | + |
| 33 | +## 1.96.0 (2025-07-15) |
| 34 | + |
| 35 | +Full Changelog: [v1.95.1...v1.96.0](https://github.com/openai/openai-python/compare/v1.95.1...v1.96.0) |
| 36 | + |
| 37 | +### Features |
| 38 | + |
| 39 | +* clean up environment call outs ([87c2e97](https://github.com/openai/openai-python/commit/87c2e979e0ec37347b7f595c2696408acd25fe20)) |
| 40 | + |
| 41 | + |
| 42 | +### Chores |
| 43 | + |
| 44 | +* **api:** update realtime specs, build config ([bf06d88](https://github.com/openai/openai-python/commit/bf06d88b33f9af82a51d9a8af5b7a38925906f7a)) |
| 45 | + |
| 46 | +## 1.95.1 (2025-07-11) |
| 47 | + |
| 48 | +Full Changelog: [v1.95.0...v1.95.1](https://github.com/openai/openai-python/compare/v1.95.0...v1.95.1) |
| 49 | + |
| 50 | +### Bug Fixes |
| 51 | + |
| 52 | +* **client:** don't send Content-Type header on GET requests ([182b763](https://github.com/openai/openai-python/commit/182b763065fbaaf68491a7e4a15fcb23cac361de)) |
| 53 | + |
| 54 | +## 1.95.0 (2025-07-10) |
| 55 | + |
| 56 | +Full Changelog: [v1.94.0...v1.95.0](https://github.com/openai/openai-python/compare/v1.94.0...v1.95.0) |
| 57 | + |
| 58 | +### Features |
| 59 | + |
| 60 | +* **api:** add file_url, fix event ID ([265e216](https://github.com/openai/openai-python/commit/265e216396196d66cdfb5f92c5ef1a2a6ff27b5b)) |
| 61 | + |
| 62 | + |
| 63 | +### Chores |
| 64 | + |
| 65 | +* **readme:** fix version rendering on pypi ([1eee5ca](https://github.com/openai/openai-python/commit/1eee5cabf2fd93877cd3ba85d0c6ed2ffd5f159f)) |
| 66 | + |
| 67 | +## 1.94.0 (2025-07-10) |
| 68 | + |
| 69 | +Full Changelog: [v1.93.3...v1.94.0](https://github.com/openai/openai-python/compare/v1.93.3...v1.94.0) |
| 70 | + |
| 71 | +### Features |
| 72 | + |
| 73 | +* **api:** return better error message on missing embedding ([#2369](https://github.com/openai/openai-python/issues/2369)) ([e53464a](https://github.com/openai/openai-python/commit/e53464ae95f6a041f3267762834e6156c5ce1b57)) |
| 74 | + |
| 75 | +## 1.93.3 (2025-07-09) |
| 76 | + |
| 77 | +Full Changelog: [v1.93.2...v1.93.3](https://github.com/openai/openai-python/compare/v1.93.2...v1.93.3) |
| 78 | + |
| 79 | +### Bug Fixes |
| 80 | + |
| 81 | +* **parsing:** correctly handle nested discriminated unions ([fc8a677](https://github.com/openai/openai-python/commit/fc8a67715d8f1b45d8639b8b6f9f6590fe358734)) |
| 82 | + |
| 83 | +## 1.93.2 (2025-07-08) |
| 84 | + |
| 85 | +Full Changelog: [v1.93.1...v1.93.2](https://github.com/openai/openai-python/compare/v1.93.1...v1.93.2) |
| 86 | + |
| 87 | +### Chores |
| 88 | + |
| 89 | +* **internal:** bump pinned h11 dep ([4fca6ae](https://github.com/openai/openai-python/commit/4fca6ae2d0d7f27cbac8d06c3917932767c8c6b8)) |
| 90 | +* **package:** mark python 3.13 as supported ([2229047](https://github.com/openai/openai-python/commit/2229047b8a549df16c617bddfe3b4521cfd257a5)) |
| 91 | + |
3 | 92 | ## 1.93.1 (2025-07-07) |
4 | 93 |
|
5 | 94 | Full Changelog: [v1.93.0...v1.93.1](https://github.com/openai/openai-python/compare/v1.93.0...v1.93.1) |
|
0 commit comments