Merge pull request #346 from blockchain-etl/bump_pg8000_version

Bump pg8000 version
This commit is contained in:
Evgeny Medvedev
2022-05-09 00:48:41 +08:00
committed by GitHub

View File

@@ -48,7 +48,7 @@ setup(
'google-cloud-storage==1.33.0',
'kafka-python==2.0.2',
'sqlalchemy==1.4',
'pg8000==1.13.2',
'pg8000==1.16.6',
# This library is a dependency for google-cloud-pubsub, starting from 0.3.22 it requires Rust,
# that's why we lock the version here
'libcst==0.3.21'