botrun-hatch 5.3.141__tar.gz → 5.3.151__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of botrun-hatch might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: botrun-hatch
3
- Version: 5.3.141
3
+ Version: 5.3.151
4
4
  Summary:
5
5
  Author: sebastian-hsu
6
6
  Author-email: sebastian.hsu@gmail.com
@@ -24,3 +24,4 @@ class Hatch(BaseModel):
24
24
  search_domain_filter: List[str] = []
25
25
  files: List[UploadFile] = []
26
26
  enable_agent: bool = False
27
+ enable_api: bool = False
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "botrun-hatch"
3
- version = "5.3.141"
3
+ version = "5.3.151"
4
4
  description = ""
5
5
  authors = ["sebastian-hsu <sebastian.hsu@gmail.com>"]
6
6
  readme = "README.md"
File without changes