Hi all, Le 15/02/2011 05:20, Michael Pedersen a écrit : > *TG2.1 / SQLAlchemy Bug* > So, it seems that, with 2.1 and SQLAlchemy 0.7 beta, we have a bug. For > now, the short term fix is to make sure to get users to install 0.6.6. > The only question is *how* to make this happen.
What I do in my own projects is to require SQLAlchemy<0.6.99. This way I am sure pre-0.7 version don't get installed while bugfix releases on the 0.6.x branch do. And when I get compatible with 0.7.x, then I change the requirement to <0.7.99. cheers Christophe -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
