Skip to content

Commit

Permalink
🔖 Release 2.8.903 (#135)
Browse files Browse the repository at this point in the history
- Added ``IS_PYOPENSSL`` constant that is exposed by upstream in
``urllib3.util.ssl_`` submodule.
- Fixed missing exception (``ImportError``) when importing
``urllib3.contrib.pyopenssl`` when PyOpenSSL isn't present in
environment.
- Lowered and simplified testing requirements for HTTP/2, and HTTP/3.
- Added ``boto3``, ``sphinx``, and ``requests`` to our downstream test
cases (nox).
  • Loading branch information
Ousret authored Jul 16, 2024
1 parent b32833b commit 9d3eb0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.8.903 (2024-07-17)
====================

- Added ``IS_PYOPENSSL`` constant that is exposed by upstream in ``urllib3.util.ssl_`` submodule.
- Fixed missing exception (``ImportError``) when importing ``urllib3.contrib.pyopenssl`` when PyOpenSSL isn't present in environment.
- Lowered and simplified testing requirements for HTTP/2, and HTTP/3.
- Added ``boto3``, ``sphinx``, and ``requests`` to our downstream test cases (nox).

2.8.902 (2024-07-07)
====================

Expand Down
2 changes: 1 addition & 1 deletion src/urllib3/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is protected via CODEOWNERS
from __future__ import annotations

__version__ = "2.8.902"
__version__ = "2.8.903"
1 change: 1 addition & 0 deletions traefik/macos.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
# MacOS in GitHub Actions does not ship with Docker due to legal reasons
# we have to circumvent that limitation by using Colima as a viable alternative.
set -e
sudo security authorizationdb write com.apple.trust-settings.admin allow
brew install docker
brew install docker-compose
Expand Down

0 comments on commit 9d3eb0e

Please sign in to comment.