- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 782
 
          ✨ Add support for PEP695 type alias syntax
          #1628
        
          New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 
           @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.