Skip to content

Commit

Permalink
Merge branch 'dandi:master' into force_usage_of_latest_nwb_inspector_…
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
CodyCBakerPhD authored Sep 1, 2022
2 parents 5e356fe + e74c5ac commit 7a7b927
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.46.2 (Thu Sep 01 2022)

#### 🐛 Bug Fix

- Use upstream bidsschematools for BIDS validation [#1095](https://github.com/dandi/dandi-cli/pull/1095) ([@TheChymera](https://github.com/TheChymera))
- get_content_url(): If a HEAD fails, return the failing URL [#1107](https://github.com/dandi/dandi-cli/pull/1107) ([@jwodder](https://github.com/jwodder))

#### 🏠 Internal

- BF(workaround): blacklist 23.9.0 of keyring since introduced regression [#1112](https://github.com/dandi/dandi-cli/pull/1112) ([@yarikoptic](https://github.com/yarikoptic))

#### Authors: 3

- Horea Christian ([@TheChymera](https://github.com/TheChymera))
- John T. Wodder II ([@jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))

---

# 0.46.1 (Thu Aug 18 2022)

#### 🐛 Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ install_requires =
importlib-metadata; python_version < "3.8"
interleave ~= 0.1
joblib
keyring
keyring != 23.9.0
keyrings.alt
packaging
pycryptodomex # for EncryptedKeyring backend in keyrings.alt
Expand Down

0 comments on commit 7a7b927

Please sign in to comment.