Skip to content

Commit

Permalink
Merge pull request #199 from reef-technologies/lower_arrow
Browse files Browse the repository at this point in the history
Add upper version limit for arrow dependency, because of a breaking change
  • Loading branch information
mlech-reef committed Mar 3, 2021
2 parents 6eee8c5 + 3ecae34 commit 34da2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* Add an ability to provide `bucket_id` filter parameter for `list_buckets`
* Add `is_same_key` method to `AccountInfo`
* Add upper version limit for arrow dependency, because of a breaking change

### Fixed
* Fix docs autogen
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
arrow>=0.8.0,<1.0.0; python_version <= '3.5'
arrow>=0.8.0; python_version > '3.5'
arrow>=0.8.0,<1.0.0
importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'
importlib-metadata>=3.3.0; python_version > '3.5' and python_version < '3.8'
logfury>=0.1.2
Expand Down

0 comments on commit 34da2be

Please sign in to comment.