Skip to content

Commit

Permalink
bump zenpy
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Sep 12, 2024
1 parent 2f370fa commit daaed8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion singer-connectors/tap-zendesk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
py_modules=['tap_zendesk'],
install_requires=[
'pipelinewise-singer-python==1.*',
'zenpy==2.0.0',
'zenpy==2.0.52',
],
extras_require={
'test': [
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/tap-zendesk/tap_zendesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def main():
# OAuth has precedence
creds = oauth_auth(parsed_args) or api_token_auth(parsed_args)
session = get_session(parsed_args.config)
client = Zenpy(session=session, ratelimit=internal_config['rate_limit'], **creds)
client = Zenpy(session=session, proactive_ratelimit=internal_config['rate_limit'], **creds)
client.internal_config = internal_config

add_session_hooks(client.tickets.session)
Expand Down

0 comments on commit daaed8f

Please sign in to comment.