v0.26.0
版本发布时间: 2023-01-07 07:41:49
openai/openai-python最新发布版本:v1.43.0(2024-08-30 02:00:39)
Highlights and breaking changes
- Openai-python now has async thanks to @Andrew-Chen-Wang (and thank you @ddeville for reviewing!)
- The default package installation should now be considerably smaller thanks to @jakubroztocil. BREAKING: if you use
tools
or the embeddings endpoint, you'll probably want to install openai[datalib] - BREAKING: Answers, Search, and Classifications are removed as of this version since they are no longer active endpoints
What's Changed
- Update readme with image information by @mpokrass in https://github.com/openai/openai-python/pull/135
- Add Moderation endpoint to readme (#151) by @hallacy in https://github.com/openai/openai-python/pull/138
- fix(wandb): encoding on Windows by @borisdayma in https://github.com/openai/openai-python/pull/148
- Include long description by @MiWeiss in https://github.com/openai/openai-python/pull/157
- Do not require typing_extensions with Python 3.8+ by @paper42 in https://github.com/openai/openai-python/pull/154
- Fix mypy by @paper42 in https://github.com/openai/openai-python/pull/158
- Azure OpenAI 2022-12-01 by @cmurtz-msft in https://github.com/openai/openai-python/pull/159
- Add async support by @Andrew-Chen-Wang in https://github.com/openai/openai-python/pull/146
- [Azure] Add "deployments.*" commands to the CLI by @cmurtz-msft in https://github.com/openai/openai-python/pull/165
- Fix API requestor hanging when not using a global session by @ddeville in https://github.com/openai/openai-python/pull/167
- Add flag to include the cause in the exception str by @gdb in https://github.com/openai/openai-python/pull/137
- Make
numpy
andpandas
optional for ~7 times smaller deps by @jakubroztocil in https://github.com/openai/openai-python/pull/153 - Allow passing of api_key in image.create by @hallacy in https://github.com/openai/openai-python/pull/163
- Remove search, answers, classifications by @hallacy in https://github.com/openai/openai-python/pull/168
- Add optional mask for dalle's edit api (#157) by @YufeiG in https://github.com/openai/openai-python/pull/169
- Bump to 0.26.0 by @hallacy in https://github.com/openai/openai-python/pull/170
New Contributors
- @MiWeiss made their first contribution in https://github.com/openai/openai-python/pull/157
- @paper42 made their first contribution in https://github.com/openai/openai-python/pull/154
- @cmurtz-msft made their first contribution in https://github.com/openai/openai-python/pull/159
- @Andrew-Chen-Wang made their first contribution in https://github.com/openai/openai-python/pull/146
- @ddeville made their first contribution in https://github.com/openai/openai-python/pull/167
- @gdb made their first contribution in https://github.com/openai/openai-python/pull/137
- @jakubroztocil made their first contribution in https://github.com/openai/openai-python/pull/153
- @YufeiG made their first contribution in https://github.com/openai/openai-python/pull/169
Full Changelog: https://github.com/openai/openai-python/compare/v0.25.0...v0.26.0