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 8a87309 commit ae6b249Copy full SHA for ae6b249
docs/source/changelog.rst
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+2023.12.0
5
+---------
6
+
7
+- fall back to anon if no creds are found or passed at all (#823)
8
+- **relax version bounds for aiobotocore** (#829)
9
+- avoid key error if LastModified missing (#828)
10
+- add make_mucket_versioned method (#825)
11
+- retain TZ on modified time (#818)
12
13
2023.10.0
14
---------
15
requirements.txt
@@ -1,3 +1,3 @@
aiobotocore>=2.5.4,<3.0.0
-fsspec==2023.10.0
+fsspec==2023.12.0
aiohttp!=4.0.0a0, !=4.0.0a1
0 commit comments