We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006b220 commit a5fee6fCopy full SHA for a5fee6f
HISTORY.md
@@ -1,5 +1,10 @@
1
## History
2
3
+### 0.2.6 (2021-07-11)
4
+
5
+- Update getschema to 0.2.6 to fix a wrong rejection of null object when it's allowed.
6
7
8
### 0.2.5 (2021-06-04)
9
10
- Update getschema to 0.2.5 to fix a bad null conversion
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-VERSION = "0.2.5"
+VERSION = "0.2.6"
with open("README.md", "r") as fh:
long_description = fh.read()
@@ -30,7 +30,7 @@
30
install_requires=[
31
"attrs>=18.1.0",
32
"backoff==1.8.0",
33
- "getschema>=0.2.5",
+ "getschema>=0.2.7",
34
"jsonschema==2.6.0",
35
"python-dateutil>=2.7.3",
36
"requests>=2.20.0",
0 commit comments