0.1.39
版本发布时间: 2024-01-18 23:35:28
dsdanielpark/Bard-API最新发布版本:0.1.40(2024-02-25 02:47:25)
Bard API - version 0.1.39
$ pip install bardapi==0.1.39
$ pip install -q -U bardapi
Release Note
- Add Google Contents: Change type hints for compatibility across various Python versions. by @dsdanielpark @veonua #210
- Add feature: Auto Rotating Cookies by @szv99 #249 #235 #191 - The following, however, requires further development to fully implement the functionality.
- Add ask in BardAsync: by @jjkoh95 #223
- Fix Async Bard: I have made modifications to the implementation of async Bard. Please refer to the code examples in the documentation. I have corrected some incorrect arguments and removed unnecessary processes such as translation to align it with async. However, further development is needed. by @dsdanielpark #253 #255
- Change cookie value assert to print: We have observed that in some countries, accounts, or regions, the cookie value does not end with a single dot. Thus, Instead of using assert, we are changing it to notify through print statements. by @dsdanielpark #261
- Fix dependencies and refactoring by @dsdanielpark
You can check Google Official Service at #262
- Branch contributor: @dsdanielpark @szv99, @jjkoh95, @veonua
- PR index: #223, #235 , #210
- Issue index: #191, #210, #235 #249, #253, #255, #261
- Build Git Hash: 15b076bb09f7ba7fd26446cb28410994c5d8e980
What's Changed
- Remove
proxies
argument for async client by @jjkoh95 in https://github.com/dsdanielpark/Bard-API/pull/201 - Add necessary import by @CBoYXD in https://github.com/dsdanielpark/Bard-API/pull/202
- GoogleWorkspaceContent and GoogleHotelContent by @veonua in https://github.com/dsdanielpark/Bard-API/pull/210
- Add
ask
method forAsyncBard
by @jjkoh95 in https://github.com/dsdanielpark/Bard-API/pull/223 - Automatically update rotating cookie by @szv99 in https://github.com/dsdanielpark/Bard-API/pull/235
New Contributors
- @jjkoh95 made their first contribution in https://github.com/dsdanielpark/Bard-API/pull/201
- @szv99 made their first contribution in https://github.com/dsdanielpark/Bard-API/pull/235
Full Changelog: https://github.com/dsdanielpark/Bard-API/compare/0.1.38...0.1.39