Skip to content

Commit

Permalink
Bump sqlalchemy from 2.0.28 to 2.0.29 (#198)
Browse files Browse the repository at this point in the history
Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.28
to 2.0.29.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sqlalchemy/sqlalchemy/releases">sqlalchemy's
releases</a>.</em></p>
<blockquote>
<h1>2.0.29</h1>
<p>Released: March 23, 2024</p>
<h2>orm</h2>
<ul>
<li>
<p><strong>[orm] [usecase]</strong> Added support for the <a
href="https://peps.python.org/pep-0695">PEP 695</a>
<code>TypeAliasType</code> construct as well as the
python 3.12 native <code>type</code> keyword to work with ORM Annotated
Declarative
form when using these constructs to link to a <a
href="https://peps.python.org/pep-0593">PEP 593</a>
<code>Annotated</code>
container, allowing the resolution of the <code>Annotated</code> to
proceed when
these constructs are used in a <code>_orm.Mapped</code> typing
container.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11130">#11130</a></p>
</li>
<li>
<p><strong>[orm] [bug]</strong> Fixed Declarative issue where typing a
relationship using
<code>_orm.Relationship</code> rather than <code>_orm.Mapped</code>
would
inadvertently pull in the &quot;dynamic&quot; relationship loader
strategy for that
attribute.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/10611">#10611</a></p>
</li>
<li>
<p><strong>[orm] [bug]</strong> Fixed issue in ORM annotated declarative
where using
<code>_orm.mapped_column()</code> with an
<code>_orm.mapped_column.index</code>
or <code>_orm.mapped_column.unique</code> setting of False would be
overridden by an incoming <code>Annotated</code> element that featured
that
parameter set to <code>True</code>, even though the immediate
<code>_orm.mapped_column()</code> element is more specific and should
take
precedence.  The logic to reconcile the booleans has been enhanced to
accommodate a local value of <code>False</code> as still taking
precedence over an
incoming <code>True</code> value from the annotated element.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11091">#11091</a></p>
</li>
<li>
<p><strong>[orm] [bug] [regression]</strong> Fixed regression from
version 2.0.28 caused by the fix for <a
href="https://www.sqlalchemy.org/trac/ticket/11085">#11085</a>
where the newer method of adjusting post-cache bound parameter values
would
interefere with the implementation for the
<code>_orm.subqueryload()</code> loader
option, which has some more legacy patterns in use internally, when
the additional loader criteria feature were used with this loader
option.</p>
<p>References: <a
href="https://www.sqlalchemy.org/trac/ticket/11173">#11173</a></p>
</li>
</ul>
<h2>engine</h2>
<ul>
<li><strong>[engine] [bug]</strong> Fixed issue in
<code>engine_insertmanyvalues</code> feature where using a primary
key column with an &quot;inline execute&quot; default generator such as
an explicit
<code>Sequence</code> with an explcit schema name, while at the same
time
using the

<code>_engine.Connection.execution_options.schema_translate_map</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/sqlalchemy/sqlalchemy/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sqlalchemy&package-manager=pip&previous-version=2.0.28&new-version=2.0.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
emilymclean authored Mar 26, 2024
2 parents 466b295 + a9cdfca commit 30ce6cd
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pytz = "==2024.1"
s3transfer = "==0.4.2"
sendgrid = "==6.11.0"
six = "==1.16.0"
sqlalchemy = "==2.0.28"
sqlalchemy = "==2.0.29"
starkbank-ecdsa = "==2.2.0"
tatsu = "==5.8.3"
urllib3 = "==1.26.18"
Expand Down
102 changes: 51 additions & 51 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,30 @@ markupsafe==2.1.5; python_version >= '3.7'
minizinc==0.9.0; python_version >= '3.7' and python_version < '4.0'
mysqlclient==2.2.4; python_version >= '3.8'
numpy==1.24.4; python_version >= '3.8'
packaging==24.0; python_version >= '3.7'
packaging==23.2; python_version >= '3.7'
pipenv==2023.12.1; python_version >= '3.8'
platformdirs==4.2.0; python_version >= '3.8'
pluggy==1.4.0; python_version >= '3.8'
pycparser==2.21; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pyjwt==2.8.0; python_version >= '3.7'
pytest==8.1.1; python_version >= '3.8'
pytest==8.0.1; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.1; python_version >= '3.8'
python-editor==1.0.4
python-http-client==3.3.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2024.1
s3transfer==0.4.2
sendgrid==6.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
setuptools==69.2.0; python_version >= '3.8'
setuptools==69.1.1; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.28; python_version >= '3.7'
sqlalchemy==2.0.29; python_version >= '3.7'
starkbank-ecdsa==2.2.0
tatsu==5.8.3; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
types-python-dateutil==2.9.0.20240316; python_version >= '3.8'
types-python-dateutil==2.8.19.20240106; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.25.1; python_version >= '3.7'
virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
werkzeug==3.0.1; python_version >= '3.8'
zipp==3.18.1; python_version >= '3.8'
zipp==3.17.0; python_version >= '3.8'

0 comments on commit 30ce6cd

Please sign in to comment.