Skip to content

Releases: Fund-z/fundzwatch-python

v1.0.2

24 Mar 14:04

Choose a tag to compare

Changes

  • Added buying_stages parameter to CrewAI and LangChain tools
  • Added industries and locations to 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 Optional type hints in exceptions
  • Added MIT LICENSE file
  • Added PyPI/Python/License badges to README

Install

pip install fundzwatch==1.0.2

v1.0.1

24 Mar 13:47

Choose a tag to compare

Fixes

  • Fixed API base URL (api.fundz.net/v1/watch instead of /api/v1/watch)
  • Fixed __version__ mismatch (was 1.0.0, now 1.0.1)
  • Dynamic User-Agent header uses package version
  • Added buying_stages parameter to CrewAI and LangChain tools
  • Added industries and locations to LangChain EventsInput (parity with CrewAI)
  • Fixed Optional type hints in exceptions
  • Added content-type check on 400 response handler
  • Added MIT LICENSE file
  • Added PyPI/Python/License badges to README