Happy-Kunal / pydantic2avro

Generate Apache Avro schemas for Pydantic data models.
https://pypi.org/project/pydantic2avro/
MIT License
0 stars 0 forks source link

support for python 3.11? #1

Closed aviadr1 closed 3 months ago

aviadr1 commented 3 months ago

can you support earlier versions of python, specifically 3.11? I think probably just changing the line in your pyproject.toml that specifies python 3.12 as minimal is the only thing that needs to change

Happy-Kunal commented 3 months ago

Good suggestion! 🚀, I ran the test with Python 3.11, and it’s all running smoothly. Everything’s looking great! 👍

Happy-Kunal commented 3 months ago

Just a quick update: pydantic2avro v0.4.0 now supports Python 3.11! 🎉 If you’re using the latest version, you’re all set to take advantage of this compatibility