From d9f94e6b75be0574f13a638d5acfc8b6524c8499 Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Wed, 7 Aug 2024 11:26:35 -0400 Subject: [PATCH] chore: release 1.2.25 (#465) --- .pre-commit-config.yaml | 4 ++-- CHANGELOG.rst | 7 ++++++- setup.cfg | 6 +++--- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d53891c..4aea6e9e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: # additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.9.0' # Use the sha / tag you want to point at + rev: 'v1.11.1' # Use the sha / tag you want to point at hooks: - id: mypy exclude: ^templates/ @@ -51,7 +51,7 @@ repos: - types-requests - types-freezegun - types-python-dateutil - - types-pkg_resources + - types-setuptools - types-PyYAML - types-tabulate - repo: https://github.com/asottile/add-trailing-comma diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e3b29886..e2ed4117 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,10 +5,15 @@ Changelog Next ==== +Version 1.2.25 - 2024-08-07 +=========================== + +- Relax ``pyarrow`` dependency (#465) + Version 1.2.24 - 2024-07-31 =========================== -- Release ``packaging`` dependency (#464) +- Relax ``packaging`` dependency (#464) Version 1.2.23 - 2024-07-31 =========================== diff --git a/setup.cfg b/setup.cfg index 5d33e714..e276358f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,7 +87,7 @@ testing = prison>=0.2.1 prompt_toolkit>=3 psutil>=5.8.0 - pyarrow>=16.0.0 + pyarrow>=14.0.1 pyfakefs>=4.3.3 pygments>=2.8 pylint>=2.16.2 @@ -115,7 +115,7 @@ all = prison>=0.2.1 prompt_toolkit>=3 psutil>=5.8.0 - pyarrow>=16.0.0 + pyarrow>=14.0.1 pygments>=2.8 python-graphql-client>=0.4.3 python-jsonpath>=0.10.3 @@ -131,7 +131,7 @@ console = pygments>=2.8 tabulate>=0.8.9 dbtmetricflowapi = - pyarrow>=16.0.0 + pyarrow>=14.0.1 python-graphql-client>=0.4.3 sqlglot>=23.0.2 genericjsonapi =