releaseintermediate
[Release] langchain-ai/langchain langchain-fireworks==1.4.1: langchain-fireworks==1.4.1
By github-actions[bot]github
View original on githublangchain-fireworks version 1.4.1 was released with critical bug fixes and test improvements. The main update addresses API connection error handling by implementing retry logic on bare `APIConnectionError` exceptions and setting a default `max_retries=2` parameter. Integration tests were stabilized through rate limiting and retry mechanism enhancements to improve reliability.
Key Points
- •Retry logic now handles bare `APIConnectionError` exceptions to improve resilience
- •Default `max_retries` parameter set to 2 for automatic retry attempts
- •Integration tests stabilized with rate limiting mechanisms
- •Retry mechanisms enhanced to reduce flaky test failures
- •Improved error handling for API connection failures in Fireworks integration
- •Better fault tolerance for transient network issues
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete