Skip to content

Commit

Permalink
update to b2sdk 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Apr 2, 2024
1 parent e082a89 commit 9a1a246
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion b2/_internal/_cli/b2api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def _get_b2api_for_profile(
) -> B2Api:

if raise_if_does_not_exist:
account_info_file = SqliteAccountInfo._get_user_account_info_path(profile=profile)
account_info_file = SqliteAccountInfo.get_user_account_info_path(profile=profile)
if not os.path.exists(account_info_file):
raise MissingAccountData(account_info_file)

Expand Down
12 changes: 5 additions & 7 deletions pdm.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
dependencies = [
"argcomplete>=2,<4",
"arrow>=1.0.2,<2.0.0",
"b2sdk>=1.33.0,<2",
"b2sdk>=2.0.0,<3",
"docutils>=0.18.1",
"idna~=3.4; platform_system == 'Java'",
"importlib-metadata>=3.3; python_version < '3.8'",
Expand Down

0 comments on commit 9a1a246

Please sign in to comment.