Skip to content

Bump uas-standards from 4.1.0 to 4.1.1#20

Draft
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/uas-standards-4.1.1
Draft

Bump uas-standards from 4.1.0 to 4.1.1#20
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/uv/uas-standards-4.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2025

Bumps uas-standards from 4.1.0 to 4.1.1.

Release notes

Sourced from uas-standards's releases.

v4.1.1

What's Changed

Full Changelog: interuss/uas_standards@v4.1.0...v4.1.1

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [uas-standards](https://github.com/interuss/uas_standards) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/interuss/uas_standards/releases)
- [Commits](interuss/uas_standards@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: uas-standards
  dependency-version: 4.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Oct 9, 2025
@mickmis mickmis marked this pull request as draft March 17, 2026 14:00
@mickmis
Copy link
Contributor

mickmis commented Mar 17, 2026

FTR this upgrade breaks the converter:

Traceback (most recent call last):
  File "/app/geospatial-utils/main.py", line 123, in <module>
    main()
    ~~~~^^
  File "/app/geospatial-utils/main.py", line 76, in main
    ed318_data = getattr(adjusters, adjuster).adjust(ed318_data)
  File "/app/geospatial-utils/adjusters/foca.py", line 195, in adjust
    f.properties.restrictionConditions = _adjust_restriction_conditions(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
        original_restriction_conditions, original_type
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/app/geospatial-utils/adjusters/foca.py", line 153, in _adjust_restriction_conditions
    restriction_code = _restriction_code_for(restriction_conditions, _type)
  File "/app/geospatial-utils/adjusters/foca.py", line 136, in _restriction_code_for
    raise ValueError(
        f"CodeZoneType was {_type} rather than NO_RESTRICTION and no known ED-269 English restriction text matched '{restriction_conditions}'"
    )
ValueError: CodeZoneType was CodeZoneType.REQ_AUTHORIZATION rather than NO_RESTRICTION and no known ED-269 English restriction text matched '['The operation of unmanned aircraft is prohibited.']'

That is due to the fact that in the uas_standards lib the field UASZoneVersion.restrictionConditions has its type modified from list[str] | None to str | list[str] | None, and unfortunately implicitdict will parse the list into a string all the times.

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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant