File tree 2 files changed +117
-105
lines changed
2 files changed +117
-105
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ dependencies = [
11
11
" dlt>=1.8.1" ,
12
12
" pydantic-api-sdk-notion>=0.0.34" ,
13
13
" 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" ,
15
25
]
16
26
17
27
[project .optional-dependencies ]
@@ -26,11 +36,5 @@ dev = [
26
36
" pytest>=8.3.4" ,
27
37
]
28
38
29
- classifiers = [
30
- " Programming Language :: Python :: 3.12" ,
31
- " License :: OSI Approved :: MIT License" ,
32
- " Operating System :: OS Independent"
33
- ]
34
-
35
39
[tool .setuptools .packages .find ]
36
40
exclude = [" tests" ]
You can’t perform that action at this time.
0 commit comments