Skip to content

Commit f8f1922

Browse files
authored
Unpin certifi dependency
Caret dependencies prevent this harbor_client to be used with newer certifi versions (2023.x.y and beyond)
1 parent 3c4ba78 commit f8f1922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ readme = "README.md"
1616

1717
[tool.poetry.dependencies]
1818
python = ">=3.4"
19-
certifi = "^2022.12.7"
19+
certifi = ">=2022.12.7"
2020
six = "^1.10"
2121
python_dateutil = "^2.8.1"
2222
urllib3 = "^1.15.1"

0 commit comments

Comments
 (0)