1.3.16
Added 2
- Add standard model exception types to core
- Support custom token_counter in ContextEditingMiddleware
Fixed 2
- Re-raise non-retryable exceptions in ModelRetryMiddleware
- Preserve final repeated schema ordering
From LangChain
Changes since langchain==1.3.15
release(langchain): 1.3.16 (#39806) feat(core): add standard model exception types (#39538) feat(langchain): support custom token_counter in ContextEditingMiddleware (#39754) fix(langchain): re-raise non-retryable exceptions in ModelRetryMiddleware (#38960) chore(langchain): update docs on error handling for json schema (#39632) fix(langchain): preserve final repeated schema ordering (#39284)