Skip to content

Commit

Permalink
fix: Update bounds for databuilder google-auth versions (#1918)
Browse files Browse the repository at this point in the history
* fix: Update bounds for databuilder google-auth versions

Signed-off-by: Ozan Dogrultan <[email protected]>

* fix: Bump up databuilder version

Signed-off-by: Ozan Dogrultan <[email protected]>

* fix: Revert css change

Signed-off-by: Ozan Dogrultan <[email protected]>
  • Loading branch information
ozandogrultan authored Jul 6, 2022
1 parent 0b39e4d commit fdf0f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databuilder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from setuptools import find_packages, setup

__version__ = '6.11.0'
__version__ = '6.11.1'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)),
'requirements.txt')
Expand Down Expand Up @@ -36,7 +36,7 @@
bigquery = [
'google-api-python-client>=1.6.0, <2.0.0dev',
'google-auth-httplib2>=0.0.1',
'google-auth>=2.6.0'
'google-auth>=1.16.0, <3.0.0dev'
]

jsonpath = ['jsonpath_rw==1.4.0']
Expand Down

0 comments on commit fdf0f0a

Please sign in to comment.