Skip to content

Commit 1fb799a

Browse files
committed
Patch
1 parent e4305f7 commit 1fb799a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Verify export command
109109
run: |
110-
echo '{"@context":["https://www.w3.org/ns/credentials/v2","https://test.uncefact.org/vocabulary/untp/dpp/0.6.1/"],"id":"https://example.com/dpp/1","type":["VerifiableCredential","DigitalProductPassport"],"issuer":{"id":"https://example.com","name":"Test"}}' > /tmp/valid_dpp.json
110+
echo '{"@context":["https://www.w3.org/ns/credentials/v2","https://test.uncefact.org/vocabulary/untp/dpp/0.6.1/"],"id":"https://example.com/dpp/1","type":["VerifiableCredential","DigitalProductPassport"],"issuer":{"id":"https://example.com","name":"Test"},"validFrom":"2024-01-01T00:00:00Z","credentialSubject":{"id":"https://example.com/subject/1","type":["ProductPassport"],"product":{"id":"https://example.com/products/1","name":"Test Product"}}}' > /tmp/valid_dpp.json
111111
dppvalidator export /tmp/valid_dpp.json --output /tmp/out.jsonld
112112
test -f /tmp/out.jsonld
113113

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dppvalidator"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python library for validating Digital Product Passports (DPP) according to EU ESPR regulations and CIRPASS/UNECE ontologies"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)