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
2 changes: 1 addition & 1 deletion mongodb/ingest_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def main():
parser.add_argument("--db-name", default="bertron", help="MongoDB database name")
parser.add_argument(
"--schema-path",
default="https://raw.githubusercontent.com/ber-data/bertron-schema/v0.1.0-alpha.10/src/schema/jsonschema/bertron_schema.json",
default="https://raw.githubusercontent.com/ber-data/bertron-schema/v0.1.0-alpha.11/src/schema/jsonschema/bertron_schema.json",
help="Path or URL to the BERtron schema JSON file",
)
parser.add_argument(
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ dependencies = [
# "bertron-schema @ git+https://github.com/ber-data/bertron-schema.git"
# ```
# To depend upon the package built from the contents of a _specific commit_
# in the `bertron-schema` repository, use:
# (identified by either the commit's hash or the name of a tag referencing
# that commit) in the `bertron-schema` repository, use:
# ```
# "bertron-schema @ git+https://github.com/ber-data/bertron-schema.git@{COMMIT_HASH}"
# "bertron-schema @ git+https://github.com/ber-data/bertron-schema.git@{COMMIT_HASH__OR__TAG_NAME}"
# ```
# Reference: https://pip.pypa.io/en/stable/topics/vcs-support/
#
"bertron-schema @ git+https://github.com/ber-data/bertron-schema.git@v0.1.0-alpha.10",
"bertron-schema @ git+https://github.com/ber-data/bertron-schema.git@v0.1.0-alpha.11",
# "dtspy @ https://github.com/kbase/dtspy/archive/730828cff3924fc4b2215fe5c1b67bc04aad377f.tar.gz",
"fastapi[standard]>=0.115.12",
# `httpx` is a dependency of FastAPI's `TestClient` class, which we use
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.