Skip to content

v0.2.7

Compare
Choose a tag to compare
@st1vms st1vms released this 27 Jan 13:38
· 32 commits to main since this release
4660dee

CHANGELOG:

  • Changed send_message response parsing strategy
  • error_response is now called raw_answer, and it holds the response.content from the send_message response, used for inspections purposes.
  • Implemented a new Claude error OverloadError

MISCELLANOUS IMPROVEMENTS

  • All the api errors now inherits from ClaudeAPIError
  • Moved errors into claude2_api.errors
  • Replaced requests.Session with requests.post in __prepare_file_attachment, as the headers were incorrectly set.
  • Clarified the error "[400] Unable to prepare file attachment" in the Troubleshotting section of README.md