Dmitry Erlikh
Dmitry Erlikh
refs #536 This change replaces [lunardate](https://github.com/lidaobing/python-lunardate) with [LunarCalendar](https://github.com/wolfhong/LunarCalendar) to remove GPL-3 licensed dependency. - [ ] Tests with a significant number of years to be tested for your calendar. -...
# Bug I reduced the issue to the smallest I could. It worked on odmantic 0.8.0 and stopped starting on 0.9.0. ``` from odmantic import Model, EmbeddedModel, Field from typing...
The code ``` import deepl translator = deepl.Translator(...) ``` Produces the following `mypy` error: `error: Module "deepl" does not explicitly export attribute "Translator" [attr-defined]`