Skip to content

ftp: Make deprecated TLS versions optional#2056

Merged
martindurant merged 1 commit into
fsspec:masterfrom
QuLogic:optional-tls
Jun 22, 2026
Merged

ftp: Make deprecated TLS versions optional#2056
martindurant merged 1 commit into
fsspec:masterfrom
QuLogic:optional-tls

Conversation

@QuLogic

@QuLogic QuLogic commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

When built against OpenSSL 4, Python 3.15 will not have any of these deprecated symbols.

Fixes #2053

When built against OpenSSL 4, Python 3.15 will not have any of these
deprecated symbols.

@HviorForgeFlow HviorForgeFlow left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding support for more recent python versions. When I add this feature I've just ported what it was on a python 3.6 lib, so it makes sense.

👍

@martindurant

Copy link
Copy Markdown
Member

Simple, effective

@martindurant martindurant merged commit 65d58d4 into fsspec:master Jun 22, 2026
11 checks passed
@QuLogic QuLogic deleted the optional-tls branch June 22, 2026 16:40
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.

PROTOCOL_TLSv* are deprecated (and possibly removed)

3 participants