Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to ACA-Py 0.12.1 #24

Merged
merged 2 commits into from
May 6, 2024
Merged

chore: update to ACA-Py 0.12.1 #24

merged 2 commits into from
May 6, 2024

Conversation

anwalker293
Copy link
Contributor

No description provided.

Signed-off-by: Alex Walker <alex.walker@indicio.tech>
dbluhm
dbluhm previously approved these changes May 6, 2024
@dbluhm dbluhm dismissed their stale review May 6, 2024 15:43

Hold on, I have comments

pyproject.toml Outdated
@@ -6,7 +6,7 @@ authors = ["Colton Wolkins <colton@indicio.tech>", "Kim Ebert <kim@indicio.tech>

[tool.poetry.dependencies]
python = "^3.9.0"
aries-cloudagent = {version = "^0.11.0", extras = ["askar"]}
aries-cloudagent = {version = "^0.12.1", extras = ["askar"]}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If no changes are required in ACA-Py cache redis to get this working on 0.12.1, then there's technically no need to change this version constraint in the pyproject.toml. We can just run a poetry update and it should update the lock file and that should be all we need.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because acapy-cache-redis (0.1.0) @ git+https://github.com/Indicio-tech/aries-acapy-cache-redis.git@HEAD depends on aries-cloudagent (^0.11.0)
 and no versions of aries-cloudagent match >0.11.0,<0.12.0, acapy-cache-redis (0.1.0) @ git+https://github.com/Indicio-tech/aries-acapy-cache-redis.git@HEAD requires aries-cloudagent (0.11.0).

Given this error message @anwalker293 reported, this indicates that the version constraint needs to be tweaked. I recommend changing it to >=0.11.0,<1.0.0.

Signed-off-by: Alex Walker <alex.walker@indicio.tech>
@dbluhm dbluhm merged commit 259a500 into main May 6, 2024
3 checks passed
@dbluhm dbluhm deleted the chore/update-ACAPy-0.12.1 branch May 6, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants