Skip to content

Commit 92e52d4

Browse files
author
Oscar Pacheco
committed
BUG#37806057: Rename extra option (when installing wheel package) to install webauthn functionality dependencies
Renamed the "extra" option name to install webauthn functionality dependencies, that may be used during a wheel package installation. Change-Id: I54d23159519143991bd87652c2749bbfbde64a8e
1 parent dc2ba2e commit 92e52d4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Copyright (c) 2009, 2025, Oracle and/or its affiliates.
88
Full release notes:
99
http://dev.mysql.com/doc/relnotes/connector-python/en/
1010

11+
v9.4.0
12+
======
13+
14+
- BUG#37806057: Rename extra option (when installing wheel package) to install webauthn functionality dependencies
15+
1116
v9.3.0
1217
======
1318

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Options for the Classic connector:
120120

121121
* dns-srv
122122
* gssapi
123-
* fido2
123+
* webauthn
124124
* telemetry
125125

126126
.. === </mysql> ===

mysql-connector-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def main() -> None:
151151
extras_require={
152152
"dns-srv": ["dnspython==2.6.1"],
153153
"gssapi": ["gssapi==1.8.3"],
154-
"fido2": ["fido2==1.1.2"],
154+
"webauthn": ["fido2==1.1.2"],
155155
"telemetry": [
156156
"opentelemetry-api==1.18.0",
157157
"opentelemetry-sdk==1.18.0",

0 commit comments

Comments
 (0)