You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.1.0 - Support for newer DB Connect crypto (#23)
* Removing six and beginning to support newer DBX secrets
* Refactor into multiple files. Swap from setup.py to pyproject.toml. Finish implementing new DBconnect functions
* Swap to all things astral
* No need for mypy
* Use Python version from matrix, not .python-version
* Bump minimum Python version up to 3.9. Add pytest and ruff to dev dependencies. Reformat using ruff
* Add legacy encrypt command for DBX. Add publish workflow
* Docstrings
* Remove .bandit.yml
* Remove pylint/pragma comments
* README
* uv.lock
* README tweaks and authors
* README tweaks