File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ Unreleased
1313**New: ** `FortiGateAPI.monitor ` connectors, to work with all `Monitor API ` endpoints.
1414
1515
16- 2.0.4 (2025-05-17)
16+ 2.0.5 (2025-05-17)
1717------------------
1818
1919**Changed: ** `FortiGateBase.get_session() `, private to public
2020
21+ **Changed: ** dependency
22+
2123**Added: ** example policy_filter_efilter.py
2224
2325
Original file line number Diff line number Diff line change 88project = "fortigate-api"
99copyright = "2021, Vladimirs Prusakovs"
1010author = "Vladimirs Prusakovs"
11- release = "2.0.4 "
11+ release = "2.0.5 "
1212
1313extensions = [
1414 "sphinx.ext.autodoc" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fortigate_api"
3- version = " 2.0.4 "
3+ version = " 2.0.5 "
44description = " Python package to configure Fortigate (Fortios) devices using REST API and SSH"
55authors = [
" Vladimirs Prusakovs <[email protected] >" ]
66readme = " README.rst"
@@ -26,8 +26,9 @@ classifiers = [
2626]
2727[tool .poetry .dependencies ]
2828python = " ^3.9"
29- requests = " ^2.28"
30- vhelpers = " ^0.1.17"
29+ #
30+ requests = " >=2.28"
31+ vhelpers = " >=0.4.0"
3132
3233[tool .poetry .group .test .dependencies ]
3334pytest = " ^8.3.4"
@@ -62,7 +63,7 @@ test = ["pytest"]
6263
6364[tool .poetry .urls ]
6465"Bug Tracker" = " https://github.com/vladimirs-git/fortigate-api/issues"
65- "Download URL" = " https://github.com/vladimirs-git/fortigate-api/archive/refs/tags/2.0.4 .tar.gz"
66+ "Download URL" = " https://github.com/vladimirs-git/fortigate-api/archive/refs/tags/2.0.5 .tar.gz"
6667
6768[tool .pylint ]
6869max-line-length = 100
You can’t perform that action at this time.
0 commit comments