v3.4.4

lutzroeder/netronv3.4.4Apr 16, 2026by assafelovic

AI Summary

This release focuses on bug fixes and dependency updates for GPT Researcher. It addresses reference errors, web scraping parsing issues, context normalization, and problems with the PubMed Central retriever. It adds MiniMax as a new LLM provider and Xquik X/Twitter search retriever.

Key Highlights

  • MiniMax as a new native LLM and embedding provider
  • Xquik X/Twitter search retriever added
  • Fixes for reference errors and data parsing
  • Fix for PubMed Central retriever returning no results
  • Fix for WebSocket manager missing imports

New Features

  • MiniMax provider integration
  • Xquik X/Twitter retriever
  • Context normalization for dict and string formats
  • Web scraping parsing improvements

Full Release Notes

## What's Changed
* #1673: Fixed the reference error in code. by @parth3083 in https://github.com/assafelovic/gpt-researcher/pull/1674
* fix potential data parsing issue in web scraping by @Carton in https://github.com/assafelovic/gpt-researcher/pull/1607
* Fix: Add context normalization for dict and string formats by @GeorgelPreput in https://github.com/assafelovic/gpt-researcher/pull/1668
* feat: add MiniMax as a native LLM and embedding provider (M2.7) by @octo-patch in https://github.com/assafelovic/gpt-researcher/pull/1677
* Update dependencies and add missing os import by @mparker404 in https://github.com/assafelovic/gpt-researcher/pull/1680
* fix: PubMed Central retriever returns no results by @antek-eth in https://github.com/assafelovic/gpt-researcher/pull/1686
* Fix missing os import in websocket manager by @sztoplover-bit in https://github.com/assafelovic/gpt-researcher/pull/1697
* Bug fix/pdf report by @test23techvv in https://github.com/assafelovic/gpt-researcher/pull/1720
* Fix issue 1712 by @test23techvv in https://github.com/assafelovic/gpt-researcher/pull/1717
* fix: skip empty LLM streaming chunks and flush stdout by @kiranvk-2011 in https://github.com/assafelovic/gpt-researcher/pull/1737
* feat: add Xquik X/Twitter search retriever by @kriptoburak in https://github.com/assafelovic/gpt-researcher/pull/1734

## New Contributors
* @parth3083 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1674
* @Carton made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1607
* @octo-patch made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1677
* @mparker404 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1680
* @antek-eth made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1686
* @sztoplover-bit made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1697
* @test23techvv made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1720
* @kiranvk-2011 made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1737
* @kriptoburak made their first contribution in https://github.com/assafelovic/gpt-researcher/pull/1734

**Full Changelog**: https://github.com/assafelovic/gpt-researcher/compare/v3.4.3...v3.4.4