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

Loosen dependencies #7

Closed ndamania00 closed 1 month ago

ndamania00 commented 1 month ago

Loosens dependency version requirements within the pyproject.toml

pydantic = ^2.9.2 ----- >=2,<2.7 sqlalchemy = 1.4.49 ----- <2 tenacity = ^9.0.0 ----- >=8,<10