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 dde691c commit ce3039dCopy full SHA for ce3039d
localstack/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.4.0"
+__version__ = "1.4.1.dev"
setup.cfg
@@ -30,7 +30,7 @@ install_requires =
30
cachetools~=5.0.0
31
#dnspython==1.16.0
32
localstack-client>=1.37
33
- localstack-ext==1.4.0
+ localstack-ext>=1.4.1.dev,<1.5
34
plux>=1.3.1
35
psutil>=5.4.8,<6.0.0
36
python-dotenv>=0.19.1
@@ -81,7 +81,7 @@ runtime =
81
hypercorn==0.14.2
82
jsonpatch>=1.24,<2.0
83
jsonpath-rw>=1.4.0,<2.0.0
84
- localstack-ext[runtime]==1.4.0
+ localstack-ext[runtime]>=1.4.1.dev,<1.5
85
moto-ext[all]==4.1.1.post3
86
opensearch-py==2.1.1
87
pproxy>=2.7.0
0 commit comments