Loading changelog.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ Changelog 0.6.0 (Pending) -------------- - Remove support for Python 3.8 and require Pandas 2.1+ - Report exceptions in the error log using the description 'Validation Process Error' Loading poetry.lock +116 −159 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["COPYING.LESSER"] [tool.poetry.dependencies] python = "^3.8" pandas = "^2.0" python = "^3.9" pandas = "^2.1" openpyxl = "^3.0" defusedxml = ">=0.6, <0.8" click = ">=7.0, <9.0" Loading Loading
changelog.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ Changelog 0.6.0 (Pending) -------------- - Remove support for Python 3.8 and require Pandas 2.1+ - Report exceptions in the error log using the description 'Validation Process Error' Loading
pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -10,8 +10,8 @@ repository = "https://gitlab.com/ags-data-format-wg/ags-python-library" include = ["COPYING.LESSER"] [tool.poetry.dependencies] python = "^3.8" pandas = "^2.0" python = "^3.9" pandas = "^2.1" openpyxl = "^3.0" defusedxml = ">=0.6, <0.8" click = ">=7.0, <9.0" Loading