
The latest version of sqlalchemy-migrate has support for sqlalchemy 0.9 and DB2. Several core projects are supporting DB2 already so we should bump the runtime requirement so the migrations work if you're running against a DB2 backend. This is also needed for oslo.db commit 567175554 to clean old migrate monkey patches out of oslo.db since they live in migrate 0.9.1 now. Related blueprint db2-database Change-Id: Iadb4a5dd67d7e4e5547b7185159ab687a4ef1b74
Global dependencies for OpenStack Projects
All official OpenStack projects should be added to projects.txt. Once they are added here the gate/check jobs for the projects will use the OpenStack internal pypi mirror to ensure stability. The continuous integration infrastructure will also sync up the requirements across all the official projects and will create reviews in the participating projects for any mis-matches.
This process above will ensure that users of OpenStack will have one single set of python package requirements/ dependencies to install and run the individual OpenStack components.
To use this, run:
python update.py path/to/project
Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.