workfloworchestrator / orchestrator-core

The workflow orchestrator core repository
Apache License 2.0
45 stars 15 forks source link

Bump psycopg #695

Closed pboers1988 closed 4 months ago

RichieB2B commented 4 months ago

Is using psycopg[binary] best practice? You'll get a compiled .so of the PostgreSQL code with unknown version. The psycopg author says using a local installation is the preferred method.

pboers1988 commented 4 months ago

closing in favor of #696