Skip to content

Commit

Permalink
Change agate upper bound to v1.10 (#9948)
Browse files Browse the repository at this point in the history
* Change agate upper bound to v1.10

* Add changelog.

* update lower pin

* for testing

* put back dev requirement

* move the lower pin back to 1.7

---------

Co-authored-by: Emily Rockman <emily.rockman@dbtlabs.com>
mjkanji and emmyoop authored May 1, 2024
1 parent 4cb6d47 commit f884eb4
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240415-213850.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Update the agate pin to "agate>=1.7.0,<1.10"
time: 2024-04-15T21:38:50.004793293+05:00
custom:
Author: mjkanji
Issue: "9934"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@
# ----
# dbt-core uses these packages deeply, throughout the codebase, and there have been breaking changes in past patch releases (even though these are major-version-one).
# Pin to the patch or minor version, and bump in each new minor version of dbt-core.
"agate>=1.7.0,<1.8",
"agate>=1.7.0,<1.10",
"Jinja2>=3.1.3,<4",
"mashumaro[msgpack]>=3.9,<4.0",
# ----

0 comments on commit f884eb4

Please sign in to comment.