Skip to content

Commit 8b67799

Browse files
authored
⬆️ Upgrade 1.0.0 (#551)
* 1.0.0 * update lock files
1 parent 344dce7 commit 8b67799

File tree

26 files changed

+3580
-3305
lines changed

26 files changed

+3580
-3305
lines changed

basicmessage_storage/poetry.lock

+292-267
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313
mergedeep = "^1.3.4"
1414

1515
[tool.poetry.extras]

connection_update/integration/poetry.lock

+273-248
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313

1414
[tool.poetry.dev-dependencies]
1515

connection_update/poetry.lock

+292-267
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313

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

firebase_push_notifications/poetry.lock

+299-274
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313
marshmallow = "^3.20.1"
1414
google-auth = "^2.25.2"
1515
google-api-python-client = "^2.134.0"

kafka_events/kafka_events/v1_0/deliverer/poetry.lock

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

kafka_events/poetry.lock

+292-267
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313
aiokafka = "^0.11.0"
1414
ecdsa = "^0.19.0"
1515
pydantic = "^2.7.0"

multitenant_provider/poetry.lock

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

multitenant_provider/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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313
bcrypt = "^4.1.3"
1414
mergedeep = "^1.3.4"
1515
python-dateutil = "^2.8.2"

oid4vci/integration/afj_runner/poetry.lock

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

oid4vci/integration/poetry.lock

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

oid4vci/poetry.lock

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

oid4vci/pyproject.toml

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

1111
# Define ACA-Py as an optional/extra dependancy so it can be
1212
# explicitly installed with the plugin if desired.
13-
aries-cloudagent = "1.0.0rc6"
13+
aries-cloudagent = "1.0.0"
1414
aiohttp = "^3.9.5"
1515
aries-askar = "~0.3.0"
1616
aiohttp-cors = "^0.7.0"

plugin_globals/poetry.lock

+292-267
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313

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

redis_events/docker/services/poetry.lock

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

redis_events/integration/poetry.lock

+283-258
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 = "1.0.0rc6"
13+
aries-cloudagent = "1.0.0"
1414
fastapi-slim = "^0.112.0"
1515
nest-asyncio = "^1.5.5"
1616
pydantic = "^2.7"

redis_events/poetry.lock

+302-277
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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313
aiohttp = "^3.9.5"
1414
fastapi-slim = "^0.112.0"
1515
nest-asyncio = "^1.5.5"

rpc/poetry.lock

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

rpc/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 = "1.0.0rc6"
12+
aries-cloudagent = "1.0.0"
1313

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

0 commit comments

Comments
 (0)