Skip to content

Commit f17a031

Browse files
authored
Merge pull request #1 from Thordata/chore/sdk-0.5-and-docs
chore: require thordata-sdk>=0.5.0 and fix README output_format
2 parents 0a70df4 + 57bd8dc commit f17a031

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python -m pip install -e .
4141

4242
This will install:
4343

44-
- `thordata-sdk>=0.3.1` — official Python SDK for Thordata
44+
- `thordata-sdk>=0.5.0` — official Python SDK for Thordata
4545
- `langchain>=0.3.0` — LangChain core
4646
- `python-dotenv` — for loading local .env files
4747

@@ -122,7 +122,7 @@ html = tool.invoke(
122122
{
123123
"url": "https://www.thordata.com",
124124
"js_render": False,
125-
"output_format": "HTML",
125+
"output_format": "html",
126126
}
127127
)
128128

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
"License :: OSI Approved :: MIT License",
3535
]
3636
dependencies = [
37-
"thordata-sdk>=0.4.0",
37+
"thordata-sdk>=0.5.0",
3838
"langchain-core>=0.2.0",
3939
"python-dotenv>=1.0.0",
4040
]

0 commit comments

Comments
 (0)