File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1818Changes
1919=======
2020
21+ `0.16.2 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.1...v0.16.2 >`__ (2021-10-05)
22+ ----------------------------------------------------------------------------------------------------------
23+
24+ Bug Fixes
25+ ~~~~~~~~~
26+
27+ - **core: ** Pin pyshacl version to 0.17.0.post1
28+
29+
2130`0.16.1 <https://github.com/SwissDataScienceCenter/renku-python/compare/v0.16.0...v0.16.1 >`__ (2021-09-13)
2231----------------------------------------------------------------------------------------------------------
2332
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ def run(self):
178178 "pyjwt==2.1.0" ,
179179 "pyld==2.0.3" ,
180180 "pyOpenSSL>=19.0.0,<20.1.0" ,
181- "pyshacl==0.17" ,
181+ "pyshacl==0.17.0.post1 " ,
182182 "python-dateutil>=2.6.1,<=2.8.1" ,
183183 "python-editor==1.0.4" ,
184184 "PyYAML>=5.4,<=5.4.1" ,
You can’t perform that action at this time.
0 commit comments