Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow_dbt_python/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
__author__ = "Tomás Farías Santana"
__copyright__ = "Copyright 2021 Tomás Farías Santana"
__title__ = "airflow-dbt-python"
__version__ = "3.2.1"
__version__ = "3.2.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "airflow-dbt-python"
version = "3.2.1"
version = "3.2.2"
description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands"
authors = [{ name = "Tomás Farías Santana", email = "[email protected]" }]
license = "MIT"
Expand All @@ -20,7 +20,7 @@ classifiers = [

dependencies = [
"apache-airflow>=2.8,<4.0; python_version<'3.12'",
"apache-airflow>=3.0,<4.0; python_version>='3.12' and python_version<'3.13'",
"apache-airflow>=2.9,<4.0; python_version>='3.12' and python_version<'3.13'",
"apache-airflow>=3.1,<4.0; python_version>='3.13'",
"contextlib-chdir==1.0.2;python_version<'3.11'",
"dbt-core>=1.8.0,<2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading