Replies: 1 comment 2 replies
|
Sorry for the slow response - this slipped through the cracks. Currently, we're not actively expanding library support beyond Pydantic and Django, but we'd be happy to consider targeted changes to support specific common patterns in MongoEngine - we've added a few of those on a case-by-case basis for other libraries. Could you go into a bit more detail about your use case and what type information is missing? That would help me figure out the scope and feasibility. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
pyrefly currently has special support for Pydantic and Django models, would folks be interested in support for MongoEngine? MongoEngine makes heavy use of metaclasses, so the normal inference is missing most of the useful information.
All reactions