Skip to content

Commit d4fbb59

Browse files
authored
Merge pull request #3 from planet-a-ventures/joscha/pydantic-api-sdk-notion-0.0.35
chore: update pydantic-api-sdk-notion
2 parents 0583eb2 + 930ca2d commit d4fbb59

File tree

2 files changed

+79
-61
lines changed

2 files changed

+79
-61
lines changed

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dlt-source-notion"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "A DLT source for notion"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
authors = [
@@ -9,7 +9,7 @@ authors = [
99
requires-python = ">=3.12"
1010
dependencies = [
1111
"dlt>=1.8.1",
12-
"pydantic-api-sdk-notion>=0.0.34",
12+
"pydantic-api-sdk-notion>=0.0.35",
1313
"pydantic>=2.10.6",
1414
]
1515

@@ -19,11 +19,6 @@ classifiers = [
1919
"Operating System :: OS Independent"
2020
]
2121

22-
[tool.uv]
23-
override-dependencies = [
24-
"pydantic-api-models-notion>=0.0.20",
25-
]
26-
2722
[project.optional-dependencies]
2823
show = [
2924
"dlt[duckdb]>=1.8.1",

0 commit comments

Comments
 (0)