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

update Pex to 2.11.0 #21182

Merged
merged 3 commits into from
Jul 23, 2024
Merged

update Pex to 2.11.0 #21182

merged 3 commits into from
Jul 23, 2024

Conversation

cburroughs
Copy link
Contributor

Highlighted changelogs:
 * https://github.com/pex-tool/pex/releases/tag/v2.4.0
 * https://github.com/pex-tool/pex/releases/tag/v2.4.1
 * https://github.com/pex-tool/pex/releases/tag/v2.5.0
 * https://github.com/pex-tool/pex/releases/tag/v2.6.0
 * https://github.com/pex-tool/pex/releases/tag/v2.7.0
 * https://github.com/pex-tool/pex/releases/tag/v2.8.0
 * https://github.com/pex-tool/pex/releases/tag/v2.8.1
 * https://github.com/pex-tool/pex/releases/tag/v2.9.0
 * https://github.com/pex-tool/pex/releases/tag/v2.10.0
 * https://github.com/pex-tool/pex/releases/tag/v2.10.1
 * https://github.com/pex-tool/pex/releases/tag/v2.11.0 (!)

```
Lockfile diff: 3rdparty/python/user_reqs.lock [python-default]

==                    Upgraded dependencies                     ==

  certifi                        2024.6.2     -->   2024.7.4
  exceptiongroup                 1.2.1        -->   1.2.2
  pex                            2.3.3        -->   2.11.0
  pydantic                       1.10.16      -->   1.10.17
```

NOTE: This updates the scrupulously backwards compatible Pex, but does
not use any new featues yet.  The minimum version is unchanged.

Possibly relevant for:
@cburroughs cburroughs self-assigned this Jul 18, 2024
@cburroughs cburroughs added backend: Python Python backend-related issues category:internal CI, fixes for not-yet-released features, etc. labels Jul 18, 2024
Copy link
Contributor

@huonw huonw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So many relevant issues.

Thanks for doing this grunt work.

@huonw
Copy link
Contributor

huonw commented Jul 23, 2024

CI hasn't run, likely due to https://www.githubstatus.com/incidents/m70hk23gx3nx.

I've retriggered by updating from main/adding a new commit.

@cburroughs cburroughs merged commit fe86cb6 into pantsbuild:main Jul 23, 2024
25 checks passed
@x0f0
Copy link

x0f0 commented Jul 26, 2024

Will we see this in 2.22?

@huonw
Copy link
Contributor

huonw commented Jul 26, 2024

No, but you can upgrade to this version of pex even on older pants versions using the [pex-cli] subsystem settings in pants.toml: https://www.pantsbuild.org/2.21/reference/subsystems/pex-cli

[pex-cli]
version = "v2.11.0"
known_versions = [
  "v2.11.0|macos_arm64|554a3ad5d1662d93d06a7e65bf5444589d1956752df39e2665a4d54e1e05c949|4181790",
  "v2.11.0|macos_x86_64|554a3ad5d1662d93d06a7e65bf5444589d1956752df39e2665a4d54e1e05c949|4181790",
  "v2.11.0|linux_x86_64|554a3ad5d1662d93d06a7e65bf5444589d1956752df39e2665a4d54e1e05c949|4181790",
  "v2.11.0|linux_arm64|554a3ad5d1662d93d06a7e65bf5444589d1956752df39e2665a4d54e1e05c949|4181790"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Python Python backend-related issues category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants