We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8078b42 commit 6febd9fCopy full SHA for 6febd9f
CHANGELOG.md
@@ -7,7 +7,7 @@ The format is (loosely) based on [Keep a Changelog](http://keepachangelog.com/)
7
## [v2.4.0] - 2021-11-28
8
### Changed
9
10
-- Upgraded pystac to 1.2.0 from 0.5.6
+- Upgraded pystac to 1.1.0 from 0.5.6
11
12
## [v2.3.0] - 2021-08-31
13
### Added
setup.py
@@ -33,7 +33,7 @@
33
install_requires=[
34
"requests>=2.19.1",
35
"jsonschema>=3.2.0",
36
- "pystac[validation]==1.2.0",
+ "pystac[validation]==1.1.0",
37
"click>=8.0.0",
38
],
39
packages=["stac_validator"],
0 commit comments