8000
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 92dae1c commit 7a80330Copy full SHA for 7a80330
localstack/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.0.4.dev"
+__version__ = "1.0.4"
setup.cfg
@@ -30,7 +30,7 @@ install_requires =
30
cachetools~=5.0.0
31
#dnspython==1.16.0
32
localstack-client>=1.31
33
- localstack-ext>=1.0.4.dev,<1.1
+ localstack-ext==1.0.4
34
plux>=1.3.1
35
psutil>=5.4.8,<6.0.0
36
python-dotenv>=0.19.1
@@ -74,7 +74,7 @@ runtime =
74
flask_swagger==0.2.12
75
jsonpatch>=1.24,<2.0
76
jsonpath-rw>=1.4.0,<2.0.0
77
- localstack-ext[runtime]>=1.0.4.dev,<1.1
+ localstack-ext[runtime]==1.0.4
78
moto-ext[all]==3.1.14
79
opensearch-py==1.1.0
80
pproxy>=2.7.0
0 commit comments