edornd / argdantic

Typed command line interfaces with argparse and pydantic
MIT License
38 stars 4 forks source link

Add support for python 3.12 #49

Closed edornd closed 3 weeks ago

edornd commented 6 months ago

Is your feature request related to a problem? Please describe. Previous fixes for typing fail, e.g. #44.

Describe the solution you'd like Typing and imports should not break across versions, from 3.8 (or at least 3.10) to 3.12+.

Describe alternatives you've considered Deprecate older versions of argdantic, or better, argdantic for older python versions.

Additional resources

Andrew-Chen-Wang commented 2 months ago

Hi wondering when Python 3.12 will be supported for future annotations! Also my company is going to be using this for the long-term, so I'd be happy to help maintain and see where I can help (after I first integrate this library for proof of concept POC purposes)

edornd commented 2 months ago

Hi @Andrew-Chen-Wang! Thank you for comment and interest, at the moment it was just a personal project, where I was the only maintainer, but by all means contributions are welcome. Unfortunately I can't work on this as much as I'd like in this period, being a side project I have bigger priorities, but in the following weeks I should try and tackle this.