langchain-openai

imagem 29

LangChain-OpenAI 1.6.2 Adds GPT-6 Astra Reasoning and Updates Dependencies

The LangChain-OpenAI library has been updated to version 1.6.2, bringing a new feature and a routine dependency upgrade since the previous release 1.6.1. This update focuses on expanding model support and keeping the package aligned with current ecosystem requirements. First, the integration now recognizes reasoning effort settings for the newly introduced GPT-6 Astra model. This […]

LangChain-OpenAI 1.6.2 Adds GPT-6 Astra Reasoning and Updates Dependencies Read More »

imagem 23

langchain-openai 1.6.1 Release Notes

New Features and Compatibility Enhancements This release, version 1.6.1, brings several notable additions for self-hosted users. The package now supports asynchronous tools, enabling agent workflows to call tool functions without blocking the event loop. It also introduces support for the configuration_update feature, which allows dynamic runtime configuration updates in OpenAI integrations. Additionally, Azure Active Directory

langchain-openai 1.6.1 Release Notes Read More »

imagem 43

LangChain-OpenAI 1.6.0 Released with Clearer Error Handling

What’s New in This Update The langchain-openai package has been bumped from version 1.5.2 to 1.6.0, with a focus on making errors easier to understand and manage. The core library now includes standard exception types for model-related failures, so self-hosted users can catch and respond to errors more consistently across different providers. Additionally, the OpenAI

LangChain-OpenAI 1.6.0 Released with Clearer Error Handling Read More »

imagem 34

LangChain-OpenAI: Key Updates and New Capabilities for OpenAI Integration

The langchain-openai package has matured rapidly from its initial release through version 1.5.2a1, delivering a wide range of new capabilities for developers building AI applications on top of OpenAI’s services. Major feature additions include support for the OpenAI Responses API, which enables more flexible interaction patterns, as well as compatibility with the latest OpenAI SDK

LangChain-OpenAI: Key Updates and New Capabilities for OpenAI Integration Read More »

imagem 20

LangChain-OpenAI v1.4.2: Improved Error Handling and Security Updates

The latest patch release for the LangChain-OpenAI integration brings a focused set of fixes that improve reliability and security for self-hosted users. A new ContextWindowExceededError is now properly raised when the model’s token limit is breached, allowing your application to gracefully handle oversized prompts rather than failing silently. Additionally, the upgrade preserves custom text options—like

LangChain-OpenAI v1.4.2: Improved Error Handling and Security Updates Read More »

imagem 31

LangChain-OpenAI v1.4.1: LangSmith Gateway Support and Model Profile Fix

LangChain-OpenAI version 1.4.1 is a minor release that builds on the previous 1.4.0 with a couple of practical improvements. It focuses on better integration with LangSmith’s infrastructure and correcting a model configuration quirk. A notable new feature is the ability to route API calls through LangSmith’s gateway by simply setting an environment variable. This makes

LangChain-OpenAI v1.4.1: LangSmith Gateway Support and Model Profile Fix Read More »