dynotx / liminal-orm

ORM and toolkit to help keep your Benchling schemas and downstream dependencies in sync.
https://dynotx.github.io/liminal-orm/
Apache License 2.0
34 stars 3 forks source link

fix creator id bug #63

Closed ndamania00 closed 2 days ago

ndamania00 commented 2 days ago

Fixes bug when querying for entities as a dataframe. Because the creator declared attribute had lazy="joined", it was adding an extra id to the dataframe.

ex: PizzaEntity.df(session)

Also, limits numpy and pandas versions so that it works with sqlalchemy ^1.0.