Skip to content

3.2.0

Choose a tag to compare

@autorelease3 autorelease3 released this 03 Mar 17:15
· 2 commits to develop since this release
3.2.0
0c40fa6

🐛 Fixes

  • Fix ConjureHTTPError pickling crash in multiprocessing

    Override __reduce__ to bypass __init__ on reconstruction, matching the existing __copy__ fix from #167. (#178)

💡 Improvements

  • Update dev instructions (#172)