v.3.3.1
assafelovic/gpt-researcherv.3.3.1Jul 4, 2025by assafelovic
AI Summary
Improves Docker support and stability with a new fullstack Dockerfile and fixes for various LLM providers and scrapers.
Key Highlights
- Fullstack Dockerfile for single container deployment
- Linux/arm64 Docker image fix
- LangChain dashscope provider update
- FireCrawl scraper fix
New Features
- Fullstack Dockerfile
Full Release Notes
This version focuses on bug fixes and performance improvements. Thank you and welcome to all the new contributors to the community! ## What's Changed * fix: Resolve 'ScrapeResponse' object subscriptable error in FireCrawl scraper by @sriramsowmithri9807 in https://github.com/assafelovic/gpt-researcher/pull/1432 * remove spurious file (submodule ref) by @grota in https://github.com/assafelovic/gpt-researcher/pull/1440 * fix: linux/arm64 machine cannot pull arm64 image from ghcr by @arielweinberger in https://github.com/assafelovic/gpt-researcher/pull/1436 * Add `Dockerfile.fullstack` - single container for nextjs/backend by @th3w1zard1 in https://github.com/assafelovic/gpt-researcher/pull/1433 * fix: langchain dashscope provider out-of-dated by @TRSWNCA in https://github.com/assafelovic/gpt-researcher/pull/1455 * Fix zero subtopic error by @Yuxuan1998 in https://github.com/assafelovic/gpt-researcher/pull/1454 ## New Contributors * @sriramsowmithri9807 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1432 * @grota made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1440 * @arielweinberger made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1436 * @TRSWNCA made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1455 * @Yuxuan1998 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1454 **Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v3.3.0...v.3.3.1