On 2/14/11 11:39 , Tarek Ziadé wrote:
On Mon, Feb 14, 2011 at 11:31 AM, Wichert Akkerman<wich...@wiggy.net>  wrote:
It sounds like the dependencies in your package are too liberal. I would
change your dependency to "SQLAlchemy>=0.6,<0.7dev". That way you can
never accidentally install an incompatible SQLAlchemy version.

If the changes that break the code did not have a deprecation step in
0.6, that's still an issue to fix imo

Sure.

you don't release at pypi a version that breaks the latest stable.  or
if you do, you check the "hidden" attribute on that release, to avoid
this problem with installers

SQLAlchemy 0.7b1 is hidden. The hidden flag only hides it from humans though, not from setuptools.

Wichert.

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to