v1.2.2
konvajs/konvav1.2.2Jul 27, 2026by cdoern
AI Summary
This release focuses on security updates and configuration fixes, specifically addressing CVE-2026-59885 by bumping the pyasn1 dependency and adjusting the AsyncOpenAI client settings for inference.
Key Highlights
- Security patch: Bump pyasn1 to resolve CVE-2026-59885
- Inference fix: Updated AsyncOpenAI client passthrough to disable credential enforcement
- Automated backports via Mergify bot
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