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 85d1973 commit 9be2a7aCopy full SHA for 9be2a7a
localstack/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.2.0.dev"
+__version__ = "1.2.0"
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.2.0.dev,<1.3
+ localstack-ext==1.2.0
34
plux>=1.3.1
35
psutil>=5.4.8,<6.0.0
36
python-dotenv>=0.19.1
@@ -79,7 +79,7 @@ runtime =
79
hypercorn==0.14.2
80
jsonpatch>=1.24,<2.0
81
jsonpath-rw>=1.4.0,<2.0.0
82
- localstack-ext[runtime]>=1.2.0.dev,<1.3
+ localstack-ext[runtime]==1.2.0
83
moto-ext[all]==4.0.6.post1
84
opensearch-py==1.1.0
85
pproxy>=2.7.0
0 commit comments