Skip to content

Bump strawberry-sqlalchemy-mapper from 0.7.0 to 0.8.0#9794

Closed
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/master/strawberry-sqlalchemy-mapper-0.8.0
Closed

Bump strawberry-sqlalchemy-mapper from 0.7.0 to 0.8.0#9794
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/master/strawberry-sqlalchemy-mapper-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps strawberry-sqlalchemy-mapper from 0.7.0 to 0.8.0.

Release notes

Sourced from strawberry-sqlalchemy-mapper's releases.

🍓 0.8.0

Added a new optional constructor parameter to always use lists instead of relay Connections for relationships. Defaults to False, maintaining current functionality. If set to True, all relationships will be handled as lists.

Example: mapper = StrawberrySQLAlchemyMapper(always_use_list=True)

Releases contributed by @​gabor-lbl via #257

Changelog

Sourced from strawberry-sqlalchemy-mapper's changelog.

0.8.0 - 2025-12-01

Added a new optional constructor parameter to always use lists instead of relay Connections for relationships. Defaults to False, maintaining current functionality. If set to True, all relationships will be handled as lists.

Example: mapper = StrawberrySQLAlchemyMapper(always_use_list=True)

Contributed by Gabor Torok via [PR #257](strawberry-graphql/strawberry-sqlalchemy#257)

Commits

Dependabot compatibility score

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 2, 2025
@inmantaci inmantaci added the merge-tool-ready This ticket is ready to be merged in label Dec 2, 2025
@inmantaci
Copy link
Copy Markdown
Contributor

Processing this pull request

inmantaci pushed a commit that referenced this pull request Dec 2, 2025
Bumps [strawberry-sqlalchemy-mapper](https://github.com/strawberry-graphql/strawberry-sqlalchemy) from 0.7.0 to 0.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/strawberry-graphql/strawberry-sqlalchemy/releases">strawberry-sqlalchemy-mapper's releases</a>.</em></p>
<blockquote>
<h2>🍓 0.8.0</h2>
<p>Added a new optional constructor parameter to always use lists instead of relay Connections for relationships. Defaults to False, maintaining current functionality. If set to True, all relationships will be handled as lists.</p>
<p>Example:
mapper = StrawberrySQLAlchemyMapper(always_use_list=True)</p>
<p>Releases contributed by <a href="https://github.com/gabor-lbl"><code>@​gabor-lbl</code></a> via <a href="https://redirect.github.com/strawberry-graphql/strawberry-sqlalchemy/issues/257">#257</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/strawberry-graphql/strawberry-sqlalchemy/blob/main/CHANGELOG.md">strawberry-sqlalchemy-mapper's changelog</a>.</em></p>
<blockquote>
<h2>0.8.0 - 2025-12-01</h2>
<p>Added a new optional constructor parameter to always use lists instead of relay Connections for relationships. Defaults to False, maintaining current functionality. If set to True, all relationships will be handled as lists.</p>
<p>Example:
mapper = StrawberrySQLAlchemyMapper(always_use_list=True)</p>
<p>Contributed by <a href="https://github.com/gabor-lbl">Gabor Torok</a> via [PR <a href="https://redirect.github.com/strawberry-graphql/strawberry-sqlalchemy/issues/257">#257</a>](<a href="https://redirect.github.com/strawberry-graphql/strawberry-sqlalchemy/pull/257/">strawberry-graphql/strawberry-sqlalchemy#257</a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/strawberry-graphql/strawberry-sqlalchemy/commit/37803671fa22bada2b1fe8d2d97f95dfde28fdbe"><code>3780367</code></a> Release 🍓 0.8.0</li>
<li><a href="https://github.com/strawberry-graphql/strawberry-sqlalchemy/commit/fe9df115afbc0b2bb9c51b5465b38fe362e5f644"><code>fe9df11</code></a> Option to always &quot;use_list&quot; and not make relay Connections (<a href="https://redirect.github.com/strawberry-graphql/strawberry-sqlalchemy/issues/257">#257</a>)</li>
<li>See full diff in <a href="https://github.com/strawberry-graphql/strawberry-sqlalchemy/compare/0.7.0...0.8.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=strawberry-sqlalchemy-mapper&package-manager=pip&previous-version=0.7.0&new-version=0.8.0)](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>
@inmantaci
Copy link
Copy Markdown
Contributor

Merged into branches master in e70d0cc

@inmantaci inmantaci closed this Dec 2, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@inmantaci inmantaci deleted the dependabot/pip/master/strawberry-sqlalchemy-mapper-0.8.0 branch December 2, 2025 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file merge-tool-ready This ticket is ready to be merged in python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant