mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-10 23:12:41 +08:00
fix #1141: parameterize failure caused by pydantic version
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- fix: ignore comments and blank lines when parsing .env file
|
- fix: ignore comments and blank lines when parsing .env file
|
||||||
- fix: failure in getting client and server IP/port when requesting HTTPS
|
- fix: failure in getting client and server IP/port when requesting HTTPS
|
||||||
- fix: upgrade dependencies for security
|
- fix: upgrade dependencies for security
|
||||||
|
- fix: parameterize failure caused by pydantic version
|
||||||
|
|
||||||
## 3.1.6 (2021-07-18)
|
## 3.1.6 (2021-07-18)
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ python = "^3.6.2"
|
|||||||
requests = "^2.22.0"
|
requests = "^2.22.0"
|
||||||
pyyaml = "^5.4.1"
|
pyyaml = "^5.4.1"
|
||||||
jinja2 = "^2.10.3"
|
jinja2 = "^2.10.3"
|
||||||
pydantic = "^1.4"
|
pydantic = "~1.8" # >=1.8.0 <1.9.0
|
||||||
loguru = "^0.4.1"
|
loguru = "^0.4.1"
|
||||||
jmespath = "^0.9.5"
|
jmespath = "^0.9.5"
|
||||||
black = "^19.10b0"
|
black = "^19.10b0"
|
||||||
|
|||||||
Reference in New Issue
Block a user