Skip to content

Commit

Permalink
Rebased and used the newly released version updates instead of the lo…
Browse files Browse the repository at this point in the history
…cal copy of dsi
  • Loading branch information
theyostalservice committed Dec 16, 2024
1 parent 752f639 commit 54b5b3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


package_name = "dbt-core"
package_version = "1.9.0b4"
package_version = "1.10.0a1"
description = """With dbt, data analysts and engineers can build analytics \
the way engineers build applications."""

Expand All @@ -51,13 +51,13 @@
# Pin to the patch or minor version, and bump in each new minor version of dbt-core.
"agate>=1.7.0,<1.10",
"Jinja2>=3.1.3,<4",
"mashumaro[msgpack]>=3.9,<4.0",
"mashumaro[msgpack]>=3.9,<3.15",
# ----
# dbt-core uses these packages in standard ways. Pin to the major version, and check compatibility
# with major versions in each new minor version of dbt-core.
"click>=8.0.2,<9.0",
"networkx>=2.3,<4.0",
"protobuf>=4.0.0,<5",
"protobuf>=5.0,<6.0",
"requests<3.0.0", # should match dbt-common
"snowplow-tracker>=1.0.2,<2.0",
# ----
Expand All @@ -69,10 +69,10 @@
# These are major-version-0 packages also maintained by dbt-labs.
# Accept patches but avoid automatically updating past a set minor version range.
"dbt-extractor>=0.5.0,<=0.6",
# "dbt-semantic-interfaces>=0.7.4,<0.8",
"dbt-semantic-interfaces>=0.8.3,<0.9",
# Minor versions for these are expected to be backwards-compatible
"dbt-common>=1.11.0,<2.0",
"dbt-adapters>=1.8.0,<2.0",
"dbt-common>=1.13.0,<2.0",
"dbt-adapters>=1.10.1,<2.0",
# ----
# Expect compatibility with all new versions of these packages, so lower bounds only.
"packaging>20.9",
Expand Down
1 change: 0 additions & 1 deletion editable-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
-e ./core
-e /Users/patricky/git/dbt-semantic-interfaces

0 comments on commit 54b5b3c

Please sign in to comment.