File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 3
3
All major and minor version changes will be documented in this file. Details of
4
4
patch-level version changes can be found in [ commit messages] ( ../../commits/master ) .
5
5
6
+ ## 2023.5.2 - 2023/12/01
7
+
8
+ - fix: crash when a namespace doesn't exist https://github.com/FHPythonUtils/LicenseCheck/issues/65
9
+ - fix: add support for double quotes in extras https://github.com/FHPythonUtils/LicenseCheck/pull/64 ,
10
+ thanks https://github.com/arunkumarpandian
11
+
6
12
## 2023.5.1 - 2023/09/21
7
13
8
14
- Fix optional extras from dependencies being included by default. Thank you https://github.com/arunkumarpandian !
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " licensecheck"
3
- version = " 2023.5.1 "
3
+ version = " 2023.5.2 "
4
4
license = " mit"
5
5
description = " Output the licenses used by dependencies and check if these are compatible with the project license"
6
6
authors = [" FredHappyface" ]
@@ -29,7 +29,7 @@ licensecheck = 'licensecheck:cli'
29
29
[tool .poetry .dependencies ]
30
30
python = " ^3.8"
31
31
requests = " <3,>=2.31.0"
32
- fhconfparser = " <2024 ,>=2022 "
32
+ fhconfparser = " <2025 ,>=2023 "
33
33
tomli = " <3,>=2.0.1"
34
34
rich = " <14,>=13.5.2"
35
35
requests-cache = " <2,>=1.1.0"
Original file line number Diff line number Diff line change 1
- fhconfparser < 2024 ,>= 2022
1
+ fhconfparser < 2025 ,>= 2023
2
2
packaging < 24 ,>= 23.1
3
3
requests-cache < 2 ,>= 1.1.0
4
4
requests < 3 ,>= 2.31.0
You can’t perform that action at this time.
0 commit comments