Skip to content

Commit

Permalink
Add Retry type hint to StacApiIO
Browse files Browse the repository at this point in the history
Add `Retry` type hint so that a retry object so that the `HTTPAdapter`s
are correctly mounted.
  • Loading branch information
rubenbaer committed Aug 18, 2023
1 parent 3de5002 commit e2ae411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Changed

- Raise more informative errors from CLI [#554](https://github.com/stac-utils/pystac-client/pull/554)
- Add `Retry` type hint to `StacApiIO` [#577](https://github.com/stac-utils/pystac-client/pull/577)

### Fixed

Expand Down

0 comments on commit e2ae411

Please sign in to comment.