This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+11 more
ReleasePort's take
Light signallangchain-fireworks 1.4.1 fixes silent failures on file uploads exceeding 100MB by implementing automatic retry logic with default max_retries=2 for APIConnectionErrors.
Why it matters: Uploads over 100MB now auto-retry on connection errors; default max_retries=2. Test large file uploads in dev; upgrade to prevent silent data loss.
Summary
AI summaryFixed file uploads above 100MB silently dropping.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
retry on bare APIConnectionError, default max_retries=2 retry on bare APIConnectionError, default max_retries=2 Source: granite4.1:8b-q6_K@2026-05-21 Confidence: high |
— |
| Other | Medium |
stabilize integration tests with rate limiting and retries stabilize integration tests with rate limiting and retries Source: granite4.1:8b-q6_K@2026-05-21 Confidence: low |
— |
Full changelog
Changes since langchain-fireworks==1.4.0
release(fireworks): 1.4.1 (#37603)
fix(fireworks): retry on bare APIConnectionError, default max_retries=2 (#37602)
test(fireworks): stabilize integration tests with rate limiting and retries (#37590)
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Earlier breaking changes
- vlangchain-core==1.4.0 Deletes schema items marked for removal in schemas.py
- vlangchain-core==1.4.0 Deletes function_calling.py utils marked for removal
- vlangchain-core==1.4.0 Deletes get_relevant_documents function from API
- vlangchain-core==1.4.0 Deletes pydantic_v1 module entirely from codebase
- vlangchain-core==1.4.0 Deletes BaseMemory module, moved to langchain-classic
Beta — feedback welcome: [email protected]