You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update supported Python versions, ensure httpx responses closed and use
kw_only for request dataclasses
Changes
-------
* PYCO-95: Updated supported Python versions to be 3.10 - 3.14
* PYCO-96: Use kw_only=True for request dataclasses
* PYCO-97: Close httpx response when raising WrappedError from HTTP
status code
* Update dependencies
* Update pyproject.toml and requirement.txt files
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Couchbase Python Analytics Client
2
2
Python client for [Couchbase](https://couchbase.com) Analytics.
3
3
4
-
Currently Python 3.9 - Python 3.13 is supported.
4
+
Currently Python 3.10 - Python 3.14 is supported.
5
5
6
6
The Analytics SDK supports static typing. Currently only [mypy](https://github.com/python/mypy) is supported. You mileage may vary (YMMV) with the use of other static type checkers (e.g. [pyright](https://github.com/microsoft/pyright)).
0 commit comments