JanssenProject / JanssenProject/jans
feat(cloud-native): post-quantum cryptography support in py3-grpcio
@iromli is already working on this.
Since Sep 11, 2026.
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
Running the container emits warning below:
```
FutureWarning: Package google.cloud.secretmanager_v1 depends on grpcio, currently installed at version 1.76.0. grpcio < 1.83.0 does not support Post-Quantum Cryptography (PQC).
Support for non-PQC environments is deprecated.
In October 2026, Google Cloud Python packages will raise their minimum requirements (including google-api-core, grpcio, and grpcio-status) to enforce grpcio >= 1.83.0.
For more details on Google Cloud's post-quantum security migration, visit: https://cloud.google.com/security/resources/post-quantum-cryptography
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.