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

⬆️ Release 1.1.1b2 #857

Merged
merged 32 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
34331b6
feat: Return the generated openid URLs for credential offers (#1133)
TheTechmage Oct 25, 2024
69bfab2
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /connection_update …
dependabot[bot] Oct 28, 2024
7b17a33
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /basicmessage_stora…
dependabot[bot] Oct 28, 2024
a442cff
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /plugin_globals (#1…
dependabot[bot] Oct 28, 2024
aa3a3db
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /rpc (#1152)
dependabot[bot] Oct 28, 2024
7d14d4d
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /kafka_events (#1150)
dependabot[bot] Oct 28, 2024
c0b2ae5
build(deps-dev): bump ruff from 0.7.0 to 0.7.1 in /redis_events (#1149)
dependabot[bot] Oct 28, 2024
dabcd0d
build(deps-dev): bump ruff in /firebase_push_notifications (#1146)
dependabot[bot] Oct 28, 2024
e362ab4
build(deps): bump fastapi-slim in /redis_events/integration (#1159)
dependabot[bot] Oct 29, 2024
2b59f4e
build(deps): bump fastapi-slim in /redis_events/docker/services (#1154)
dependabot[bot] Oct 29, 2024
a2e26ba
build(deps): bump redis in /redis_events/docker/services (#1153)
dependabot[bot] Oct 29, 2024
0d4003e
build(deps): bump redis from 5.1.1 to 5.2.0 in /redis_events (#1148)
dependabot[bot] Oct 29, 2024
8f04cbb
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /redis_events (#1171)
dependabot[bot] Nov 5, 2024
bb1754f
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /connection_update …
dependabot[bot] Nov 5, 2024
5be0265
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /kafka_events (#1169)
dependabot[bot] Nov 5, 2024
29a2d52
build(deps-dev): bump ruff in /firebase_push_notifications (#1168)
dependabot[bot] Nov 5, 2024
9baed9e
build(deps): bump google-api-python-client (#1167)
dependabot[bot] Nov 5, 2024
5207340
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /basicmessage_stora…
dependabot[bot] Nov 5, 2024
d79aa37
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /plugin_globals (#1…
dependabot[bot] Nov 5, 2024
8c780bd
build(deps-dev): bump ruff from 0.7.1 to 0.7.2 in /rpc (#1164)
dependabot[bot] Nov 5, 2024
bf09195
build(deps): bump fastapi-slim from 0.115.2 to 0.115.4 in /redis_even…
dependabot[bot] Nov 5, 2024
e2bcd65
fix: Pass nonce and endpoint down to verification
TheTechmage Nov 6, 2024
b203849
fix: Credential creation request for SD-JWT
TheTechmage Nov 6, 2024
6952892
chore: fix linting
TheTechmage Nov 6, 2024
1ecd1d2
fix: Move nonce to presentation
TheTechmage Nov 6, 2024
5b5cc79
fix: verify_credential & presentation signatures
TheTechmage Nov 6, 2024
ab56408
chore: line lengths
TheTechmage Nov 6, 2024
33d7d30
feat: Pass full presentation record to verifiers
TheTechmage Nov 7, 2024
68fe6b6
chore: Fix linting
TheTechmage Nov 7, 2024
dab6150
:art: reduce verbose debug logs
ff137 Oct 31, 2024
b63da30
:arrow_up: 1.1.1b2
ff137 Nov 12, 2024
1a5c466
:arrow_up: Update lock file
ff137 Nov 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 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 @@ -16,7 +16,7 @@ mergedeep = "^1.3.4"
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.7.0"
ruff = "^0.7.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
Expand Down
40 changes: 20 additions & 20 deletions connection_update/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/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ acapy-agent = { version = "~1.1.0", optional = true }
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.7.0"
ruff = "^0.7.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
Expand Down
46 changes: 23 additions & 23 deletions firebase_push_notifications/poetry.lock

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

4 changes: 2 additions & 2 deletions firebase_push_notifications/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ python = "^3.12"
acapy-agent = { version = "~1.1.0", optional = true }
marshmallow = "^3.20.1"
google-auth = "^2.33.0"
google-api-python-client = "^2.147.0"
google-api-python-client = "^2.151.0"
requests = "^2.31.0"

[tool.poetry.extras]
aca-py = ["acapy-agent"]

[tool.poetry.dev-dependencies]
ruff = "^0.7.0"
ruff = "^0.7.2"
pytest = "^8.3.3"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
Expand Down
Loading
Loading