Bumped to 0.0.8: fixed dependencies by pinning them to 'less than next major version'

currently authlib 1.0.0 released today break tests
This commit is contained in:
emillumine 2022-03-15 14:42:32 +01:00
parent 093cee8946
commit f6680ee1fd
2 changed files with 22 additions and 15 deletions

View file

@ -9,8 +9,15 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
Fixed
*****
- Fixed spaces and escaped special char in ldap cn/dn :pr:`43`
- Fixed dependencies
[0.0.7] - 2022-03-15
====================
Fixed
*****
- Fixed spaces and escaped special char in ldap cn/dn :pr:`43`
[0.0.6] - 2022-03-08
====================

View file

@ -1,14 +1,14 @@
[metadata]
name = Canaille
version = 0.0.7
version = 0.0.8
url = https://gitlab.com/yaal/canaille
project_urls =
Code = https://gitlab.com/yaal/canaille
Issue Tracker = https://gitlab.com/yaal/canaille/-/issues
license = MIT
license_files = LICENSE.md
maintainer = Yaal
maintainer_email = contact@yaal.fr
maintainer = Yaal Coop
maintainer_email = contact@yaal.coop
description = Simple OAuth2/OpenID Connect server based upon LDAP
long_description = file: README.md
long_description_content_type = text/markdown
@ -25,17 +25,17 @@ packages = find:
include_package_data = true
python_requires = >= 3.7
install_requires =
authlib
click
email_validator
flask
flask-babel
flask-themer
flask-wtf
python-ldap
sentry-sdk[flask]
toml
wtforms
authlib<1
click<9
email_validator<2
flask<3
flask-babel<3
flask-themer<2
flask-wtf<2
python-ldap<4
sentry-sdk[flask]<2
toml<1
wtforms<4
[options.packages.find]
exclude =