OpenAI Python tool v2.39.0 adds small API updates

OpenAI Python tool v2.39.0 adds small API updates

OpenAI released openai-python v2.39.0. This is a small update for people who connect OpenAI features to Python apps. It improves audit logs and adds a new responses item.

Key points

  • audit logs can now include workload identity, which helps teams see which app or service did the work.
  • responses can now include an additional_tools item.
  • ActionSearch.query is now optional, so some searches can be called with less required input.

Quick term guide

openai-python
The official Python package for using OpenAI features in code.
Python
Python is a common programming language used to build apps and scripts.
audit logs
Records that show who or what did an action and when.
audit log
A record of actions, such as who changed what and when.
audit
A thorough check of code to find mistakes or ways to make it better.
responses
An OpenAI API feature for creating and handling model answers.
workload identity
A way to identify an app or service that performed an action.
IDE
A software tool that combines a code editor, a way to run code, and error checking all in one app.
Read original