Skip to content

Commit 30e028c

Browse files
committed
fix(deps): pin development version of MSSDK to avoid stale dependencies
Simply specifying the `develop` branch is cause for problems. Pip will not reinstall the dependency as it would interpret no change to the version of the package installed. In turn, the Docker cache layer for the file would remain unchanged and the dependency resolution would not be rerun. This would lead to a stale dependency situation in the images.
1 parent 530e55a commit 30e028c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ shortuuid==1.0.13
2828
pendulum==3.0.0
2929
saxonche==12.8.0
3030
elasticsearch-dbapi==0.2.11
31-
git+https://github.com/meaningfy-ws/mapping-suite-sdk.git@develop
31+
git+https://github.com/meaningfy-ws/mapping-suite-sdk.git@6912e51999fce515d0175e4e9c2b0c3b4cd6b551

src/infra/ted-sws-stack/airflow/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ shortuuid==1.0.13
2828
pendulum==3.0.0
2929
saxonche==12.8.0
3030
elasticsearch-dbapi==0.2.11
31-
git+https://github.com/meaningfy-ws/mapping-suite-sdk.git@develop
31+
git+https://github.com/meaningfy-ws/mapping-suite-sdk.git@6912e51999fce515d0175e4e9c2b0c3b4cd6b551

0 commit comments

Comments
 (0)