CARVIEW |
Select Language
HTTP/2 200
date: Sat, 19 Jul 2025 07:47:29 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"a18131e66c31100480ccdd28078c449d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=VnKw6XLKMOntXZSv%2Bk9gfuwkBugrKEooQ%2FEMV7Zqlg0srtUN9wKuG8MhL5znXjB%2Fbbi%2FrzS1%2Bfzsgw78cBJGYiAr2Jb82vIcTezCG34oswQKYQD2mTukKrjiSlmSZbesHo%2BMpVi38UpKNBR3Q9Xx%2FdfbCvs3PyCCq1As3WLaOfAHEYJreB7wO45BbYZSPeJ9fikEXTKBKJYNULnvutK5jMkHyIQZLXr23Evzcji8cZJiZEG8agi1p6U9cZ5nFSWoWsiPKv2InP%2BSuiMmGR8%2BRQ%3D%3D--scq1D34E%2F%2FvnJvCe--GQH1UoyN5ZVJZoq39MKhVQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.453495573.1752911249; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 07:47:29 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 19 Jul 2026 07:47:29 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 91FC:A43E1:4F78EC:6AF7FD:687B4D91
Releases · pdm-project/pdm · GitHub
30 Jun 01:53
Loading
13 Jun 03:36
Loading
23 May 01:02
Loading
18 Apr 02:36
Loading
09 Apr 03:25
Loading
01 Apr 00:50
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 445
Releases: pdm-project/pdm
Releases · pdm-project/pdm
v2.25.4
Compare
Bug Fixes
- Add credentials when passing source urls to uv resolver. (#3553)
- Redact credentials in source urls in the log output, and inject credentials into the source url for uv sync command as well. (#3555)
- Fix a bug that extra dependencies of transitive dependencies are not properly installed when USE_UV=true (#3558)
- Improve the terminal output when setting up a script environment. (#3560)
- Skip non-existent library paths in post-install steps when trying to fix the pth files. (#3561)
Dependencies
- Update
resolvelib
to 1.2.0. (#3557)
Assets 7
v2.25.3
v2.25.2
v2.25.1
v2.25.0
Compare
Features & Improvements
- Support pylock as alternative lock format and make it opt-in by config. (#3481)
- Search for package metadata in lock file first when reuse strategy is used. (#3522)
Bug Fixes
- Fix Windows 11 install pdm error, which is because of msgpack install failure. (#3485)
- Change the return type of
array_of_inline_tables
to list[dict] from list[str] (#3523) - Ensure uv resolver to include hash for package files. (#3531)
- Avoid infinite recursion when reading pyproject.toml with circular file dependencies. (#3539)
Assets 7
5 people reacted
v2.24.2
Compare
Bug Fixes
- Reinstalling local wheel if its checksum changes. (#3503)
- Ignore HTTP cache entries if deserialization fails. (#3515)
- Fetch missing URLs when
static_urls
is not enabled when runningpdm export -f pylock
. (#3517) - Missing self package when
--self
or--editable-self
is passed topdm export -f pylock
. (#3518)
Miscellany
- Add Python 3.14 to the test matrix. (#3506)
Assets 7
3 people reacted
v2.24.1
v2.24.0
Compare
Features & Improvements
- New command
pdm new
that behaves likepdm init
but creates a new project. (#3462) - Support use
--name
as project name for commandpdm new
e.g.pdm new hello --name world
(#3476) - Support exporting to pylock.toml format as described by PEP 751. (#3480)
Bug Fixes
- Pass the
--quiet
option topdm sync
command. (#3401) - If a
.python-version
file is found and it contains multiple lines, the file will be ignored. The usage of the.python-version
file can be disabled, if configuration valuepython.use_python_version
(or environment variablePDM_USE_PYTHON_VERSION
) isFalse
. (#3417) - fix
pdm config -e
command to open read-only file under linux (#3423) - Replace project names and import names in both
README.md
andpyproject.toml
when runningpdm init <template>
. (#3460) - Fix a bug that URL dependency hashes are not updated if running
pdm lock --update-reuse
. (#3461)
Assets 7
7 people reacted
v2.23.1
Compare
Features & Improvements
- Use
pyapp
to wrappdm
as a Python application that bootstrap itself at runtime. (#3429) - Support all providers
id
is supporting currently for OIDC trusted publishing (#3441)
Bug Fixes
- Installation error for local plugins specified with file URL without a name. (#3407)
- Eliminate the warning about inherit_metadata when using uv mode. (#3434)
- Fix an installation failure when installing editable local dependencies on Windows and Python 3.13. (#3444)
- Fix a bug that overriden requirements in lock file get rewritten when adding a new requirement. (#3446)
- Cyclic group inclusion is detected incorrectly. Also show the cyclic group names in the error message. (#3447)
- Fix a bug that
pdm remove
doesn't handle dependency groups include correctly. (#3452) - Update
unearth
to address an issue downloading git repos with short commit hash. (#3455)
Assets 7
2 people reacted
v2.23.0
Compare
Previous Next
You can’t perform that action at this time.