Skip to content

Commit

Permalink
Pin _down_ pyyaml pending resolution of #6015
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Aug 14, 2023
1 parent 57e6d77 commit 4ea700f
Show file tree
Hide file tree
Showing 3 changed files with 804 additions and 804 deletions.
3 changes: 2 additions & 1 deletion flowapi/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ quart-jwt-extended = {extras = ["asymmetric-crypto"],version = "*"}
cryptography = "*" # This _should_ get installed given the flask-jwt-extended extra, but is getting put in the develop section of the lockfile
structlog = "*"
python-rapidjson = "*"
pyyaml = ">=5.1"
pyyaml = "==5.3.1" # Pending https://github.com/Flowminder/FlowKit/issues/6015
jsonschema = "==4.17.3" # Pending https://github.com/Flowminder/FlowKit/issues/6015
apispec = {extras = ["yaml"],version = "*"}
get-secret-or-env-var = "*"
prance = {extras = ["osv"],version = "*"}
Expand Down
Loading

0 comments on commit 4ea700f

Please sign in to comment.