✨ Add support for PEP695 type alias syntax#1628
✨ Add support for PEP695 type alias syntax#1628stickm4n wants to merge 20 commits intofastapi:mainfrom
type alias syntax#1628Conversation
|
@YuriiMotov could you review this and label it? |
fd10c35 to
0fa44b8
Compare
0fa44b8 to
105a8e5
Compare
type alias syntax
This comment was marked as resolved.
This comment was marked as resolved.
b7a6495 to
daadf43
Compare
….10 and enhance type resolution logic
|
Could you please comment on the implementation of the algorithm? |
Ok, it's a good idea. |
|
@svlandeg could you please take a look at this? |
As a language feature for Python 3.12+ was introduced new type-alias definitions.
Reference here
They are not working in
sqlmodelhence this PR to support them.