Skip to content

Releases: poe-platform/fastapi_poe

0.0.54 Add base_url for post_message_attachment call

17 Jan 01:31
552981f
Compare
Choose a tag to compare
Update version to 0.0.54 (#140)

Add base_url to post_message_attachment function call

0.0.53 Enforce sse-starlette version

08 Jan 18:30
532737d
Compare
Choose a tag to compare

fastapi_poe>= 0.0.52 requires sse_starlette>=2.2.1

0.0.52 Bump min python version

07 Jan 17:40
91cc7c8
Compare
Choose a tag to compare

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

16 Dec 18:00
1eb5e67
Compare
Choose a tag to compare

What's Changed

  • Add download_filename for specifying a filename when downloading from url by @agamble-quora in #130

New Contributors

Full Changelog: 0.0.50...0.051

0.0.50 Add support for variable pricing

13 Dec 22:57
92c6eb5
Compare
Choose a tag to compare

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

04 Dec 22:08
d6b0de8
Compare
Choose a tag to compare

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

28 Aug 01:28
322d279
Compare
Choose a tag to compare

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

23 Jul 21:21
72e0ffd
Compare
Choose a tag to compare
  • users can now call sync_bot_settings using fp.sync_bot_settings()

Improve error responses

02 Jul 00:10
93c0cf0
Compare
Choose a tag to compare
  • users won't have to see unformatted raw errors

0.0.45 Add sync_bot_settings and language_code

17 Jun 23:39
c808e66
Compare
Choose a tag to compare

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