RepoJournal
AI Agents AI Agents
47 wires and counting

$ follow AI Agents

Keep up with AI Agents in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-09-06
stories 8

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

LangChain Azure AD auth rides OpenAI 3.8.0

By RepoJournal · Filed · About AI Agents

LangChain upgraded its OpenAI SDK lock to 3.8.0, restoring Azure AD token provider support across chat, embeddings, and completions without API-key conflicts.

LangChain pinned the OpenAI Python SDK to 3.8.0 while keeping the existing lower bound, and adjusted Azure AD handling to match the SDK's credential validation [1]. This means AzureChatOpenAI, Azure embeddings, and Azure completions again accept Azure AD token providers without tripping over API-key validation, including async token providers.

OpenHands fixed a serialization bug where buildConfiguredOpenHandsAgentSettings stripped base_url from subscription LLM configs; that could leave runtime configs missing the Azure endpoint (https://chatgpt.com/backend-api/codex) [2]. The fix applies on the client side, agent-canvas, rather than patching the SDK.

LangChain also cleaned up stale Args/Raises entries in FileCallbackHandler._write and ChatGeneration.set_text documentation [3].

The changes are routine; the Azure AD fix matters if your deployments rely on token-based auth with the latest OpenAI SDK [1].

Quick answers

What shipped in AI Agents on September 6, 2026?
LangChain upgraded its OpenAI SDK lock to 3.8.0, restoring Azure AD token provider support across chat, embeddings, and completions without API-key conflicts. In total, 4 commits and 4 pull requests landed.
Who contributed to AI Agents on September 6, 2026?
3 developers shipped this update, including hntrl, Manohar Paturi, and Graham Neubig.
What were the notable AI Agents updates?
fix(openai): support Azure AD auth with OpenAI 3.8, fix: preserve base_url for subscription LLM configs, and docs(core): remove stale Args/Raises entries from FileCallbackHandler._write and ChatGeneration.set_text (#40211).