Per the new exported dependency guidelines, the dependency constraint for postgresql should be narrowed to >=0.2.14 <0.2.15.
Right now, several your dependencies are all any which is bad; it means that it's easy for your users to get versions of dependencies that are incompatible with access.
Per the new exported dependency guidelines, the dependency constraint for
postgresqlshould be narrowed to>=0.2.14 <0.2.15.Right now, several your dependencies are all
anywhich is bad; it means that it's easy for your users to get versions of dependencies that are incompatible withaccess.