Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down