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

Workaround for URL encoding in pydantic 1.10 #1317

Closed
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c24dbc3
Bump numpy from 1.23.1 to 1.23.2 (#1299)
dependabot[bot] Aug 15, 2022
7779fc7
Bump aiida-core from 2.0.2 to 2.0.3 (#1301)
dependabot[bot] Aug 15, 2022
87c968f
Bump mkdocs-material from 8.3.9 to 8.4.0 (#1300)
dependabot[bot] Aug 15, 2022
4cd691c
Bump pydantic from 1.9.1 to 1.9.2 (#1302)
dependabot[bot] Aug 15, 2022
9e3b4b4
Bump fastapi from 0.79.0 to 0.79.1 (#1305)
dependabot[bot] Aug 22, 2022
935a7c6
Bump mkdocs-material from 8.4.0 to 8.4.1 (#1306)
dependabot[bot] Aug 22, 2022
9ae277e
Keep 'dependabot_updates' up-to-date with 'master'
bot-optimade Aug 27, 2022
6e8421a
Keep 'dependabot_updates' up-to-date with 'master'
bot-optimade Aug 28, 2022
535f653
Bump pylint from 2.14.5 to 2.15.0 (#1310)
dependabot[bot] Aug 29, 2022
1e29a73
Bump fastapi from 0.79.1 to 0.81.0 (#1309)
dependabot[bot] Aug 29, 2022
c3ae443
Bump mkdocs-material from 8.4.1 to 8.4.2 (#1311)
dependabot[bot] Aug 29, 2022
3b63a12
Bump uvicorn from 0.18.2 to 0.18.3 (#1308)
dependabot[bot] Aug 29, 2022
2d6b58f
Bump jarvis-tools from 2022.7.17 to 2022.8.27 (#1312)
dependabot[bot] Aug 29, 2022
1209e7b
Bump pydantic from 1.9.2 to 1.10.0 (#1314)
dependabot[bot] Aug 30, 2022
b9c25f5
Keep 'dependabot_updates' up-to-date with 'master'
bot-optimade Aug 30, 2022
31412ac
Merge branch 'master' into ci/update-dependencies
JPBergsma Aug 31, 2022
5967f9a
added updated version of openapi.json
JPBergsma Aug 31, 2022
d5a14b7
Merge branch 'Materials-Consortia:ci/update-dependencies' into ci/upd…
JPBergsma Aug 31, 2022
4ae9998
Added updated OpenAPI specs.
JPBergsma Aug 31, 2022
e714d43
Workaround for problem with double escape character generation or quo…
JPBergsma Sep 1, 2022
2bf5943
Merge branch 'master' into ci/update-dependencies
JPBergsma Sep 1, 2022
f6280f0
Updated setup.py
JPBergsma Sep 1, 2022
32e2f91
Merge branch 'ci/update-dependencies' of https://github.com/JPBergsma…
JPBergsma Sep 1, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions openapi/index_openapi.json
Expand Up @@ -510,15 +510,15 @@
"title": "Id",
"type": "string",
"description": "An entry's ID as defined in section Definition of Terms.\n\n- **Type**: string.\n\n- **Requirements/Conventions**:\n - **Support**: MUST be supported by all implementations, MUST NOT be `null`.\n - **Query**: MUST be a queryable property with support for all mandatory filter features.\n - **Response**: REQUIRED in the response.\n\n- **Examples**:\n - `\"db/1234567\"`\n - `\"cod/2000000\"`\n - `\"cod/2000000@1234567\"`\n - `\"nomad/L1234567890\"`\n - `\"42\"`",
"x-optimade-support": "must",
"x-optimade-queryable": "must"
"x-optimade-queryable": "must",
"x-optimade-support": "must"
},
"type": {
"title": "Type",
"type": "string",
"description": "The name of the type of an entry.\n\n- **Type**: string.\n\n- **Requirements/Conventions**:\n - **Support**: MUST be supported by all implementations, MUST NOT be `null`.\n - **Query**: MUST be a queryable property with support for all mandatory filter features.\n - **Response**: REQUIRED in the response.\n - MUST be an existing entry type.\n - The entry of type `<type>` and ID `<id>` MUST be returned in response to a request for `/<type>/<id>` under the versioned base URL.\n\n- **Example**: `\"structures\"`",
"x-optimade-support": "must",
"x-optimade-queryable": "must"
"x-optimade-queryable": "must",
"x-optimade-support": "must"
},
"links": {
"title": "Links",
Expand Down Expand Up @@ -570,16 +570,16 @@
"title": "Immutable Id",
"type": "string",
"description": "The entry's immutable ID (e.g., an UUID). This is important for databases having preferred IDs that point to \"the latest version\" of a record, but still offer access to older variants. This ID maps to the version-specific record, in case it changes in the future.\n\n- **Type**: string.\n\n- **Requirements/Conventions**:\n - **Support**: OPTIONAL support in implementations, i.e., MAY be `null`.\n - **Query**: MUST be a queryable property with support for all mandatory filter features.\n\n- **Examples**:\n - `\"8bd3e750-b477-41a0-9b11-3a799f21b44f\"`\n - `\"fjeiwoj,54;@=%<>#32\"` (Strings that are not URL-safe are allowed.)",
"x-optimade-support": "optional",
"x-optimade-queryable": "must"
"x-optimade-queryable": "must",
"x-optimade-support": "optional"
},
"last_modified": {
"title": "Last Modified",
"type": "string",
"description": "Date and time representing when the entry was last modified.\n\n- **Type**: timestamp.\n\n- **Requirements/Conventions**:\n - **Support**: SHOULD be supported by all implementations, i.e., SHOULD NOT be `null`.\n - **Query**: MUST be a queryable property with support for all mandatory filter features.\n - **Response**: REQUIRED in the response unless the query parameter `response_fields` is present and does not include this property.\n\n- **Example**:\n - As part of JSON response format: `\"2007-04-05T14:30:20Z\"` (i.e., encoded as an [RFC 3339 Internet Date/Time Format](https://tools.ietf.org/html/rfc3339#section-5.6) string.)",
"format": "date-time",
"x-optimade-support": "should",
"x-optimade-queryable": "must"
"x-optimade-queryable": "must",
"x-optimade-support": "should"
}
},
"description": "Contains key-value pairs representing the entry's properties."
Expand Down Expand Up @@ -1119,8 +1119,8 @@
"title": "Id",
"type": "string",
"description": "An entry's ID as defined in section Definition of Terms.\n\n- **Type**: string.\n\n- **Requirements/Conventions**:\n - **Support**: MUST be supported by all implementations, MUST NOT be `null`.\n - **Query**: MUST be a queryable property with support for all mandatory filter features.\n - **Response**: REQUIRED in the response.\n\n- **Examples**:\n - `\"db/1234567\"`\n - `\"cod/2000000\"`\n - `\"cod/2000000@1234567\"`\n - `\"nomad/L1234567890\"`\n - `\"42\"`",
"x-optimade-support": "must",
"x-optimade-queryable": "must"
"x-optimade-queryable": "must",
"x-optimade-support": "must"
},
"type": {
"title": "Type",
Expand Down