File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 5.13.1
4+ * Upgrade version of jsonschema [ #161 ] ( https://github.com/singer-io/singer-python/pull/161 )
5+
36## 5.13.0
47 * Add support for dev mode argument parsing [ #158 ] ( https://github.com/singer-io/singer-python/pull/158 )
58
Original file line number Diff line number Diff line change 44import subprocess
55
66setup (name = "singer-python" ,
7- version = '5.13.0 ' ,
7+ version = '5.13.1 ' ,
88 description = "Singer.io utility library" ,
99 author = "Stitch" ,
1010 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
1111 url = "http://singer.io" ,
1212 install_requires = [
1313 'pytz>=2018.4' ,
14- 'jsonschema==2.6 .0' ,
14+ 'jsonschema>=3.0,<4 .0' ,
1515 'simplejson==3.11.1' ,
1616 'python-dateutil>=2.6.0' ,
1717 'backoff==1.8.0' ,
You can’t perform that action at this time.
0 commit comments