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 025f6ae commit cff70a3Copy full SHA for cff70a3
changes/3193.bugfix.rst
changes/3195.bugfix.rst
docs/release-notes.rst
@@ -3,6 +3,17 @@ Release notes
3
4
.. towncrier release notes start
5
6
+3.0.10 (2025-07-03)
7
+-------------------
8
+
9
+Bugfixes
10
+~~~~~~~~
11
12
+- Removed an unnecessary check from ``_fsspec._make_async`` that would raise an exception when
13
+ creating a read-only store backed by a local file system with ``auto_mkdir`` set to ``False``. (:issue:`3193`)
14
+- Add missing import for AsyncFileSystemWrapper for _make_async in _fsspec.py (:issue:`3195`)
15
16
17
3.0.9 (2025-06-30)
18
------------------
19
0 commit comments