File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Zappa Changelog
2
2
3
+ ## 0.58.0
4
+
5
+ * Add Python 3.11 support (#1262 )
6
+ * support new ephemeral storage feature in zappa_settings.json (#1120 )
7
+ * Update permissions (PR #1119 )
8
+ * Outdated manylinux wheels download logic (#1249 )
9
+ * cryptography>=35.0, plus pip>=20.3 - downloads wrong cryptography anywheel package (GLIBC_2.18 error) (#1063 )
10
+ * fix response time improperly configured for micro-seconds. (#1265 )
11
+ * fix unquote issue with querystring handling. (#1264 )
12
+
3
13
## 0.57.0
4
14
5
15
* Python 3.10 support (#1124 , #1160 )
Original file line number Diff line number Diff line change 27
27
coverage erase
28
28
29
29
requirements :
30
- pip install pipenv> 2021.11.15
30
+ pip install pip --upgrade
31
+ pip install " pipenv>2021.11.15"
32
+
31
33
pipenv lock
32
34
pipenv sync --dev
33
35
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Flask = "*"
14
14
isort = " *"
15
15
mock = " *"
16
16
mypy = " *"
17
- pipenv = " >2021.11.15"
18
17
packaging = " *"
19
18
pytest = " *"
20
19
pytest-cov = " *"
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ def running_in_docker() -> bool:
30
30
)
31
31
raise RuntimeError (err_msg )
32
32
33
- __version__ = "0.57 .0"
33
+ __version__ = "0.58 .0"
You can’t perform that action at this time.
0 commit comments