Skip to content

Commit 73364f5

Browse files
committed
poetry 1.4.2, requests/urllib3 pin, OVS 3.1.1.
1 parent b4bc89a commit 73364f5

10 files changed

Lines changed: 167 additions & 140 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ WORKDIR /poseidon
99

1010
ENV PATH="${PATH}:/root/.local/bin"
1111
RUN apt-get update && apt-get install -y --no-install-recommends curl gcc git g++ libev-dev libyaml-dev tini && \
12-
curl -sSL https://install.python-poetry.org | python3 - --version 1.1.15 && \
12+
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2 && \
1313
poetry config virtualenvs.create false && \
1414
cd lib/poseidon_api && poetry install --no-interaction --no-ansi && poetry build && cd ../../ && \
1515
cd lib/poseidon_cli && poetry install --no-interaction --no-ansi && poetry build && cd ../../ && \

lib/poseidon_api/poetry.lock

Lines changed: 52 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/poseidon_api/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ falcon = "3.1.1"
1515
falcon-cors = "1.1.7"
1616
httpx = "0.24.0"
1717
natural = "0.2.0"
18+
requests = "<2.29.0"
19+
urllib3 = "<2.0.0"
1820
poseidon-core = { path="../poseidon_core", develop=true }
1921

2022
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)