Skip to content

Polygres legacy 0.2.1 (deprecated)

Choose a tag to compare

@evokoa-admin evokoa-admin released this 10 Jul 06:10
· 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-sdk

Install the standalone CLI with:

pip install polygres-cli

Python SDK imports remain from polygres import Polygres after migration.