Skip to content

Commit 61f91fe

Browse files
author
Luiz Lobo
committed
update jsonschema range
1 parent 2c053f4 commit 61f91fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
import subprocess
55

66
setup(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',

0 commit comments

Comments
 (0)