Releases: Fund-z/fundzwatch-python
Releases · Fund-z/fundzwatch-python
v1.0.2
Changes
- Added
buying_stagesparameter to CrewAI and LangChain tools - Added
industriesandlocationsto LangChain EventsInput (feature parity with CrewAI) - Fixed
__version__to match package version - Dynamic User-Agent header (uses
__version__) - Added content-type check on 400 response handler
- Fixed
Optionaltype hints in exceptions - Added MIT LICENSE file
- Added PyPI/Python/License badges to README
Install
pip install fundzwatch==1.0.2
v1.0.1
Fixes
- Fixed API base URL (
api.fundz.net/v1/watchinstead of/api/v1/watch) - Fixed
__version__mismatch (was 1.0.0, now 1.0.1) - Dynamic User-Agent header uses package version
- Added
buying_stagesparameter to CrewAI and LangChain tools - Added
industriesandlocationsto LangChain EventsInput (parity with CrewAI) - Fixed
Optionaltype hints in exceptions - Added content-type check on 400 response handler
- Added MIT LICENSE file
- Added PyPI/Python/License badges to README