Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump isar version #143

Merged
merged 2 commits into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY . .
RUN --mount=source=.git,target=.git,type=bind
RUN pip install .

FROM ghcr.io/equinor/isar:v1.17.0
FROM ghcr.io/equinor/isar:v1.19.0
WORKDIR /app
COPY --from=build /app/venv /app/venv
ENV PATH="/app/venv/bin:$PATH"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development :: Libraries",
]
dependencies = ["alitra", "isar>=1.17.0"]
dependencies = ["alitra", "isar>=1.19.0"]
dynamic = ["version"]

[project.urls]
Expand Down
81 changes: 64 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ alitra==1.1.3
# via
# isar
# isar-robot (pyproject.toml)
annotated-types==0.6.0
annotated-types==0.7.0
# via pydantic
anyio==4.3.0
# via
# httpx
# starlette
# watchfiles
azure-core==1.30.1
# via
# azure-identity
Expand All @@ -26,7 +27,7 @@ azure-identity==1.16.0
# opencensus-ext-azure
azure-keyvault-secrets==4.8.0
# via isar
azure-storage-blob==12.19.1
azure-storage-blob==12.20.0
# via isar
backoff==2.2.1
# via isar
Expand All @@ -44,8 +45,9 @@ charset-normalizer==3.3.2
click==8.1.7
# via
# isar
# typer
# uvicorn
cryptography==42.0.5
cryptography==42.0.7
# via
# azure-identity
# azure-storage-blob
Expand All @@ -57,15 +59,21 @@ dacite==1.8.1
# via
# alitra
# isar
dnspython==2.6.1
# via email-validator
ecdsa==0.19.0
# via python-jose
fastapi==0.110.2
email-validator==2.1.1
# via fastapi
fastapi==0.111.0
# via
# fastapi-azure-auth
# isar
fastapi-azure-auth==4.3.1
# via isar
google-api-core==2.18.0
fastapi-cli==0.0.4
# via fastapi
google-api-core==2.19.0
# via opencensus
google-auth==2.29.0
# via google-api-core
Expand All @@ -77,21 +85,34 @@ h11==0.14.0
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via fastapi-azure-auth
# via
# fastapi
# fastapi-azure-auth
idna==3.7
# via
# anyio
# email-validator
# httpx
# requests
injector==0.21.0
# via isar
isar==1.17.0
isar==1.19.0
# via isar-robot (pyproject.toml)
isodate==0.6.1
# via
# azure-keyvault-secrets
# azure-storage-blob
jinja2==3.1.4
# via fastapi
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
# via jinja2
mdurl==0.1.2
# via markdown-it-py
msal==1.28.0
# via
# azure-identity
Expand All @@ -116,9 +137,11 @@ opencensus-ext-logging==0.1.1
# via isar
opencensus-ext-requests==0.8.0
# via isar
orjson==3.10.3
# via fastapi
packaging==24.0
# via msal-extensions
paho-mqtt==2.0.0
paho-mqtt==2.1.0
# via isar
portalocker==2.8.2
# via msal-extensions
Expand All @@ -140,15 +163,17 @@ pyasn1-modules==0.4.0
# via google-auth
pycparser==2.22
# via cffi
pydantic==2.7.0
pydantic==2.7.1
# via
# fastapi
# isar
# pydantic-settings
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pydantic-settings==2.2.1
# via isar
pygments==2.18.0
# via rich
pyjwt[crypto]==2.8.0
# via
# isar
Expand All @@ -157,11 +182,16 @@ python-dotenv==1.0.1
# via
# isar
# pydantic-settings
# uvicorn
python-jose[cryptography]==3.3.0
# via fastapi-azure-auth
python-multipart==0.0.9
# via fastapi
pyyaml==6.0.1
# via isar
requests==2.31.0
# via
# isar
# uvicorn
requests==2.32.2
# via
# azure-core
# google-api-core
Expand All @@ -172,12 +202,16 @@ requests==2.31.0
# requests-toolbelt
requests-toolbelt==1.0.0
# via isar
rich==13.7.1
# via typer
rsa==4.9
# via
# google-auth
# python-jose
scipy==1.13.0
scipy==1.13.1
# via alitra
shellingham==1.5.4
# via typer
six==1.16.0
# via
# azure-core
Expand All @@ -191,19 +225,32 @@ sniffio==1.3.1
# httpx
starlette==0.37.2
# via fastapi
transitions==0.9.0
transitions==0.9.1
# via isar
typing-extensions==4.11.0
typer==0.12.3
# via fastapi-cli
typing-extensions==4.12.0
# via
# azure-core
# azure-keyvault-secrets
# azure-storage-blob
# fastapi
# pydantic
# pydantic-core
# typer
ujson==5.10.0
# via fastapi
urllib3==2.2.1
# via requests
uvicorn==0.29.0
# via isar
uvicorn[standard]==0.29.0
# via
# fastapi
# isar
uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn
wrapt==1.16.0
# via opencensus-ext-requests