Aioalice Versions Save

Asynchronous library for Yandex Dialogs (Alice) API

1.5.1

1 year ago

Fix #16 (#17)

1.5.0

1 year ago
  • support Yandex's side states (thx @uburuntu #14)
  • run actions on PR (thx @uburuntu #15)

1.4.0

3 years ago

Maintenance update

  • use safe_kwargs for the root AliceObject - 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

1.3.0

4 years ago
  • store raw json in models

Closes #9

1.2.5

4 years ago

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

1.2.2

5 years ago

Add some hints about testing and deployment into README minor fixes

1.2.0

5 years ago
  • 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?

1.1.7

5 years ago

A minor update for Yandex Station support