Skip to content

Commit

Permalink
bump singer-python and other libraries (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
leslievandemark authored Jan 16, 2024
1 parent 2498846 commit fa40061
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.0
* Bump singer-python to version `6.0.0`, which adds support for python `3.10+` but is no longer compatible with python `3.5`
* Bumps requests and aiohttp libraries to more secure versions [#108](https://github.com/singer-io/target-stitch/pull/108)

## 3.2.2
* Remove unused dependencies [#107](https://github.com/singer-io/target-stitch/pull/107)

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup

setup(name='target-stitch',
version='3.2.2',
version='4.0.0',
description='Singer.io target for the Stitch API',
author='Stitch',
url='https://singer.io',
Expand All @@ -12,11 +12,11 @@
install_requires=[
'jsonschema==2.6.0',
'mock==2.0.0',
'requests==2.20.0',
'singer-python==5.8.0',
'requests==2.31.0',
'singer-python==6.0.0',
'psutil==5.6.6',
'simplejson==3.11.1',
'aiohttp==3.7.4',
'aiohttp==3.8.5',
'ciso8601',
],
extras_require={
Expand Down

0 comments on commit fa40061

Please sign in to comment.