You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the python typing types were introduced in python 3.5. in python 3.9, the typing types for collections became deprecated in favour of native typing, which was previously unsupported and wouldn't compile.
we use a lot of typing types for collections here in osprey, and we should probably migrate off of it if we want to make sure we are up to snuff for future python releases. it's also a lot cleaner, if nothing else c: