Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JUJU-4291] Removing Upper Constraint #916

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Conversation

markbeierl
Copy link

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 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

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

Signed-off-by: Mark Beierl <[email protected]>
@jujubot
Copy link
Contributor

jujubot commented Jul 19, 2023

Thanks for opening a pull request! Please follow the instructions here to ensure your pull request is ready for review. Then, a maintainer will review your patch.

@hpidcock @anvial @juanmanuel-tirado

1 similar comment
@jujubot
Copy link
Contributor

jujubot commented Jul 19, 2023

Thanks for opening a pull request! Please follow the instructions here to ensure your pull request is ready for review. Then, a maintainer will review your patch.

@hpidcock @anvial @juanmanuel-tirado

@cderici
Copy link
Contributor

cderici commented Jul 19, 2023

/merge

1 similar comment
@cderici
Copy link
Contributor

cderici commented Jul 19, 2023

/merge

@cderici cderici added hint/2.9 going on 2.9 branch area/forward-port to be forward ported - remove label after port labels Jul 19, 2023
@jameinel
Copy link
Member

/build

1 similar comment
@jameinel
Copy link
Member

/build

@hpidcock
Copy link
Member

/merge

@jujubot jujubot merged commit 40055a3 into juju:2.9 Jul 19, 2023
9 checks passed
@markbeierl markbeierl deleted the 913-PyYAML-Pin branch July 20, 2023 12:09
@cderici cderici changed the title Removing Upper Constraint [JUJU-4291] Removing Upper Constraint Jul 20, 2023
cderici added a commit to cderici/python-libjuju that referenced this pull request Jul 20, 2023
jujubot added a commit that referenced this pull request Jul 20, 2023
#918

#### Description

This brings forward the pyyaml version fix from #916.

#### QA Steps

Same QA from #916 should work here as well:

```sh
pip install -e . pyyaml==6.0.1
```
@cderici cderici mentioned this pull request Jul 20, 2023
neoaggelos added a commit to neoaggelos/python-libjuju that referenced this pull request Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/forward-port to be forward ported - remove label after port hint/2.9 going on 2.9 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants