Skip to content

Commit 9b050ed

Browse files
committed
bump version, publish
1 parent e448c92 commit 9b050ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chatpdb/chat/interface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def ask(args: AskArgs) -> Iterable[str]:
3030

3131

3232
class ExplainArgs(BaseModel):
33-
stack_trace: List[str]
33+
stack_trace: List[traceback.FrameSummary]
3434
local_vars: Dict[str, str]
3535
global_vars: Dict[str, str]
3636
exception: str = ""

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "chatpdb"
3-
version = "0.1.9"
3+
version = "0.1.10"
44
authors = [
55
{ name="Caelean Barnes", email="[email protected]" },
66
{ name="Evan Doyle", email="[email protected]" },

0 commit comments

Comments
 (0)