Skip to content

Commit

Permalink
remove exact version pin for plugin (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 authored Feb 20, 2024
1 parent 3d66c8e commit 330c89f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ disable = "wrong-import-order"

[tool.poetry]
name = "flask-multipass-saml-groups"
version = "0.2.0"
version = "0.3.0"
description = "This package provides an identity provider for Flask-Multipass, which allows you to use SAML groups. It is designed to be used as a plugin for Indico."
authors = ["canonical-is-devops <[email protected]>"]
license = "Apache-2.0 license"
Expand All @@ -71,7 +71,9 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.10, <3.12"
flask-multipass = {extras = ["saml"], version = "0.4.9"}
indico = "3.2.9"
# The package version here can force an upgrade of indico when the plugin is used
# thus we must only specify compatibility rather than pinning the exact version
indico = ">=3.2.8, <4"
flask_sqlalchemy = "3.0.3"

[build-system]
Expand Down

0 comments on commit 330c89f

Please sign in to comment.