File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.7.0 (2024-06-05)
2+
3+ ### Feat
4+
5+ - Allow passing additional http headers in API methods, fix many docstrings, and update unit tests
6+ - Add unit tests and small fixes to security
7+ - Refactor auth handling to be more streamlined and reduce dependencies
8+
9+ ### Fix
10+
11+ - Add concrete return type for chat headline questions method
12+ - Fix response streaming in client
13+ - Fix content type handling in APIResponse
14+ - Improve get_chat_completions stream handling and fix parameters
15+ - Improve error handling with attached response and fix some typing issues
16+ - Refactor base client and remove API request object to simplify
17+ - Fix get article method in NewsAPI and switch to ArticleResponse object
18+
119## 0.6.11 (2024-06-05)
220
321### Fix
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " asknews"
3- version = " 0.6.11 "
3+ version = " 0.7.0 "
44description = " Python SDK for AskNews"
55authors = [" Emergent Methods <contact@emergentmethods.ai>" ]
66packages = [{ include = " asknews_sdk" }]
You can’t perform that action at this time.
0 commit comments