This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Releases: oleksii-shcherbak/reqtracker
Releases · oleksii-shcherbak/reqtracker
Fix critical CLI bugs - v1.0.7
What's Changed
-
Set static as the default mode for improved reliability.
-
Marked dynamic and hybrid modes as experimental.
Bug Fixes
-
Fixed a critical CLI bug where transitive dependencies were not correctly handled in the output.
-
Resolved a self-reference bug by excluding reqtracker.
-
Added missing pyexpat and other standard library modules.
-
Correctly filtered namespace packages like mpl_toolkits.
Full Changelog: v1.0.6...v1.0.7
Fix stdlib detection - v1.0.6
What's Changed
- Fixed critical bug where standard library modules (contextvars, ctypes, etc.) were included in requirements.txt
- Added comprehensive stdlib detection for 200+ Python standard library modules
- Improved test coverage with real-world scenarios
Bug Fixes
- Standard library modules no longer appear in generated requirements.txt
- Complete coverage of Python 3.x standard library modules
Full Changelog: v1.0.5...v1.0.6