This release fixes resolving requirements from a lock using arbitrary
equality (`===`).
In addition, you can now "inject" runtime environment variables and
arguments into PEX files such that, when run, the PEX runtime ensures
those environment variables and command line arguments are passed to the
PEXed application. See [PEX Recipes](
https://docs.pex-tool.org/recipes.html#uvicorn-and-other-customizable-application-servers
)
for more information.
* Fix lock resolution to handle arbitrary equality. (1951)
* Support injecting args and env vars in a PEX. (1948)