Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdsfactory requirement from ~=8.21.0 to >=8.21,<8.23 #80

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on gdsfactory to permit the latest version.

Release notes

Sourced from gdsfactory's releases.

v8.22.0

What's Changed

New

  • add uv-precommit #3450
  • rename via_spacing to pitch and add via_circular #3449

Bug Fixes

Maintenance

  • rename_fiber_spacing_to_pitch #3448
  • better type annotation #3447
  • Bump codecov/codecov-action from 4 to 5 #3445
  • rename_pad_spacing_to_pad_pitch #3446

Dependency Updates

  • Bump codecov/codecov-action from 4 to 5 #3445

Full Changelog: gdsfactory/gdsfactory@v8.21.0...v8.22.0

Changelog

Sourced from gdsfactory's changelog.

8.22.0 - 2024-12-01

No significant changes.

8.21.0 - 2024-11-27

  • Add missing docs #3437
  • Improve via_stack ports #3427
  • Fix some MyPy errors #3421
  • remove Transition inheritance #3419
  • Fix remove layers #3439
  • fix ruff #3431
  • clear import cache on clearing layout cache #3430
  • fix cli #3429
  • fix dbr issues #3418
  • Add plot to updk #3438
  • Remove deprecated spacing #3424
  • fix: remove Transition from get_cross_section return type #3420
  • improve plot_graphviz #3416
  • Add missing docs #3437
  • Update pydantic requirement from =2.6,<2.11 #3423

8.20.0 - 2024-11-21

  • Deprecate array spacing #3410
  • better array default #3412
  • expose version in gdsfactory.__init__ #3407
  • Improve yaml mirror docs #3409

8.19.5 - 2024-11-19

  • Update kfactory02111 #3406
  • use uv for installing #3405

8.19.4 - 2024-11-19

  • fixes PortWidthMismatch error when setting cross_section in MZI #3404

8.19.3 - 2024-11-18

  • Fix spiral #3402
  • fix docs #3401
  • Fix all Ruff linting errors #3403
  • Re-type LayerViews.layers #3398
  • Make ComponentAlongPath accessible #3399
  • fix docs #3401
  • bump kfactory from 0.21.7 to 0.21.10 #3400

8.19.2 - 2024-11-18

... (truncated)

Commits

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)

Summary by Sourcery

Build:

  • Update gdsfactory dependency version range to allow versions from 8.21 up to, but not including, 8.23.

Updates the requirements on [gdsfactory](https://github.com/gdsfactory/gdsfactory) to permit the latest version.
- [Release notes](https://github.com/gdsfactory/gdsfactory/releases)
- [Changelog](https://github.com/gdsfactory/gdsfactory/blob/main/CHANGELOG.md)
- [Commits](gdsfactory/gdsfactory@v8.21.0...v8.22.0)

---
updated-dependencies:
- dependency-name: gdsfactory
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2024
Copy link

sourcery-ai bot commented Dec 2, 2024

Reviewer's Guide by Sourcery

This PR updates the gdsfactory dependency version constraint in pyproject.toml from a strict ~=8.21.0 to a more flexible >=8.21,<8.23. This change allows the project to use newer compatible versions of gdsfactory, specifically including version 8.22.0 which contains various improvements and bug fixes.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Updated dependency version constraint for gdsfactory
  • Changed version constraint from ~=8.21.0 (approximately equal to 8.21.0) to >=8.21,<8.23 (at least 8.21 but less than 8.23)
  • Allows compatibility with gdsfactory v8.22.0 which includes new features like via_circular and various maintenance improvements
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants