Skip to content

Commit d24e15e

Browse files
authored
use tag 1.0.0b1 (#607)
Signed-off-by: ff137 <[email protected]>
1 parent 177980f commit d24e15e

File tree

16 files changed

+32
-32
lines changed

16 files changed

+32
-32
lines changed

basicmessage_storage/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basicmessage_storage/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313
mergedeep = "^1.3.4"
1414

1515
[tool.poetry.extras]

connection_update/integration/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99
pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.31.0"
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313

1414
[tool.poetry.dev-dependencies]
1515

connection_update/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connection_update/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313

1414
[tool.poetry.extras]
1515
aca-py = ["aries-cloudagent"]

firebase_push_notifications/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firebase_push_notifications/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313
marshmallow = "^3.20.1"
1414
google-auth = "^2.25.2"
1515
google-api-python-client = "^2.134.0"

kafka_events/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kafka_events/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313
aiokafka = "^0.11.0"
1414
ecdsa = "^0.19.0"
1515
pydantic = "^2.7.0"

plugin_globals/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin_globals/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313

1414
[tool.poetry.extras]
1515
aca-py = ["aries-cloudagent"]

redis_events/integration/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis_events/integration/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pytest = "^8.3.2"
1010
pytest-asyncio = "~0.23.7"
1111
requests = "^2.31.0"
1212
aiohttp = "^3.9.5"
13-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
13+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1414
fastapi-slim = "^0.112.0"
1515
nest-asyncio = "^1.5.5"
1616
pydantic = "^2.7"

redis_events/poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

redis_events/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
99

1010
# Define ACA-Py as an optional/extra dependancy so it can be
1111
# explicitly installed with the plugin if desired.
12-
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
12+
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b1" }
1313
aiohttp = "^3.9.5"
1414
fastapi-slim = "^0.112.0"
1515
nest-asyncio = "^1.5.5"

0 commit comments

Comments
 (0)