Skip to content

Commit 65e11e7

Browse files
author
Peter Amstutz
committed
Bump required version of 'typing'
1 parent 4de2543 commit 65e11e7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ rdflib >= 4.1.0
44
rdflib-jsonld >= 0.3.0
55
shellescape
66
schema-salad==1.16.20160819133325
7-
typing
8-
7+
typing>=3.5.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'rdflib-jsonld >= 0.3.0',
4343
'shellescape',
4444
'schema-salad==1.17.20160820171034',
45-
'typing' ],
45+
'typing >= 3.5.2' ],
4646
test_suite='tests',
4747
tests_require=[],
4848
entry_points={

0 commit comments

Comments
 (0)