Skip to content

Commit

Permalink
pin required dependencies (#82)
Browse files Browse the repository at this point in the history
* pin required dependencies

Co-authored-by: Kristiana Gerxhi <[email protected]>

* bump to v2.4.1, update changelog

---------

Co-authored-by: Kristiana Gerxhi <[email protected]>
  • Loading branch information
bryantgray and kgerxhi authored Oct 11, 2024
1 parent 4dc793f commit d3050f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.4.1
* Pin dependencies [#82](https://github.com/singer-io/tap-typeform/pull/82)

## 2.4.0
* Updates for python 3.11 [#79](https://github.com/singer-io/tap-typeform/pull/79)

Expand Down
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@

setup(
name="tap-typeform",
version="2.4.0",
version="2.4.1",
description="Singer.io tap for extracting data from the TypeForm Responses API",
author="bytcode.io",
url="http://singer.io",
classifiers=["Programming Language :: Python :: 3 :: Only"],
install_requires=[
"singer-python==6.0.0",
"pendulum",
"ratelimit",
"backoff",
"requests",
"parameterized",
"pendulum==3.0.0",
"ratelimit==2.2.1",
"backoff==2.2.1",
"requests==2.32.3",
],
extras_require={
'dev': [
'pylint',
'ipdb',
'nose2',
"parameterized",
]
},
entry_points="""
Expand Down

0 comments on commit d3050f3

Please sign in to comment.