Compare commits

..
Author SHA1 Message Date
dependabot[bot]andGitHub 3c4820f1d7 chore(deps): update pydantic requirement from >=2.0.0 to >=2.13.3
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.0...v2.13.3)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.13.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-27 11:22:22 +00:00
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -381,11 +381,11 @@ jobs:
run: cargo cyclonedx --format json --override-filename ferro-ta-rust-sbom.cdx
- name: Upload Python SBOM to release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@v2
with:
files: ferro-ta-python-sbom.spdx.json
- name: Upload Rust SBOM to release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@v2
with:
files: ferro-ta-rust-sbom.cdx.json
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
PY
- name: Create GitHub Release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name }}
name: v${{ steps.version.outputs.version }}
+1 -1
View File
@@ -2,5 +2,5 @@
ferro_ta>=1.0.0
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
pydantic>=2.0.0
pydantic>=2.13.3
numpy>=1.20