Skip to content

Commit

Permalink
Relax protobuf upper pin (v2.5.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanpa committed Jul 23, 2023
1 parent c015fea commit 0b7f53a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
History
=======
2.6.1 (2023-06-18)
2.5.2 (2023-07-23)
-------------------
* Expose use_strict_trace parameter in add_graph (#694)
* Upgrade to protobuf 4
* Fix git based package versioning
* Fix GCS Connection Error #606 (#686)

2.6 (2023-02-12)
-------------------
* Fixed several deprecation warnings
* Update dependencies
* Relax protobuf's version upper bound to < 4

2.5.1 (2022-06-05)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run(self):
requirements = [
'numpy',
'packaging',
'protobuf>=4.22.3',
'protobuf<4',
]


Expand Down

0 comments on commit 0b7f53a

Please sign in to comment.