Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions integrations/comply54/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ description = "Converts comply54 ComplianceResult decisions into signed TRACE Tr
requires-python = ">=3.11"
license = "Apache-2.0"
dependencies = [
"PyJWT>=2.8.0",
"cryptography>=42.0.0",
"PyJWT>=2.13.0",
"cryptography>=50.0.0",
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions integrations/comply54/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyJWT>=2.8.0
cryptography>=42.0.0
PyJWT>=2.13.0
cryptography>=50.0.0
agentrust-trace-tests>=0.4,<0.6
4 changes: 2 additions & 2 deletions integrations/sentinel/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jinja2>=3.1.0
pandas>=2.0.0
numpy>=1.24.0
scikit-learn>=1.3.0
cryptography>=42.0.0
PyJWT>=2.8.0
cryptography>=50.0.0
PyJWT>=2.13.0