Skip to content

Commit 600f489

Browse files
authored
Merge pull request #2 from planet-a-ventures/joscha/new-notion-models
fix: new notion models
2 parents 13d10d7 + 7982b36 commit 600f489

File tree

2 files changed

+117
-105
lines changed

2 files changed

+117
-105
lines changed

pyproject.toml

+11-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ dependencies = [
1111
"dlt>=1.8.1",
1212
"pydantic-api-sdk-notion>=0.0.34",
1313
"pydantic>=2.10.6",
14-
"pydantic-api-models-notion @ git+https://github.com/stevieflyer/pydantic-api-models-notion.git@050999bc3817422a11edb79835dcd1b48314ab04",
14+
]
15+
16+
classifiers = [
17+
"Programming Language :: Python :: 3.12",
18+
"License :: OSI Approved :: MIT License",
19+
"Operating System :: OS Independent"
20+
]
21+
22+
[tool.uv]
23+
override-dependencies = [
24+
"pydantic-api-models-notion>=0.0.20",
1525
]
1626

1727
[project.optional-dependencies]
@@ -26,11 +36,5 @@ dev = [
2636
"pytest>=8.3.4",
2737
]
2838

29-
classifiers = [
30-
"Programming Language :: Python :: 3.12",
31-
"License :: OSI Approved :: MIT License",
32-
"Operating System :: OS Independent"
33-
]
34-
3539
[tool.setuptools.packages.find]
3640
exclude = ["tests"]

0 commit comments

Comments
 (0)