(2.1.0) fix running inside of async loops and made user_agent mandatory
All checks were successful
Actions / lint (push) Successful in 12s
Actions / build (push) Successful in 15s
Actions / docs (push) Successful in 21s

this release finishes the usage.md page on the documentation, makes specifying a `user_agent` mandatory when instantiating a `FloweryAPIConfig` class, and fixes a bug that would prevent the `FloweryAPI` class from being instantiated inside of an async event loop
This commit is contained in:
cswimr 2024-09-18 13:49:36 -04:00
parent f5bef8acc8
commit 798b551138
Signed by: cswimr
GPG key ID: 3813315477F26F82
6 changed files with 121 additions and 20 deletions

View file

@ -52,6 +52,8 @@ markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span