Commit 40055a3
authored
Merge pull request #916 from markbeierl/913-PyYAML-Pin
#916
There is no reason to believe that future versions of PyYAML will not be compatible with this package, so we are removing this is an upper bound
#### Description
Python libjuju cannot be installed with the latest version of PyYAML (6.0.1), which fixes a [breaking change](yaml/pyyaml#601) caused by an update to CPython.
Fixes: #913
By removing the upper constraint on PyYAML, we can allow for future updates to this package to work with ours.
QA Steps
Attempt to install both PyYAML 6.0.1 and Python Juju at the same time:
```
pip install -e . pyyaml==6.0.1
```1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments