Skip to content

Commit 4036a57

Browse files
committed
chore: update package versions in pyproject.toml and uv.lock to latest dependencies
1 parent 49e5f63 commit 4036a57

File tree

2 files changed

+352
-4
lines changed

2 files changed

+352
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@ name = "dlt-source-affinity"
33
readme = "README.md"
44
requires-python = ">=3.12"
55
dependencies = [
6-
"dlt>=1.5.0",
6+
"dlt>=1.17.1",
77
"pydantic-flatten-rootmodel>=0.1.2",
88
]
99
dynamic = ["authors", "classifiers", "version", "description"]
1010

1111
[project.optional-dependencies]
1212
show = [
13-
"dlt[duckdb]>=1.5.0",
13+
"dlt[duckdb]>=1.17.1",
1414
"streamlit>=1.41.1",
1515
"watchdog>=6.0.0",
1616
]
1717

1818
[dependency-groups]
1919
dev = [
2020
"datamodel-code-generator>=0.26.4",
21+
"dlt[workspace]>=1.17.1",
2122
"pytest>=8.3.4",
2223
]
2324

0 commit comments

Comments
 (0)