Commit 049a619
committed
fix: use explicit caret for pyshifty's 0.2.x pin
A bare two-component version string ("0.2") is parsed by Poetry as an exact
match (==0.2, i.e. only 0.2.0), not a caret range -- unlike a three-component
string, which gets caret treatment automatically. Write the caret explicitly
(^0.2) so any 0.2.x release is actually accepted. Re-locks to the latest
matching release, 0.2.6.1 parent 629d42a commit 049a619
2 files changed
Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments