diff --git a/lower-constraints.txt b/lower-constraints.txt index abcae3f3..e00a6270 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -80,7 +80,7 @@ python-cinderclient==3.5.0 python-dateutil==2.7.0 python-glanceclient==2.9.1 python-keystoneclient==3.8.0 -python-manilaclient==1.16.0 +python-manilaclient==1.29.0 python-mimeparse==1.6.0 python-neutronclient==6.7.0 python-novaclient==10.1.0 diff --git a/releasenotes/notes/raise-python-manilaclient-version-9caa15ec2c94968d.yaml b/releasenotes/notes/raise-python-manilaclient-version-9caa15ec2c94968d.yaml new file mode 100644 index 00000000..153e4c37 --- /dev/null +++ b/releasenotes/notes/raise-python-manilaclient-version-9caa15ec2c94968d.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + This version of manila-ui requires `python-manilaclient >= 1.29.0 + `_ diff --git a/requirements.txt b/requirements.txt index 455a9479..a950d2e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ django-compressor>=2.0 # MIT iso8601>=0.1.11 # MIT oslo.utils>=3.33.0 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -python-manilaclient>=1.16.0 # Apache-2.0 +python-manilaclient>=1.29.0 # Apache-2.0 horizon>=17.1.0 # Apache-2.0