We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0583eb2 + 930ca2d commit d4fbb59Copy full SHA for d4fbb59
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "dlt-source-notion"
3
-version = "0.0.3"
+version = "0.0.4"
4
description = "A DLT source for notion"
5
readme = { file = "README.md", content-type = "text/markdown" }
6
authors = [
@@ -9,7 +9,7 @@ authors = [
9
requires-python = ">=3.12"
10
dependencies = [
11
"dlt>=1.8.1",
12
- "pydantic-api-sdk-notion>=0.0.34",
+ "pydantic-api-sdk-notion>=0.0.35",
13
"pydantic>=2.10.6",
14
]
15
@@ -19,11 +19,6 @@ classifiers = [
19
"Operating System :: OS Independent"
20
21
22
-[tool.uv]
23
-override-dependencies = [
24
- "pydantic-api-models-notion>=0.0.20",
25
-]
26
-
27
[project.optional-dependencies]
28
show = [
29
"dlt[duckdb]>=1.8.1",
0 commit comments