Estimated end-of-life date, accurate to within three months: 08-2026
See the support level definitions for more information.
Bug Fixes
- CI Visibility: This fix resolves an issue where the
pytest
plugin would hold a reference to test exceptions beyond the end of the test, preventing them from being garbage-collected and increasing memory usage. - psycopg: This fix resolves a potential circular import with the psycopg3 contrib.
- openai: Resolves an issue in the OpenAI integration where
asyncio.CancelledError
was not caught or re-raised. - LLM Observability
- Fixes a bug where code execution outputs done through
google-genai
would result in no output messages on the LLM Observabilityllm
span. - langgraph: resolves
ModuleNotFoundError
errors when patchinglanggraph>=0.6.0
- openai: fixed an issue when using the openai responses api with
openai>=1.66.0,<1.66.2
would result in anAttributeError
.
- Fixes a bug where code execution outputs done through