[orm] [usecase] Added new parameter _orm.mapped_column.hash to ORM constructs
such as _orm.mapped_column(), _orm.relationship(), etc.,
which is interpreted for ORM Native Dataclasses in the same way as other
dataclass-specific field parameters.
[orm] [bug] Fixed bug in ORM bulk update/delete where using RETURNING with bulk
update/delete in combination with populate_existing would fail to
accommodate the populate_existing option.
[orm] [bug] Continuing from #11912, columns marked with
mapped_column.onupdate,
mapped_column.server_onupdate, or Computed are now
refreshed in ORM instances when running an ORM enabled UPDATE with WHERE
criteria, even if the statement does not use RETURNING or
populate_existing.
[orm] [bug] Fixed regression caused by fixes to joined eager loading in #11449
released in 2.0.31, where a particular joinedload case could not be
asserted correctly. We now have an example of that case so the assertion
has been repaired to allow for it.
[orm] [bug] Improved the error message emitted when trying to map as dataclass a class
while also manually providing the __table__ attribute.
This usage is currently not supported.
[orm] [bug] Refined the check which the ORM lazy loader uses to detect "this would be
loading by primary key and the primary key is NULL, skip loading" to take
into account the current setting for the
orm.Mapper.allow_partial_pks parameter. If this parameter is
False, then a composite PK value that has partial NULL elements should
also be skipped. This can apply to some composite overlapping foreign key
configurations.
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 dependencies group with 5 updates:
2.0.35
2.0.36
2.5.2
2.6.0
0.31.1
0.32.0
3.4.1
3.4.2
75.1.0
75.2.0
Updates
sqlalchemy
from 2.0.35 to 2.0.36Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
pydantic-settings
from 2.5.2 to 2.6.0Release notes
Sourced from pydantic-settings's releases.
Commits
eeea989
Prepare release 2.6.0 (#444)a72fa73
Fix bug in dotenv source when there is env with and without prefix (#440)d2e498a
Add support for suppressing fields from CLI help. (#436)0d605d0
Update nested model partial update docs example. (#433)8f7653c
Put tests for non-default sources in separate files (#429)f3a25f2
Fix a regression in dotenv optional nested field (#423)76ba2c6
Fix context not passed to field validators bug (#417)84cab2b
Add CLI App Support (#389)fdd666b
Fix nested model AliasChoices in validation alias (#411)9b73e92
Addcli_flag_prefix_char
config option. (#418)Updates
uvicorn[standard]
from 0.31.1 to 0.32.0Release notes
Sourced from uvicorn[standard]'s releases.
Changelog
Sourced from uvicorn[standard]'s changelog.
Commits
fe39100
Version 0.32.0 (#2485)967a2dc
Support Python 3.13 (#2482)079f07a
feat(server): log warning when max request limit is exceeded (#2430)Updates
networkx
from 3.4.1 to 3.4.2Release notes
Sourced from networkx's releases.
Commits
2acf159
Designate 3.4.2 release36863b0
Add disclaimer about LLM driven PRs (#7683)fb17e15
Fix draw_networkx_nodes return type (#7685)173f6c3
Fix doc warnings from recently added docs (#7682)2f45b4d
Fix docstrings of dispatchable functions (#7679)c107d25
Bump release versionUpdates
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.pyDependabot 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