Skip to content
Merged

Release #1032

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

2026.6.0
--------

- cat should use info (#1029)
- loosen bounds to allow install from git (#1026)
- Fix CI (#1024)

2026.4.0
--------

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiobotocore>=2.19.0,<4.0.0
fsspec>=2026.4.0,<2026.5.0
fsspec>=2026.6.0,<2026.6.1
aiohttp!=4.0.0a0, !=4.0.0a1, >=3.9.0
Loading