absent1706/sqlalchemy-mixins

When will next version be released? Current is 1.2.1

Closed this issue · 2 comments

The SerializeMixin in version 1.2.1 does not include hybrid_attributes in to_dict().

I have cloned the repo and built from source, but I would prefer not to maintain that.

When will the next version be released?

Thanks. Carlos

As a workaround to building from source, you can put git+git://github.com/absent1706/sqlalchemy-mixins@6635a33c4f3d85eee1ab5639b672b32d1b763d8f inside requirements.txt until the next version is released. This would make pip install it from the source code. If you'd like to have the latest updates (I don't recommend this since master generally isn't stable), you can remove the hash and put git+git://github.com/absent1706/sqlalchemy-mixins inside requirements.txt.

Hello, we've just released v1.3. I'm closing this issue.