Psycopg 2.7.3 released
    Posted by Daniele Varrazzo on 2017-07-24
    
      
      Tagged as
      news,
      release
      
    
  
A quick release to fix a regression found in psycopg 2.7.2:
- Restored default timestamptz[] typecasting to Python datetime. Regression introduced in Psycopg 2.7.2 (ticket #578).
You can install psycopg2 from PyPI or grab the new code from:
Happy hacking!