modal-labs / synchronicity

Synchronicity lets you interoperate with asynchronous Python APIs.
Apache License 2.0
80 stars 3 forks source link

Fix copy_with not existing outside of generic aliases #131

Closed freider closed 6 months ago

freider commented 6 months ago

Bug found by @mwaskom

copy_with does not exist for the original generics like colllections.abc.* so those would break type stubs when used (!)