Skip to content

Commit

Permalink
Test release: 1.0.0b0 with pagination ordering support (#605)
Browse files Browse the repository at this point in the history
* 🚧 test feat/pagination-ordering

* Update lock files

* Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Use 1.0.0b0 tag release

Signed-off-by: ff137 <ff137@proton.me>

* ⬆️ Update lock files

Signed-off-by: ff137 <ff137@proton.me>

* ⏪ revert to use official 1.0.0 image

Signed-off-by: ff137 <ff137@proton.me>

---------

Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 authored Aug 29, 2024
1 parent b4a9a3b commit a88a2c5
Show file tree
Hide file tree
Showing 32 changed files with 896 additions and 864 deletions.
8 changes: 4 additions & 4 deletions basicmessage_storage/integration/poetry.lock

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

122 changes: 63 additions & 59 deletions basicmessage_storage/poetry.lock

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

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.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }
mergedeep = "^1.3.4"

[tool.poetry.extras]
Expand Down
84 changes: 44 additions & 40 deletions connection_update/integration/poetry.lock

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

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.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "1.0.0b0" }

[tool.poetry.dev-dependencies]

Expand Down
Loading

0 comments on commit a88a2c5

Please sign in to comment.