Skip to content

Commit

Permalink
⬆️ Upgrade to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed May 9, 2024
1 parent 57cd095 commit b3a043b
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
from shared.log_config import get_logger

OPENAPI_NAME = os.getenv("OPENAPI_NAME", "OpenAPI")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.1")
ROLE = os.getenv("ROLE", "*")
ROOT_PATH = os.getenv("ROOT_PATH", "")

Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp~=3.9.2
aries-cloudcontroller==0.12.0
aries-cloudcontroller==0.12.1
base58~=2.1.1
fastapi~=0.110.0
fastapi_websocket_pubsub~=0.3.8
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ services:
# - sh
# - -c
# - |
# pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1rc0
# pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1
# pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-04-23#subdirectory=redis_events
# aca-py start \
# -it http "0.0.0.0" "3020" \
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1

ADD configuration ./configuration
ADD scripts ./scripts
2 changes: 1 addition & 1 deletion dockerfiles/agents/Dockerfile.agent
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1

USER root
# install redis-events plugin
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/agents/Dockerfile.author.agent
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1

USER root

# Install wallet group id plugin
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1rc0
RUN pip3 install --no-cache-dir acapy-wallet-groups-plugin==0.12.1

# install redis-events plugin
RUN pip3 install git+https://github.com/didx-xyz/aries-acapy-plugins@v1-2024-04-23#subdirectory=redis_events
Expand Down
2 changes: 1 addition & 1 deletion endorser/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def app_lifespan(_: FastAPI):

def create_app() -> FastAPI:
OPENAPI_NAME = os.getenv("OPENAPI_NAME", "Aries Cloud API: Endorser Service")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.1")

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Variable name "PROJECT_VERSION" doesn't conform to '(([a-z_][a-z0-9_])|([a-z0-9])|([a-z][a-z0-9_]))$' pattern ('(([a-z_][a-z0-9_])|([a-z0-9])|([a-z][a-z0-9_]))$' pattern) Warning

Variable name "PROJECT_VERSION" doesn't conform to '(([a-z_][a-z0-9_]*)|(_[a-z0-9_]*)|(__[a-z][a-z0-9_]__))$' pattern ('(([a-z_][a-z0-9_]*)|(_[a-z0-9_]*)|(__[a-z][a-z0-9_]__))$' pattern)

application = FastAPI(
title=OPENAPI_NAME,
Expand Down
2 changes: 1 addition & 1 deletion endorser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aries-cloudcontroller==0.12.0
aries-cloudcontroller==0.12.1
dependency-injector-fork~=4.42.1 # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
httpx~=0.27.0
fastapi~=0.110.0
Expand Down
2 changes: 1 addition & 1 deletion trustregistry/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger = get_logger(__name__)

OPENAPI_NAME = os.getenv("OPENAPI_NAME", "Trust Registry")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.1")
ROOT_PATH = os.getenv("ROOT_PATH", "")


Expand Down
2 changes: 1 addition & 1 deletion webhooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aries-cloudcontroller==0.12.0
aries-cloudcontroller==0.12.1
dependency-injector-fork~=4.42.1 # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi~=0.110.0
fastapi_websocket_pubsub~=0.3.8
Expand Down
2 changes: 1 addition & 1 deletion webhooks/web/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def create_app() -> FastAPI:
OPENAPI_NAME = os.getenv(
"OPENAPI_NAME", "Aries Cloud API: Webhooks and Server-Sent Events"
)
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.0")
PROJECT_VERSION = os.getenv("PROJECT_VERSION", "0.12.1")

Check warning

Code scanning / Pylintpython3 (reported by Codacy)

Variable name "PROJECT_VERSION" doesn't conform to '(([a-z_][a-z0-9_])|([a-z0-9])|([a-z][a-z0-9_]))$' pattern ('(([a-z_][a-z0-9_])|([a-z0-9])|([a-z][a-z0-9_]))$' pattern) Warning

Variable name "PROJECT_VERSION" doesn't conform to '(([a-z_][a-z0-9_]*)|(_[a-z0-9_]*)|(__[a-z][a-z0-9_]__))$' pattern ('(([a-z_][a-z0-9_]*)|(_[a-z0-9_]*)|(__[a-z][a-z0-9_]__))$' pattern)

application = FastAPI(
title=OPENAPI_NAME,
Expand Down

0 comments on commit b3a043b

Please sign in to comment.