v1.2.2

coderamp-labs/gitrulesv1.2.2Jul 27, 2026by cdoern

AI Summary

This is a minor patch release focused on security and configuration. It bumps the pyasn1 library to address a specific CVE and modifies the AsyncOpenAI client configuration to disable credential enforcement.

Key Highlights

  • Security patch: bump pyasn1 for CVE-2026-59885
  • Inference fix: added _enforce_credentials=False to AsyncOpenAI client

Full Release Notes

## What's Changed
* fix: bump pyasn1 for CVE-2026-59885 (backport #6330) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6332
* fix(inference): add _enforce_credentials=False to passthrough AsyncOpenAI client (backport #6344) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6365


**Full Changelog**: https://github.com/ogx-ai/ogx/compare/v1.2.1...v1.2.2