Seed-Farmer is an orchestration tool that works with AWS CodeSeeder and acts as an orchestration tool modeled after GitOps deployments. It has a CommandLine Interface based in Python, leverages modular code deployments defined by declarative manifests, and includes change detection and deployment optimization.
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| pydantic-core | [>= 2.19.a, < 2.20] |
| pydantic-core | [>= 2.24.a, < 2.25] |
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on boto3, botocore, packaging, rich and pydantic-core to permit the latest version. Updates
boto3
from 1.35.49 to 1.35.57Commits
be729ae
Merge branch 'release-1.35.57'3dbc942
Bumping version to 1.35.57bdfdd00
Add changelog entries from botocore7376423
Merge branch 'release-1.35.56'9b22d5a
Merge branch 'release-1.35.56' into developaa17d21
Bumping version to 1.35.567d746c6
Add changelog entries from botocorea48a256
Merge branch 'release-1.35.55'90f444e
Merge branch 'release-1.35.55' into develop66576f6
Bumping version to 1.35.55Updates
botocore
from 1.35.49 to 1.35.57Commits
7f98a07
Merge branch 'release-1.35.57'3484381
Bumping version to 1.35.57d81a864
Update endpoints model286c716
Update to latest modelsbe9a56f
Merge branch 'release-1.35.56'ca9a86c
Merge branch 'release-1.35.56' into developb05f89c
Bumping version to 1.35.56bc6384d
Update endpoints model6aa242c
Update to latest models2d342d5
Merge branch 'release-1.35.55' into developUpdates
packaging
from 24.1 to 24.2Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using!r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to whyMetadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)Updates
rich
from 13.9.3 to 13.9.4Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
43d3b04
Merge pull request #3548 from Textualize/bump1394e440ff2
bump12301e3
Merge pull request #3546 from Textualize/faster-cell-len02f3d14
commentaaaef27
leaner syntax6cef0bc
leaner cell_len46150cd
sum and map is faster9e7f363
use setsUpdates
pydantic-core
to 2.26.0Release notes
Sourced from pydantic-core's releases.
Commits
96038dd
Bump version to prep release (#1527)c864ff2
bump speedate to 0.15 (#1526)a1fa596
Addallow_partial
(#1512)5e95c05
Bump jiter from 0.6.1 to 0.7.0 (#1521)2ee8fa8
Fix serializing complex values in enums (#1524)184e7be
Bump regex from 1.11.0 to 1.11.1 (#1520)4d90f44
Bump serde from 1.0.213 to 1.0.214 (#1519)5dd2992
Fix when coerce_numbers_to_str enabled and string has invalid unicode charact...89bdee1
Revert changes to url schemas that supportcls
, the 2x validation isn't wor...9217019
Patch version bump -> v2.25.1 (#1509)Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | pydantic-core | [>= 2.19.a, < 2.20] | | pydantic-core | [>= 2.24.a, < 2.25] |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