ajndkr / lanarky

The web framework for building LLM microservices
https://lanarky.ajndkr.com/
MIT License
976 stars 74 forks source link

fix: update all enum classes to support python 3.11+ users #168

Closed ajndkr closed 10 months ago

ajndkr commented 10 months ago

Description

The (str, Enum) enum classes don't work as expected for python 3.11 due to the presence of StrEnum class from enum library.

Changelog: