Skip to content

Commit

Permalink
Merge pull request #3 from MarletteFunding/DATA-2026-bugfix-refresh-r…
Browse files Browse the repository at this point in the history
…ecreate-credentials-for-bing-ads-export

add boto3 to dependencies to fix refresh token bug
  • Loading branch information
wmattern0 authored Oct 10, 2023
2 parents d5bb362 + 5ebed81 commit 16bb2fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tap-bing-ads',
version="1.0.0",
version="1.1.0",
description='Singer.io tap for extracting data from the Bing Ads API',
author='Stitch',
url='http://singer.io',
Expand All @@ -15,10 +15,11 @@
# Seems that suds-community is now the reference for 13.0.11.1 so we can install it now with the removal of use_2to3
# https://github.com/BingAds/BingAds-Python-SDK/pull/192
'bingads==13.0.11.1',
'requests==2.20.0',
'requests==2.23.0',
'singer-python==5.9.0',
'stringcase==1.2.0',
'backoff==1.8.0',
'boto3==1.27.0'
],
extras_require={
'test': [
Expand Down

0 comments on commit 16bb2fb

Please sign in to comment.