v1.4.1
labring/FastGPTv1.4.1Jul 27, 2026by github-actions[bot]
AI Summary
This release addresses TLS certificate failures in the build process by replacing raw urllib with the requests library for external HTTPS calls. It also includes the standard release chore for version 1.4.1.
Key Highlights
- Fixed TLS certificate failures in the build process
- Replaced raw urllib with requests for external HTTPS calls
- Standard release chore for v1.4.1
Full Release Notes
## What's Changed * fix(tls): replace raw urllib with requests for external HTTPS calls (frozen-build cert failures) by @yoni-at-strix in https://github.com/usestrix/strix/pull/903 * chore: release v1.4.1 by @devin-ai-integration[bot] in https://github.com/usestrix/strix/pull/912 **Full Changelog**: https://github.com/usestrix/strix/compare/v1.4.0...v1.4.1