This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
0.1.39
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: 15b076b
What's Changed
- Remove
proxies
argument for async client by @jjkoh95 in #201 - Add necessary import by @CBoYXD in #202
- GoogleWorkspaceContent and GoogleHotelContent by @veonua in #210
- Add
ask
method forAsyncBard
by @jjkoh95 in #223 - Automatically update rotating cookie by @szv99 in #235
New Contributors
Full Changelog: 0.1.38...0.1.39