Releases: poe-platform/fastapi_poe
0.0.54 Add base_url for post_message_attachment call
Update version to 0.0.54 (#140) Add base_url to post_message_attachment function call
0.0.53 Enforce sse-starlette version
fastapi_poe>= 0.0.52 requires sse_starlette>=2.2.1
0.0.52 Bump min python version
Update minimum python version from 3.7 -> 3.9
Python 3.7 end of life was 27 Jun 2023
Python 3.8 end of life was 07 Oct 2024
Also, bug fix for tool calls failing when the model decides not to call the function.
0.051 Add download_filename for specifying a filename when downloading from url
What's Changed
- Add download_filename for specifying a filename when downloading from url by @agamble-quora in #130
New Contributors
- @agamble-quora made their first contribution in #130
Full Changelog: 0.0.50...0.051
0.0.50 Add support for variable pricing
Add Capture/Auth functions for variable pricing.
NOTE: This is a limited release, only select testers will be able to access the functions immediately. The feature will rollout to all users within a few weeks.
see https://creator.poe.com/docs/creator-monetization for more information.
0.0.49 Add support for report_reaction endpoint
Adding support for the new report_reaction endpoint that can be used to receive user reactions on bot response.
0.0.48 Auto-sync bot settings on server startup
Add a settings sync inside fp.make_app, so that we can ensure the server has latest settings on startup.
0.0.47 expose sync_bot_settings
- users can now call sync_bot_settings using fp.sync_bot_settings()
Improve error responses
- users won't have to see unformatted raw errors
0.0.45 Add sync_bot_settings and language_code
What's Changed
- Add sync_bot_settings function to sync bot with correct protocol version.
- Add language_code to
QueryRequest
and improve error logging. - Assign default None value to unspecified Bot settings.
Full Changelog: 0.0.44...0.0.45