Skip to content

Commit d44186c

Browse files
wip
1 parent e5c405e commit d44186c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/webviz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: ./backend_py/primary
9595
run: |
9696
pip install --upgrade pip
97-
pip install poetry
97+
pip install poetry==1.8.5 # Pin Poetry to version 1.8.5
9898
poetry config virtualenvs.create false
9999
poetry lock --check --no-update # Check lock file is consistent with pyproject.toml
100100
poetry install --with dev

backend_py/primary/primary/routers/explore/schemas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import List, Sequence
1+
from typing import Sequence
22

33
from pydantic import BaseModel
44

0 commit comments

Comments
 (0)