Merged PR 5455: Bump dbt version to 1.9.8

# Description

This PR changes the `requirements.txt` to allow any patch equal or higher than 1.9.8, but below 1.10.0.

Related work items: #30881
This commit is contained in:
Pablo Martin 2025-06-12 14:27:45 +00:00
commit 2a5c82f62b

View file

@ -1,2 +1,2 @@
dbt-core~=1.9.1
dbt-core>=1.9.8,<1.10.0
dbt-postgres~=1.9.0