chore(release): 1.1.0 [skip ci]

# [1.1.0](https://github.com/pycasbin/casbin-databases-adapter/compare/v1.0.0...v1.1.0) (2024-03-23)

### Features

* update Python version to 3.9+, update CI Node.js version to 20 ([67711bc](https://github.com/pycasbin/casbin-databases-adapter/commit/67711bcab794ef5343db45716be401d5dc8a3f45))
* upgrade synccasbin, databases and SQLAlchemy versions to fix CI error ([#4](https://github.com/pycasbin/casbin-databases-adapter/issues/4)) ([3892591](https://github.com/pycasbin/casbin-databases-adapter/commit/3892591d0ecd565ba32cd383202a0a843928f652))
2 files changed
tree: dffef4f7f34a5c5a3f13ea279439acb99bcca7a9
  1. .github/
  2. casbin_databases_adapter/
  3. tests/
  4. .gitignore
  5. .releaserc.json
  6. CHANGELOG.md
  7. LICENSE
  8. README.md
  9. requirements-test.txt
  10. requirements.txt
  11. setup.cfg
  12. setup.py
README.md

Databases Casbin Adapter

GitHub Actions Coverage Status Version PyPI - Wheel Pyversions Download License

This is an Adapter for PyCasbin that implemented using Databases connection to achieve async process

Installation

pip install casbin_databases_adapter

Getting Help

License

This project is licensed under the Apache 2.0 license.