Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This package is primarily designed for dbt-core, enabling seamless interaction w

| Version | Supported dbt Version | Supported pydantic Version |
|---------|-----------------------|----------------------------|
| 0.9 | dbt 1.7 to 1.10 | pydantic v2 |
| 0.8 | dbt 1.5 to 1.9 | pydantic v2 |
| 0.7 | dbt 1.5 to 1.8 | pydantic v2 |
| 0.6 | dbt 1.5 to 1.8 | pydantic v1 |
Expand Down
2 changes: 1 addition & 1 deletion dbt_artifacts_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
A dbt artifacts parser in python
"""

__version__ = "0.8.3"
__version__ = "0.9.0"
Loading
Loading