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 bce4cfb commit 006b220Copy full SHA for 006b220
HISTORY.md
@@ -1,5 +1,9 @@
1
## History
2
3
+### 0.2.5 (2021-06-04)
4
+
5
+- Update getschema to 0.2.5 to fix a bad null conversion
6
7
### 0.2.4 (2021-05-25)
8
9
- fix: Infer schema mode produces null record that causes "CRITICAL list index out of range" (#16)
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-VERSION = "0.2.4"
+VERSION = "0.2.5"
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.3",
+ "getschema>=0.2.5",
34
"jsonschema==2.6.0",
35
"python-dateutil>=2.7.3",
36
"requests>=2.20.0",
0 commit comments