Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps geojson-pydantic from 2.0.0 to 2.1.0.

Release notes

Sourced from geojson-pydantic's releases.

2.1.0

What's Changed

Full Changelog: developmentseed/geojson-pydantic@2.0.0...2.1.0

Changelog

Sourced from geojson-pydantic's changelog.

[2.1.0] - 2025-10-08

  • add .create() method to Geometry objects to create them without type key

    from geojson_pydantic import Point
    Point.create(coordinates=(0,0))
    >> Point(bbox=None, type='Point', coordinates=Position2D(longitude=0.0, latitude=0.0))

  • add python 3.14 support

Commits
  • f83c708 Bump version: 2.0.0 → 2.1.0
  • ca5cca3 update changelog
  • eaf3520 Merge pull request #176 from developmentseed/feature/add-python3.14
  • 091057f add python 3.14
  • 0218167 Merge pull request #175 from developmentseed/feature/add-from-attrs-methods
  • fc6cde8 Update docs/src/intro.md
  • f28cbd3 Update docs/src/intro.md
  • b64ceef from-attrs -> create
  • 1531edb add from_attrs class method to construct object without type attribute
  • See full diff in compare view

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 Oct 22, 2025
Bumps [geojson-pydantic](https://github.com/developmentseed/geojson-pydantic) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/developmentseed/geojson-pydantic/releases)
- [Changelog](https://github.com/developmentseed/geojson-pydantic/blob/main/CHANGELOG.md)
- [Commits](developmentseed/geojson-pydantic@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: geojson-pydantic
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/services/common/geojson-pydantic-2.1.0 branch from 4218225 to 2381e6d Compare October 29, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant