Skip to content

Commit

Permalink
Merge pull request #484 from bento-platform/chore/allow-spaces-in-ids
Browse files Browse the repository at this point in the history
chore: support spaces in various top-level model IDs
  • Loading branch information
davidlougheed committed Feb 9, 2024
2 parents e9002f5 + a3f71fd commit 89fffe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chord_metadata_service/restapi/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MODEL_ID_PATTERN = r"[a-zA-Z0-9._\-:]+"
MODEL_ID_PATTERN = r"[a-zA-Z0-9._\-: ]+"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "chord_metadata_service" # can be renamed to katsu if inner module directory is renamed too
version = "7.0.0"
version = "7.0.1"
description = "An implementation of a clin/pheno metadata store for the Bento platform."
authors = [
"Ksenia Zaytseva",
Expand Down

0 comments on commit 89fffe4

Please sign in to comment.