Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
dcc4e062
Unverified
Commit
dcc4e062
authored
2 years ago
by
Brendan Abolivier
Browse files
Options
Downloads
Patches
Plain Diff
Up the dependency on canonicaljson to ^1.5.0
parent
6180e1bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+3
-1
3 additions, 1 deletion
pyproject.toml
with
3 additions
and
1 deletion
pyproject.toml
+
3
−
1
View file @
dcc4e062
...
...
@@ -110,7 +110,9 @@ jsonschema = ">=3.0.0"
frozendict
=
">=1,!
=
2.1
.
2
"
# We require 2.1.0 or higher for type hints. Previous guard was >= 1.1.0
unpaddedbase64
=
">
=
2.1
.
0
"
canonicaljson
=
"^1.4.0"
# We require 1.5.0 to work around an issue when running against the C implementation of
# frozendict: https://github.com/matrix-org/python-canonicaljson/issues/36
canonicaljson
=
"^1.5.0"
# we use the type definitions added in signedjson 1.1.
signedjson
=
"^1.1.0"
# validating SSL certs for IP addresses requires service_identity 18.1.
...
...
This diff is collapsed.
Click to expand it.
Tulir Asokan
@tulir
mentioned in commit
5b5c943e
·
2 years ago
mentioned in commit
5b5c943e
mentioned in commit 5b5c943e7d978475c30b52941b678eac36008dc9
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment