9fe7e85729
* bump license year (#1981) (f29011a) - Update to 1.59.0: * azure: support for the Realtime API (#1963) (9fda141) * realtime: update docstrings (#1964) (3dee863) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-openai?expand=0&rev=19
129 lines
4.6 KiB
Plaintext
129 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 3 13:46:26 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
|
|
|
- Update to 1.59.1:
|
|
* bump license year (#1981) (f29011a)
|
|
- Update to 1.59.0:
|
|
* azure: support for the Realtime API (#1963) (9fda141)
|
|
* realtime: update docstrings (#1964) (3dee863)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 19 07:33:34 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Add missing dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 5 15:50:04 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- Enable sle15_python_module_pythons.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 21 04:07:02 UTC 2024 - Guang Yee <gyee@suse.com>
|
|
|
|
- update to 1.40.8
|
|
* types: define FilePurpose enum (#1653) (3c2eeae)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 23 12:06:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.14.2:
|
|
* cache TypeAdapters
|
|
* cache TypeAdapters
|
|
* assistant improvements
|
|
* fix typo in CONTRIBUTING.md
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 16 08:54:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.14.0:
|
|
* **assistants:** add support for streaming
|
|
* **streaming:** improve error messages
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 11 21:21:09 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 1.13.3
|
|
## Features
|
|
* api: add wav and pcm to response_format (#1189) (dbd20fc)
|
|
## Chores
|
|
* client: use anyio.sleep instead of asyncio.sleep (#1198)
|
|
(b6d025b)
|
|
* internal: bump pyright (#1193) (9202e04)
|
|
* types: extract run status to a named type (#1178) (249ecbd)
|
|
- Release 1.13.2
|
|
## Bug Fixes
|
|
* ci: revert "move github release logic to github app" (#1170)
|
|
(f1adc2e)
|
|
- Release 1.13.1
|
|
## Chores
|
|
* internal: bump rye to v0.24.0 (#1168) (84c4256)
|
|
- Release 1.13.0
|
|
## Features
|
|
* api: updates (#1146) (79b7675)
|
|
## Bug Fixes
|
|
* api: remove non-GA instance_id param (#1164) (1abe139)
|
|
## Chores
|
|
* client: use correct accept headers for binary data (#1161)
|
|
(e536437)
|
|
- Release 1.12.0
|
|
## Features
|
|
* api: add timestamp_granularities, add gpt-3.5-turbo-0125 model
|
|
(#1125) (1ecf8f6)
|
|
* cli/images: add support for --model arg (#1132) (0d53866)
|
|
## Bug Fixes
|
|
* remove double brackets from timestamp_granularities param
|
|
(#1140) (3db0222)
|
|
* types: loosen most List params types to Iterable (#1129)
|
|
(bdb31a3)
|
|
## Chores
|
|
* internal: add lint command (#1128) (4c021c0)
|
|
* internal: support serialising iterable types (#1127) (98d4e59)
|
|
- Restrict to pytest-asyncio < 0.23
|
|
- Fix License tag: They changed it for release 1.0.0 gh#openai/openai-python#677
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 26 12:54:53 UTC 2024 - Markéta Machová <mmachova@suse.com>, Module Updater <pgajdos@suse.com>
|
|
|
|
- Update to 1.10.0
|
|
* Auto-retry with backoff if there's an error
|
|
* Proper types (for mypy/pyright/editors)
|
|
* You can now instantiate a client, instead of using a global default.
|
|
* Switch to explicit client instantiation
|
|
* Weights and Biases CLI will now be included in their own package
|
|
* many more smaller changes, see https://github.com/openai/openai-python/blob/main/CHANGELOG.md
|
|
- Use an upstream tarball and run at least some tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 24 20:18:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.27.8:
|
|
* Periodically close open `request.Sessions` to avoid buggy
|
|
interaction with Docker Desktop
|
|
* Support for Azure Dall-e
|
|
* Embeddings util - remove unnecessary sort by index
|
|
* allow api_version to be set by environment variable
|
|
* Fixed CLI streamed chat completions.
|
|
* Update README to use gpt-3.5-turbo by default
|
|
* Updating code and readme to reference the Azure's newest
|
|
2023-05-15 API Version
|
|
* allow for passing requests.Session
|
|
* fix error messages mentioning support@
|
|
* Speed up imports
|
|
* Add proxy argument support for openai client
|
|
* Add `__version__` in `__init__.py`
|
|
* Fix grabbing value out of header
|
|
* add case to handle indented .json parsing (#175)
|
|
* Add `openai/datalib/__init__.py`
|
|
* updated the link for OpenAI API
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 26 10:13:45 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Clean up the SPEC file.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 26 07:29:00 UTC 2023 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- initial package of version 0.26.2
|
|
|