Build: Bump sqlalchemy from 2.0.41 to 2.0.45 by dependabot[bot] · Pull Request #283 · Fokko/iceberg-python
Bumps sqlalchemy from 2.0.41 to 2.0.45.
Release notes
Sourced from sqlalchemy's releases.
2.0.45
Released: December 9, 2025
orm
[orm] [bug] Fixed issue where calling
Mapper.add_property()within mapper event hooks such asMapperEvents.instrument_class(),MapperEvents.after_mapper_constructed(), orMapperEvents.before_mapper_configured()would raise anAttributeErrorbecause the mapper's internal property collections were not yet initialized. TheMapper.add_property()method now handles early-stage property additions correctly, allowing properties including column properties, deferred columns, and relationships to be added during mapper initialization events. Pull request courtesy G Allajmi.References: #12858
[orm] [bug] Fixed issue in Python 3.14 where dataclass transformation would fail when a mapped class using
MappedAsDataclassincluded arelationship()referencing a class that was not available at runtime (e.g., within aTYPE_CHECKINGblock). This occurred when using Python 3.14's PEP 649 deferred annotations feature, which is the default behavior without afrom __future__ import annotationsdirective.References: #12952
examples
- [examples] [bug] Fixed the "short_selects" performance example where the cache was being used in all the examples, making it impossible to compare performance with and without the cache. Less important comparisons like "lambdas" and "baked queries" have been removed.
sql
[sql] [bug] Some improvements to the
_sql.ClauseElement.params()method to replace bound parameters in a query were made, however the ultimate issue in #12915 involving ORM_orm.aliased()cannot be fixed fully until 2.1, where the method is being rewritten to work without relying on Core cloned traversal.References: #12915
[sql] [bug] Fixed issue where using the
ColumnOperators.in_()operator with a nestedCompoundSelectstatement (e.g. anINTERSECTofUNIONqueries) would raise aNotImplementedErrorwhen the
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)