Skip to content

Commit

Permalink
upgrade the facebook sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgandhi1311 committed Apr 1, 2024
1 parent 6aeb27e commit 08a4c14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.20.2
* Bump facebook_business SDK to v19.0.2 [#238](https://github.com/singer-io/tap-facebook/pull/239)

## 1.20.1
* Bump facebook_business SDK to v19.0.0 [#238](https://github.com/singer-io/tap-facebook/pull/238)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='tap-facebook',
version='1.20.1',
version='1.20.2',
description='Singer.io tap for extracting data from the Facebook Ads API',
author='Stitch',
url='https://singer.io',
Expand All @@ -13,7 +13,7 @@
'attrs==17.3.0',
'backoff==2.2.1',
'pendulum==1.2.0',
'facebook_business==19.0.0',
'facebook_business==19.0.2',
'requests==2.20.0',
'singer-python==6.0.0',
],
Expand Down

0 comments on commit 08a4c14

Please sign in to comment.