Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade urllib3 library to be compatible with cibuildwheel environment #874

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

vsbogd
Copy link
Collaborator

@vsbogd vsbogd commented Mar 6, 2025

After Conan upgrade to 2.13.0 the latest urllib3 library version which is used became 2.0.0+. It is incompatible with OpenSSL <1.1.1+ which is used by cibuildwheel manylinux environment. This commit freezes urllib3 version to 1.26.20 which is compatible with both Conan 2.13.0 and OpenSSL <1.1.1+.

After Conan upgrade to 2.13.0 the latest urllib3 library version which
is used became 2.0.0+. It is incompatible with OpenSSL <1.1.1+ which is
used by cibuildwheel manylinux environment. This commit freezes urllib3
version to 1.26.20 which is compatible with both Conan 2.13.0 and
OpenSSL <1.1.1+.
@vsbogd vsbogd merged commit 0a87476 into trueagi-io:main Mar 6, 2025
2 checks passed
@vsbogd vsbogd deleted the fix-release-after-conan-upgrade branch March 6, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant