Skip to content

Commit 404d61e

Browse files
authored
Merge branch 'main' into add/public-docs
2 parents 1d59842 + b383e2b commit 404d61e

6 files changed

Lines changed: 37 additions & 10 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Under the Hood
2+
body: Add dependabot YML config
3+
time: 2026-03-03T07:12:10.394855-08:00
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Under the Hood
2+
body: Loosen version pin to dbt-protos>=1.0.431
3+
time: 2026-03-03T19:47:26.544664-08:00

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
# Ignore version update PRs - security updates remain active
6+
open-pull-requests-limit: 0
7+
exclude-paths:
8+
- "examples/**"
9+
schedule:
10+
interval: "weekly"
11+
12+
- package-ecosystem: "npm"
13+
directory: "/ui"
14+
# Ignore version update PRs - security updates remain active
15+
open-pull-requests-limit: 0
16+
schedule:
17+
interval: "weekly"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ The dbt MCP server architecture allows for your agent to connect to a variety of
104104

105105
Commonly, you will connect the dbt MCP server to an agent product like Claude or Cursor. However, if you are interested in creating your own agent, check out [the examples directory](https://github.com/dbt-labs/dbt-mcp/tree/main/examples) for how to get started.
106106

107+
## Dependencies
108+
109+
Dependencies are pinned to specific versions and are not updated automatically. Only security-related dependency updates are submitted via automated pull requests.
110+
107111
## Contributing
108112

109113
Read `CONTRIBUTING.md` for instructions on how to get involved!

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ classifiers = [
2828
"Typing :: Typed",
2929
]
3030
dependencies = [
31-
"authlib==1.6.6",
32-
"dbt-protos==1.0.382",
31+
"authlib==1.6.7",
32+
"dbt-protos>=1.0.431",
3333
"dbt-sl-sdk[sync]>=0.13.2",
3434
"dbtlabs-vortex==0.2.0",
3535
"fastapi>=0.116.1",

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)