Skip to content

Commit

Permalink
fix incorrect version selector constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 26, 2022
1 parent 0e5f953 commit a15683a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/version/version_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def find_best_candidate(
package_name,
{
"version": target_package_version or "*",
"allow_prereleases": allow_prereleases,
"allow-prereleases": allow_prereleases,
"source": source,
},
)
Expand Down

0 comments on commit a15683a

Please # to comment.