tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.58k stars 378 forks source link

fix: Make get_annotations evaluate annotations in default scope #1609

Closed WizzyGeek closed 4 months ago

WizzyGeek commented 4 months ago

Description

Might be a breaking change, evaluates the annotations in the default scope instead of app namespace.

Motivation and Context

Fixes #1552

How Has This Been Tested?

Tested by execution on an existing codebase.

Checklist:

WizzyGeek commented 4 months ago

@waketzheng Any changes needed?