Skip to content
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
4 changes: 0 additions & 4 deletions docs/css/reference.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ td code {
word-break: normal !important;
}

code {
max-height: 20em;
}

.md-grid {
max-width: 70rem;
}
3 changes: 1 addition & 2 deletions optimade/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ def __init__(
exclude_databases: A set or collection of child database URLs to exclude from queries.
http_client: An override for the underlying HTTP client, primarily used for testing.
callbacks: A list of functions to call after each successful response, see the
attribute [`OptimadeClient.callbacks`][optimade.client.OptimadeClient.callbacks]
docstring for more details.
attribute [`OptimadeClient.callbacks`][optimade.client.client.OptimadeClient.callbacks] docstring for more details.
verbosity: The verbosity level of the client.

"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ docs = [
"mkdocs-autorefs~=1.2",
"mkdocs-awesome-pages-plugin~=2.8",
"mkdocs-material~=9.0",
"mkdocstrings[python]~=0.26",
"mkdocstrings[python]>=0.26,<2.0",
"griffe~=1.13",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements-client.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiida-core==2.7.1
aiida-core==2.7.2
ase==3.26.0
jarvis-tools==2025.5.30; python_version < '3.13'
numpy>=1.20
Expand Down
6 changes: 3 additions & 3 deletions requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
griffe==1.14.0
griffe==1.15.0
mike==2.1.3
mkdocs==1.6.1
mkdocs-autorefs==1.4.3
mkdocs-awesome-pages-plugin==2.10.1
mkdocs-material==9.6.22
mkdocstrings[python]==0.30.1
mkdocs-material==9.7.1
mkdocstrings[python]==1.0.0
6 changes: 3 additions & 3 deletions requirements-server.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
elasticsearch==7.17.12
elasticsearch-dsl==7.4.1
fastapi==0.120.1
fastapi==0.127.0
mongomock==4.3.0
pymongo==4.15.3
starlette==0.49.1
pymongo==4.15.5
starlette==0.50.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lark==1.3.1
pydantic[email]==2.12.3
pydantic_settings==2.11.0
pydantic[email]==2.12.5
pydantic_settings==2.12.0
pyyaml==6.0.3
requests==2.32.5
uvicorn==0.38.0
uvicorn==0.40.0
Loading