This commit is contained in:
Zanie Blue 2025-06-28 11:32:03 -05:00 committed by GitHub
parent 0cfbdcec09
commit ec18f4813a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependencies = ["httpx>=0.27.2"]
``` ```
The [`--dev`](#development-dependencies), [`--group`](#dependency-groups), or The [`--dev`](#development-dependencies), [`--group`](#dependency-groups), or
[`--optional`](#optional-dependencies) flags can be used to add a dependencies to an alternative [`--optional`](#optional-dependencies) flags can be used to add dependencies to an alternative
field. field.
The dependency will include a constraint, e.g., `>=0.27.2`, for the most recent, compatible version The dependency will include a constraint, e.g., `>=0.27.2`, for the most recent, compatible version