File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python -m pip install -e .
4141
4242This 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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ classifiers = [
3434 " License :: OSI Approved :: MIT License" ,
3535]
3636dependencies = [
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]
You can’t perform that action at this time.
0 commit comments