Skip to content

Commit e73d3c0

Browse files
committed
limit pydantic requirement to 1.0
1 parent e3e7640 commit e73d3c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

77
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`
88

9+
## [0.6.3] - 2023-07-02
10+
11+
* limit pydantic requirement to `~=1.0``
912

1013
## [0.6.2] - 2023-05-16
1114

@@ -286,7 +289,8 @@ Although the type file was added in `0.2.0` it wasn't included in the distribute
286289
### Added
287290
- Initial Release
288291

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
290294
[0.6.2]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.1...0.6.2
291295
[0.6.1]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0...0.6.1
292296
[0.6.0]: https://github.com/developmentseed/geojson-pydantic/compare/0.6.0a0...0.6.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Typing :: Typed",
2121
]
2222
dynamic = ["version"]
23-
dependencies = ["pydantic"]
23+
dependencies = ["pydantic~=1.0"]
2424

2525
[project.optional-dependencies]
2626
test = ["pytest", "pytest-cov", "shapely"]

0 commit comments

Comments
 (0)