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 b0b1f14 commit 1eb19b6Copy full SHA for 1eb19b6
requirements.txt
@@ -1,4 +1,4 @@
1
-typing==3.5.2.2 ; python_version>="2.7"
+typing==3.5.3 ; python_version>="2.7"
2
avro-python3 ; python_version>="3"
3
avro==1.8.1 ; python_version<"3"
4
ruamel.yaml==0.13.7
setup.py
@@ -34,7 +34,7 @@
34
'rdflib >= 4.2.2, < 4.3.0',
35
'rdflib-jsonld >= 0.3.0, < 0.5.0',
36
'mistune >= 0.7.3, < 0.8',
37
- 'typing >= 3.5.2, < 3.6',
+ 'typing >= 3.5.3',
38
'CacheControl >= 0.11.7, < 0.12',
39
'lockfile >= 0.9',
40
'six >= 1.8.0']
0 commit comments