Skip to content

Commit

Permalink
Update dependencies (#505)
Browse files Browse the repository at this point in the history
Update dependencies:
* Update httpx requirement from ~=0.25.0 to ~=0.25.1 (#501)
* Update aiida-core requirement from ~=2.3.1 to ~=2.4.0 (#484)
* Update pymatgen requirement (#504)
* Update optimade[server] requirement from ~=0.24.1 to ~=0.25.3 (#503)

Update AiiDA/OPTIMADE.


Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: The AiiDA Team <developers@aiida.net>
  • Loading branch information
3 people committed Nov 6, 2023
1 parent 1d3a7eb commit 208a7c5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ci/aiida-version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "AiiDA",
"message": "v2.3.1",
"message": "v2.4.0",
"color": "brightgreen"
}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM python:3.9
WORKDIR /app

# Install specific optimade and aiida-core versions
ARG OPTIMADE_TOOLS_VERSION=0.24.1
ARG AIIDA_VERSION=2.3.1
ARG OPTIMADE_TOOLS_VERSION=0.25.3
ARG AIIDA_VERSION=2.4.0

# Copy repo contents
COPY setup.py setup.json README.md requirements*.txt ./
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The compatibility matrix below assumes the user always install the latest patch

| Latest release | Build status | Activity |
|:--------------:|:------------:|:--------:|
| [![AiiDA](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/aiidateam/aiida-optimade/develop/.ci/aiida-version.json)](https://github.com/aiidateam/aiida-core/)<br>[![PyPI](https://img.shields.io/pypi/v/aiida-optimade)](https://pypi.org/project/aiida-optimade/)<br>[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiida-optimade)](https://pypi.org/project/aiida-optimade/)<br>[![OPTIMADE](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.24.1/optimade-version.json)](https://github.com/Materials-Consortia/OPTIMADE/) | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/aiidateam/aiida-optimade/aiida-optimade)](https://github.com/aiidateam/aiida-optimade/actions/)<br>[![Codecov](https://img.shields.io/codecov/c/gh/aiidateam/aiida-optimade)](https://codecov.io/gh/aiidateam/aiida-optimade) | [![GitHub last commit](https://img.shields.io/github/last-commit/aiidateam/aiida-optimade)](https://github.com/aiidateam/aiida-optimade) |
| [![AiiDA](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/aiidateam/aiida-optimade/develop/.ci/aiida-version.json)](https://github.com/aiidateam/aiida-core/)<br>[![PyPI](https://img.shields.io/pypi/v/aiida-optimade)](https://pypi.org/project/aiida-optimade/)<br>[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiida-optimade)](https://pypi.org/project/aiida-optimade/)<br>[![OPTIMADE](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.25.3/optimade-version.json)](https://github.com/Materials-Consortia/OPTIMADE/) | [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/aiidateam/aiida-optimade/aiida-optimade)](https://github.com/aiidateam/aiida-optimade/actions/)<br>[![Codecov](https://img.shields.io/codecov/c/gh/aiidateam/aiida-optimade)](https://codecov.io/gh/aiidateam/aiida-optimade) | [![GitHub last commit](https://img.shields.io/github/last-commit/aiidateam/aiida-optimade)](https://github.com/aiidateam/aiida-optimade) |

This is a RESTful API server created with [FastAPI](https://fastapi.tiangolo.com/) that exposes an AiiDA database according to the [OPTIMADE specification](https://github.com/Materials-Consortia/OPTIMADE/blob/develop/optimade.rst).

Expand Down Expand Up @@ -183,4 +183,4 @@ For example: `v2.3.12`.

[Python v3.7-v3.9]: https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9-blue

[OPTIMADE from OPT]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.24.1/optimade-version.json
[OPTIMADE from OPT]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/Materials-Consortia/optimade-python-tools/v0.25.3/optimade-version.json
4 changes: 2 additions & 2 deletions profiles/docker-compose-mongo.j2
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
context: ..
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
OPTIMADE_TOOLS_VERSION: 0.25.3
AIIDA_VERSION: 2.4.0
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
4 changes: 2 additions & 2 deletions profiles/docker-compose-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ services:
context: ..
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
OPTIMADE_TOOLS_VERSION: 0.25.3
AIIDA_VERSION: 2.4.0
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
4 changes: 2 additions & 2 deletions profiles/docker-compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ services:
context: ..
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
OPTIMADE_TOOLS_VERSION: 0.25.3
AIIDA_VERSION: 2.4.0
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
4 changes: 2 additions & 2 deletions profiles/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ services:
context: ..
dockerfile: Dockerfile
args:
OPTIMADE_TOOLS_VERSION: 0.24.1
AIIDA_VERSION: 2.3.1
OPTIMADE_TOOLS_VERSION: 0.25.3
AIIDA_VERSION: 2.4.0
CONFIG_FILE: aiida_optimade/config.json
environment:
AIIDA_PATH: /app
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
optimade[server]~=0.24.1
aiida-core~=2.3.1
pymatgen>=2019.7.2,!=2019.9.7,<2023.6.24
optimade[server]~=0.25.3
aiida-core~=2.4.0
pymatgen>=2019.7.2,!=2019.9.7,<2023.10.12

# Dependencies used directly in this package, but included through other dependencies:
# aiida-core:
Expand Down
2 changes: 1 addition & 1 deletion requirements_testing.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
httpx~=0.25.0
httpx~=0.25.1
pgtest~=1.3
pytest~=7.4
pytest-cov~=4.1

0 comments on commit 208a7c5

Please sign in to comment.