We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c053f4 commit 61f91feCopy full SHA for 61f91fe
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 5.13.1
4
+ * Upgrade version of jsonschema [#161](https://github.com/singer-io/singer-python/pull/161)
5
+
6
## 5.13.0
7
* Add support for dev mode argument parsing [#158](https://github.com/singer-io/singer-python/pull/158)
8
setup.py
@@ -4,14 +4,14 @@
import subprocess
setup(name="singer-python",
- version='5.13.0',
+ version='5.13.1',
description="Singer.io utility library",
9
author="Stitch",
10
classifiers=['Programming Language :: Python :: 3 :: Only'],
11
url="http://singer.io",
12
install_requires=[
13
'pytz>=2018.4',
14
- 'jsonschema==2.6.0',
+ 'jsonschema>=3.0,<4.0',
15
'simplejson==3.11.1',
16
'python-dateutil>=2.6.0',
17
'backoff==1.8.0',
0 commit comments