Skip to content

Commit

Permalink
Merge pull request #6 from railsware/CPL-17718/upgrade-dependencies-o…
Browse files Browse the repository at this point in the history
…f-tap-linkedin-ads-tap

[CPL-17718] Upgrade dependencies of `tap-linkedin-ads` tap
  • Loading branch information
HCodeKeeper authored Nov 21, 2024
2 parents 3ebd35d + b2d73aa commit 81a41fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_linkedin_ads'],
install_requires=[
'backoff==1.8.0',
'singer-python@git+https://github.com/railsware/singer-python/@ea0489dcb73fcb19195eea50eeff9a13d6914e9a',
'requests>=2.31.0',
'singer-python==5.12.1'
'backoff~=2.2.1',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 81a41fc

Please sign in to comment.