Releases: mahenzon/aioalice
Releases · mahenzon/aioalice
Fix Python compatibility
Support for Yandex's side states
Compatibility fixes and updates
Maintenance update
- use
safe_kwargs
for the rootAliceObject
-AliceRequest
(closes #13) - update
attrs
version to 20.3.0 and update converter kwarg (closes #7) - get rid of all relative imports
- run tests for different python versions
- update how 'install requires' gets list of required packages - needed for new python versions
Safe kwargs for all AliceObjects
- store raw json in models
Closes #9
Freeze attrs version
There’s a backward-incompatible change in attrs 19.2.0 (2019-10-01): Removed deprecated Attribute attribute convert per scheduled removal on 2019/1.
https://www.attrs.org/en/stable/changelog.html
So now attrs version is ==18.1.0
Update response timeout
Add fields and safe_kwargs to interfaces
Add original_request field to AliceRequest
Add some hints about testing and deployment into README
minor fixes
NLU, safe kwargs
-
Support NLU
-
Add
safe_kwargs
to meta and request
safe_kwargs will help ignore new JSON entities (if there's new API) so it won't cause exceptions
NL..what?
Add `flags` to meta (Station Support)
A minor update for Yandex Station support