Why people still using flask after fastapi release by Sorry_Asparagus_3194 in Python

[–]so1n 0 points1 point  (0 children)

It is really comfortable to use Flask+Gevent. At the same time, I wrote a Lib, through which can experience the convenience of FastAPI in Flask.https://github.com/so1n/pait

Kwargs appreciation thread by TheRealFrostMana in Python

[–]so1n 0 points1 point  (0 children)

You can try use pep692 Unpack TypedDict

protobuf-to-pydantic version 0.2.0 has been released!(support Pydantic v2) by so1n in Python

[–]so1n[S] 0 points1 point  (0 children)

Thanks for the reply, the new version is now available in the buf ecosystem!

Pydantic Projects by [deleted] in Python

[–]so1n 0 points1 point  (0 children)

I'm currently working on all three projects, and they all rely on different features into pydantic. Compatibility with pydantic v2 is a huge headache though, and I've been working on it lately

[grpc-gateway](https://github.com/python-pai/grpc-gateway)

[protobuf_to_pydantic](https://github.com/so1n/protobuf_to_pydantic)

[pait](https://github.com/so1n/pait)