File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
6
6
7
7
Note: Minor version ` 0.X.0 ` update might break the API, It's recommanded to pin geojson-pydantic to minor version: ` geojson-pydantic>=0.6,<0.7 `
8
8
9
+ ## [ 0.6.3] - 2023-07-02
10
+
11
+ * limit pydantic requirement to `~ =1.0``
9
12
10
13
## [ 0.6.2] - 2023-05-16
11
14
@@ -286,7 +289,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
286
289
# ## Added
287
290
- Initial Release
288
291
289
- [unreleased]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .2... HEAD
292
+ [unreleased]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .3... HEAD
293
+ [0.6 .3]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .2... 0.6 .3
290
294
[0.6 .2]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .1... 0.6 .2
291
295
[0.6 .1]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .0... 0.6 .1
292
296
[0.6 .0]: https:// github.com/ developmentseed/ geojson- pydantic/ compare/ 0.6 .0a0... 0.6 .0
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ classifiers = [
20
20
" Typing :: Typed" ,
21
21
]
22
22
dynamic = [" version" ]
23
- dependencies = [" pydantic" ]
23
+ dependencies = [" pydantic~=1.0 " ]
24
24
25
25
[project .optional-dependencies ]
26
26
test = [" pytest" , " pytest-cov" , " shapely" ]
You can’t perform that action at this time.
0 commit comments