Polygres legacy 0.2.1 (deprecated)
·
8 commits
to main
since this release
This is the final compatibility release of the combined polygres SDK and CLI distribution. Existing functionality is preserved, but the package is deprecated and receives critical fixes only.
Migrate the SDK with:
pip uninstall polygres
pip install polygres-sdkInstall the standalone CLI with:
pip install polygres-cliPython SDK imports remain from polygres import Polygres after migration.