provinzkraut / unasyncd

Transforming asynchronous to synchronous Python code
MIT License
18 stars 3 forks source link

Invalidate cache when package version has changed #12

Closed provinzkraut closed 1 year ago

provinzkraut commented 1 year ago

Fix an error where incompatible files would be retrieved from the cache after unasyncd has been updated, by taking the installed package version into account when evaluating the cache keys.