AVATEAM-IT-SYSTEMHAUS / mkdocs-kroki-plugin

MkDocs plugin for Kroki-Diagrams
MIT License
46 stars 28 forks source link

using typing library #51

Closed AdrianCert closed 2 months ago

AdrianCert commented 6 months ago

Before python 3.9 for typing complex structure is possible only via typing library. Example: py-3.9: dict[str,str] -> py-3.8: typing.Dict[str, str]

I would like to this changes to enable python versions to run this plugin! Let me know if it ok and I can contribute with that or it is any motivation to not support that?