Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Minor pins, no patch pins
  • Loading branch information
jtcohen6 committed Jun 20, 2023
commit 35888c915fe3f91e35ab57abee182b2cf42afbb2
6 changes: 3 additions & 3 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# ----
# 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.6,<1.7.1",
"Jinja2==3.1.2",
"mashumaro[msgpack]==3.6",
"agate~=1.7.0",
"Jinja2~=3.1.2",
"mashumaro[msgpack]~=3.7.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gshank I saw you comment on #7847 that we're waiting on the next release to upgrade. Should this stay at minor version 6?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@emmyoop Good catch!

@gshank Is there anything that you're concerned about in the upgrade to 3.7? Or are there specific things we're looking forward to in the next release, which should be coming soonish - Fatal1ty/mashumaro#104 (comment)?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrading to 3.7 is fine. I'm waiting for the next release to come out, so thought we could skip it. But no reason not to, I guess.

# ----
# Legacy: This package has not been updated since 2019, and it is unused in dbt's logging system (since v1.0)
# The dependency here will be removed along with the removal of 'legacy logging', in a future release of dbt-core
Expand Down