Skip to content

Commit bfb51e3

Browse files
committed
Merge remote-tracking branch 'origin/8.x' into backport-190-to-8.x
2 parents 5aed392 + 227ff23 commit bfb51e3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 8.15.1 (2024-10-09)
4+
5+
* Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189))
6+
37
## 8.15.0 (2024-08-09)
48

59
* Removed call to `raise_for_status()` when using `HttpxAsyncHttpNode` to prevent exceptions being raised for 404 responses ([#182](https://github.com/elastic/elastic-transport-python/pull/182))

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.15.0"
18+
__version__ = "8.15.1"

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
"requests",
6767
"aiohttp",
6868
"httpx",
69+
# https://github.com/encode/httpx/discussions/3214#discussioncomment-10830925
70+
"httpcore<1.0.6",
6971
"respx",
7072
"opentelemetry-api",
7173
"opentelemetry-sdk",

0 commit comments

Comments
 (0)