Add jsonschema and bump oslo.db requirements

This patch adds jsonschema (which was missing) to the Manila requirements
and bumps the oslo.db dependency to avoid issues with incompatible sqlalchemy
versions. This bump has been checked against upper constraints [1], where
oslo.db is limited to 17.4.0 and jsonschema to 4.25.

[1] https://opendev.org/openstack/requirements/src/branch/master/upper-constraints.txt

Change-Id: Ib2b6ff6f9c0a787d9cbd70b29c1e2a55e2d83bbb
Signed-off-by: Francesco Pantano <fpantano@redhat.com>
This commit is contained in:
Francesco Pantano
2025-09-25 15:48:47 +02:00
parent 59ed29572d
commit 40107f9616

View File

@@ -14,7 +14,7 @@ lxml>=4.5.2 # BSD
netaddr>=0.8.0 # BSD
oslo.config>=8.3.2 # Apache-2.0
oslo.context>=3.1.1 # Apache-2.0
oslo.db>=8.4.0 # Apache-2.0
oslo.db>=17.2.1 # Apache-2.0
oslo.i18n>=5.0.1 # Apache-2.0
oslo.log>=4.4.0 # Apache-2.0
oslo.messaging>=14.1.0 # Apache-2.0
@@ -49,3 +49,4 @@ python-glanceclient>=3.2.2 # Apache-2.0
WebOb>=1.8.6 # MIT
cachetools>=4.2.1 # MIT
packaging>=20.9 # Apache-2.0
jsonschema>=4.17 # MIT