Release v2.2.2
Changelog
Security Fixes
numpy
dependency from unpinned to>=1.22.0
to address low severity CVE-2021-34141protobuf
dependency from3.19.3
to~=3.19.5
to address a potential denial-of-service vector. This should only affect those consuming the grpc-flavored version of the client viapinecone-client[grpc]
.
Numpy features deprecated
We plan to remove our dependency on numpy in a future release to simplify the install experience. Deprecation warnings have been added to code paths where numpy is currently in use. Let us know if you have concerns about this.
End of Python 3.7 Support
We have also removed support for Python 3.7 which has reached the official end-of-life. The last version of the pinecone-client
to support Python 3.7 is v2.2.1. Our numpy
dependency forced our hand in this decision to drop support because numpy 1.22.0 no longer supports Python 3.7.