Made errors when parsing Distribution data more explicit about the expected type (tuple[str, ...] | list[str]) -- by :user:Avasam (#4578)
Bugfixes
Fix a TypeError when a Distribution's old included attribute was a tuple -- by :user:Avasam (#4578)
Add workaround for bdist_wheel --dist-info-dir errors
when customisation does not inherit from setuptools. (#4684)
v75.1.1
Bugfixes
Re-use pre-existing .dist-info dir when creating wheels via the build backend APIs (PEP 517) and the metadata_directory argument is passed -- by :user:pelson. (#1825)
Changed egg_info command to avoid adding an empty .egg-info directory
while iterating over entry-points.
This avoids triggering integration problems with importlib.metadata/importlib_metadata
(reference: pypa/pyproject-hooks#206). (#4680)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the production-dependencies group with 4 updates: boto3, botocore, setuptools and pyodbc.
Updates
boto3
from 1.35.35 to 1.35.39Commits
9dd723f
Merge branch 'release-1.35.39'dff7abc
Bumping version to 1.35.39b29280c
Add changelog entries from botocoreb03916d
Merge branch 'release-1.35.38'c92c039
Merge branch 'release-1.35.38' into developc2a060e
Bumping version to 1.35.38158a84b
Add changelog entries from botocore2d4aaf0
Merge branch 'release-1.35.37'ffb3d1c
Merge branch 'release-1.35.37' into develop3089cd9
Bumping version to 1.35.37Updates
botocore
from 1.35.39 to 1.35.44Commits
feac226
Merge branch 'release-1.35.44'21214db
Bumping version to 1.35.44b1180a9
Update to latest modelsad6979d
Merge branch 'release-1.35.43'f91166d
Merge branch 'release-1.35.43' into develop3813a48
Bumping version to 1.35.430b91c41
Update to latest models194b6c3
Merge branch 'release-1.35.42'5478d76
Merge branch 'release-1.35.42' into developf08e038
Bumping version to 1.35.42Updates
setuptools
from 75.1.0 to 75.2.0Changelog
Sourced from setuptools's changelog.
Commits
61a5a03
Bump version: 75.1.1 → 75.2.08ad3ea7
Workaround forbdist_wheel.dist_info_dir
problems (#4684)9af0877
Type sequence checks in setuptools/dist.py (#4578)0534fde
Add news fragment50b732a
Check for more specific error messagea663287
Add pragma for edge-case code path96be735
Workaround for bdist_wheel.dist_info_dir problems000a413
Deprecate public access to setuptools.dist.sequence00995c1
Use variable msg instead of tmpl in setuptools/distd457d0e
Type sequence checks in setuptools/dist.pyUpdates
pyodbc
from 5.1.0 to 5.2.0Commits
209e4b5
Bump version to 5.2e3149c8
Bump cibuildwheel to v2.21.3 for Py313210ab08
pyodbc.pyi tweaksb35058c
Standardize on Postgres 139cb7cd2
Add pyodbc.SQL_SS_VARIANT constant178fa07
Add Python 3.13 to CI12db1f5
Bump cibuildwheel versionb397b8e
Appveyor ODBC driver updates5c37efc
fix sqlcmd issues Ubuntu CId11592c
Convert tabs to spacesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show