From 281bb76c9654d0a63262947ac4ea583096c827a6 Mon Sep 17 00:00:00 2001 From: Igor Khrol Date: Tue, 2 Sep 2025 12:26:18 +0300 Subject: [PATCH] Freeze constraints --- constraints.txt | 36 ++++++++++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 constraints.txt diff --git a/constraints.txt b/constraints.txt new file mode 100644 index 00000000..b8c0d08f --- /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 f462d2d2..0c350267 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',