We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make sure you run commands with -v flag before pasting the output.
-v
pdm init pdm add --save-compatible boto3 pdm update --unconstrained --dry-run
Version specifier for boto3 is changed in pyproject.toml to >=.
boto3
pyproject.toml
>=
No changes should have been made to pyproject.toml, version specifier for boto3 should be kept as ~=.
~=
PDM version: 2.8.0 Python Interpreter: /Volumes/Utveckling/testpdm/.venv/bin/python (3.9) Project Root: /Volumes/Utveckling/testpdm Local Packages: { "implementation_name": "cpython", "implementation_version": "3.9.6", "os_name": "posix", "platform_machine": "arm64", "platform_release": "22.5.0", "platform_system": "Darwin", "platform_version": "Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:20 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T6000", "python_full_version": "3.9.6", "platform_python_implementation": "CPython", "python_version": "3.9", "sys_platform": "darwin" }
The text was updated successfully, but these errors were encountered:
852eec5
fix: don't update pyproject.toml if dry-run mode is on
c4516c8
Fix #2125 Signed-off-by: Frost Ming <me@frostming.com>
Successfully merging a pull request may close this issue.
Make sure you run commands with
-v
flag before pasting the output.Steps to reproduce
Actual behavior
Version specifier for
boto3
is changed inpyproject.toml
to>=
.Expected behavior
No changes should have been made to
pyproject.toml
, version specifier forboto3
should be kept as~=
.Environment Information
The text was updated successfully, but these errors were encountered: