openai OpenAI Python SDK Releases · · 3.16.0

OpenAI Python Library v3.16.0: Webhook Management & Connector ID Deprecation

sdkdeprecationengineer
deprecation feature patch

Version 3.16.0 of the OpenAI Python library introduces new capabilities for managing webhook endpoints, enhancing event-driven interactions for developers. Concurrently, the `connector_id` within the MCP API has been deprecated, signaling its eventual removal. This update impacts developers integrating with OpenAI's API, particularly those utilizing webhooks or the soon-to-be-removed identifier. Users should review their implementations to accommodate the deprecation and leverage the new webhook management features.

  • add webhook endpoint management
  • deprecate MCP connector_id
Features (1)
Maintenance (1)
Read the original announcement →

https://github.com/openai/openai-python/releases/tag/v3.16.0

Related releases