openai OpenAI Python SDK Releases · · 3.6.0

OpenAI Python Library v3.6.0 Adds Compute Unit Reporting

sdkaiengineer
feature patch

OpenAI has released version 3.6.0 of its Python library, introducing a new capability to report `compute_units` in API responses and Chat Completions usage. This enhancement provides developers with more detailed insights into the resource consumption of their AI API calls. The update also includes a hardened X.509 workload identity integration and several dependency bumps. This release is immediately available to developers using the library.

  • add compute_units to Responses and Chat Completions usage
  • harden X.509 workload identity integration
  • bump @stdy/cli from 0.22.1 to 0.22.2
  • bump mypy from 1.17 to 2.3.1
  • bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113
Features (1)
  • api add compute_units to Responses and Chat Completions usage
Fixes (1)
  • auth harden X.509 workload identity integration
Maintenance (10)
  • deps-dev bump @stdy/cli from 0.22.1 to 0.22.2
  • deps-dev bump mypy from 1.17 to 2.3.1
  • deps-dev bump pandas-stubs from 2.2.2.240807 to 2.3.3.260113
  • deps-dev bump pyright from 1.1.399 to 1.1.413
  • deps-dev bump rich from 14.2.0 to 15.0.0
  • deps bump actions/checkout from 6.0.2 to 7.0.1
  • deps bump actions/download-artifact from 6.0.0 to 8.0.1
  • deps bump github/codeql-action/init from 4.37.1 to 4.37.7
  • deps bump actions/setup-python from 5.6.0 to 7.0.0
  • deps bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
Read the original announcement →

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

Related releases