diff --git a/constraints.txt b/constraints.txt new file mode 100644 index 0000000..b8c0d08 --- /dev/null +++ b/constraints.txt @@ -0,0 +1,36 @@ +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile --output-file=constraints.txt setup.py +# +--index-url https://nexus.a8c.com/repository/pypi/simple + +backoff==1.8.0 + # via + # singer-python + # tap-github (setup.py) +certifi==2025.8.3 + # via requests +charset-normalizer==3.4.3 + # via requests +ciso8601==2.3.3 + # via singer-python +idna==3.10 + # via requests +jsonschema==2.6.0 + # via singer-python +python-dateutil==2.9.0.post0 + # via singer-python +pytz==2018.4 + # via singer-python +requests==2.32.5 + # via tap-github (setup.py) +simplejson==3.11.1 + # via singer-python +singer-python==5.12.1 + # via tap-github (setup.py) +six==1.17.0 + # via python-dateutil +urllib3==2.5.0 + # via requests diff --git a/setup.py b/setup.py index f462d2d..0c35026 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-github', - version='2.0.10', + version='2.0.11', description='Singer.io tap for extracting data from the GitHub API', author='Stitch', url='http://singer.io',