File tree Expand file tree Collapse file tree 2 files changed +117
-105
lines changed Expand file tree Collapse file tree 2 files changed +117
-105
lines changed Original file line number Diff line number Diff 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 ]
3640exclude = [" tests" ]
You can’t perform that action at this time.
0 commit comments