Camillo
Camillo
The missing coverage is due to a block that was not changed in this PR. Seems to be a preexisting issue.
Done, and you should be allowed to edit it now.
Note that the arm64 version of Homebrew installs to `/opt/homebrew` instead. So we could also add support for looking for `/opt/homebrew/lib/libcrypto.dylib`, in addition to this change.
The failing tests appear to be due to an expired certificate.
Oh, it looks like this is actually the same as https://github.com/wbond/oscrypto/issues/78, which has a fix on master but is waiting on a release.
Ran poetry lock!
@collerek there is one broken test, `tests/test_fastapi/test_binary_fields.py::test_read_main`. It's not clear to me that the behavior expected by the test is correct; it looks like it wants the JSON response to...
This started happening with the new version of GitLens released within the last month or so. What additional information would be helpful here?
There is an earlier PR at https://github.com/encode/httpx/pull/3108. We just need a maintainer to merge either of them.
@zanieb I don't know if it's inherently preferable, but I can explain why I wrote it that way. For a generic object, the default unpickle behavior is to call `__new__`...