Skip to content

Commit

Permalink
⬆️ Upgrade 1.0.0rc5 (#535)
Browse files Browse the repository at this point in the history
* ⬆️ ACA-Py 1.0.0rc5

* 🙈

* Update lock files

* update import to match new module names
  • Loading branch information
cl0ete authored Aug 7, 2024
1 parent 6e9fd85 commit 4f2f6fc
Show file tree
Hide file tree
Showing 29 changed files with 1,563 additions and 1,373 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ __pycache__/
.coverage
coverage.xml
settings.json
.env
.env
.venv
251 changes: 134 additions & 117 deletions basicmessage_storage/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"
mergedeep = "^1.3.4"

[tool.poetry.extras]
Expand Down
251 changes: 134 additions & 117 deletions connection_update/integration/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"
pytest = "^8.3.2"
pytest-asyncio = "~0.23.7"
requests = "^2.31.0"
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"

[tool.poetry.dev-dependencies]

Expand Down
251 changes: 134 additions & 117 deletions connection_update/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"

[tool.poetry.extras]
aca-py = ["aries-cloudagent"]
Expand Down
263 changes: 140 additions & 123 deletions firebase_push_notifications/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"
marshmallow = "^3.20.1"
google-auth = "^2.25.2"
google-api-python-client = "^2.134.0"
Expand Down
108 changes: 55 additions & 53 deletions kafka_events/integration/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions kafka_events/kafka_events/v1_0/deliverer/poetry.lock

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

251 changes: 134 additions & 117 deletions kafka_events/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion kafka_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"
aiokafka = "^0.11.0"
ecdsa = "^0.19.0"
pydantic = "^2.7.0"
Expand Down
6 changes: 3 additions & 3 deletions multitenant_provider/multitenant_provider/v1_0/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
from aries_cloudagent.config.injection_context import InjectionContext
from aries_cloudagent.core.error import BaseError
from aries_cloudagent.core.profile import Profile
from aries_cloudagent.multitenant.askar_profile_manager import (
AskarProfileMultitenantManager,
from aries_cloudagent.multitenant.single_wallet_askar_manager import (
SingleWalletAskarMultitenantManager,
)
from aries_cloudagent.multitenant.base import MultitenantManagerError
from aries_cloudagent.multitenant.error import WalletKeyMissingError
Expand Down Expand Up @@ -304,7 +304,7 @@ async def create_wallet(
return wallet_record


class AskarMultitokenMultitenantManager(AskarProfileMultitenantManager):
class AskarMultitokenMultitenantManager(SingleWalletAskarMultitenantManager):
"""Askar multitenant manager for multitenant provider."""

def __init__(self, profile: Profile, multitenant_profile: AskarProfile = None):
Expand Down
251 changes: 134 additions & 117 deletions multitenant_provider/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion multitenant_provider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependancy so it can be
# explicitly installed with the plugin if desired.
aries-cloudagent = "1.0.0rc4"
aries-cloudagent = "1.0.0rc5"
bcrypt = "^4.1.3"
mergedeep = "^1.3.4"
python-dateutil = "^2.8.2"
Expand Down
6 changes: 3 additions & 3 deletions oid4vci/integration/afj_runner/poetry.lock

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

6 changes: 3 additions & 3 deletions oid4vci/integration/poetry.lock

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

Loading

0 comments on commit 4f2f6fc

Please sign in to comment.