Skip to content

Commit

Permalink
更新版本号为0.6.4 (#192)
Browse files Browse the repository at this point in the history
* 更新版本号为0.6.4

* 更新版本号为0.6.4

* 更新版本号为0.6.4
  • Loading branch information
wu-clan authored Aug 1, 2024
1 parent 14dd6f1 commit 4a45fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion httpfpt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

__version__ = 'v0.6.3'
__version__ = 'v0.6.4'
2 changes: 1 addition & 1 deletion httpfpt/core/conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ send = false

# 请求发送
[request]
global_env = 'dev.env'
global_env = ''
timeout = 10
verify = false
redirects = true
Expand Down
2 changes: 1 addition & 1 deletion httpfpt/schemas/case_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ConfigAllureData(BaseModel):


class ConfigRequestData(BaseModel):
env: str
env: str | None = None
headers: dict | None = None
timeout: int | None = Field(None, ge=0)
verify: bool | None = None
Expand Down

0 comments on commit 4a45fb7

Please sign in to comment.