sst 2.24.12 → 2.24.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/constructs/ApiGatewayV1Api.d.ts +2 -2
- package/constructs/ApiGatewayV1Api.js +2 -1
- package/node/future/auth/adapter/microsoft.d.ts +1 -0
- package/node/future/auth/adapter/microsoft.js +8 -6
- package/package.json +1 -1
- package/runtime/handlers/node.js +8 -1
- package/support/event-bus-retrier/index.mjs +21 -21
- package/support/python-runtime/Dockerfile.dependencies +1 -1
|
@@ -10,7 +10,7 @@ RUN yum -q list installed rsync &>/dev/null || yum install -y rsync
|
|
|
10
10
|
RUN pip install --upgrade pip
|
|
11
11
|
|
|
12
12
|
# Install pipenv and poetry so we can create a requirements.txt if we detect pipfile or poetry.lock respectively
|
|
13
|
-
RUN pip install pipenv poetry
|
|
13
|
+
RUN pip install pipenv poetry==1.5.1
|
|
14
14
|
|
|
15
15
|
# Install the dependencies in a cacheable layer
|
|
16
16
|
WORKDIR /var/dependencies
|