Commit 43ffbbbf authored by Dan Jones's avatar Dan Jones
Browse files

Merge branch '69-upgrade-python-validator-packages' into '67-mas-dt'

Resolve "Upgrade python validator packages"

See merge request !37
parents 714a573a 77dbc4e3
1 merge request!37Resolve "Upgrade python validator packages"
Pipeline #230741 passed with stages
in 1 minute
......@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Upgraded openapi-spec-validator to latest release (0.7.1)
- Upgraded openapi-schema-validator to latest release (0.6.2)
## [v1.0.0] - 2024-08-28
### Changed
......
......@@ -93,7 +93,7 @@ python3 -m unittest discover
2. Test 2 - Use javascript validators
```
# Compile schema and run javascript validation tests in docker
python3 test-js.py
bash test-js.sh
```
## Quick Links
......
......@@ -3,5 +3,5 @@ Flask
flask-restx
flasgger
flask-marshmallow
openapi-schema-validator==0.4.1
openapi-spec-validator==0.5.2
\ No newline at end of file
openapi-schema-validator==0.6.2
openapi-spec-validator==0.7.1
\ No newline at end of file
#! /usr/bin/env bash
cd tests-js/docker
docker compose up --build
exit $?
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment