Skip to content

Commit dba6653

Browse files
committed
chore: bump version to 110
1 parent 6ed8a15 commit dba6653

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbt-core-interface"
3-
version = "1.0.4"
3+
version = "1.1.0"
44
dynamic = []
55
description = "Dbt Core Interface"
66
authors = [

src/dbt_core_interface/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import uuid
1919
import weakref
2020
from concurrent.futures import ThreadPoolExecutor
21-
from dataclasses import asdict, dataclass, field
21+
from dataclasses import dataclass, field
2222
from dataclasses import replace as dc_replace
2323
from datetime import datetime
2424
from multiprocessing import get_context as get_mp_context

uv.lock

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

0 commit comments

Comments
 (0)