Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions py3-pydantic.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generated from https://pypi.org/project/pydantic/
package:
name: py3-pydantic
version: "2.10.6"
epoch: 1
version: "2.11.1"
epoch: 0
description: Data validation using Python type hints
copyright:
- license: MIT
Expand Down Expand Up @@ -44,7 +44,7 @@ environment:
pipeline:
- uses: git-checkout
with:
expected-commit: df05e69a8a3fb37628a0e3a33518ca0425334bc9
expected-commit: 6c38dc93f40a47f4d1350adca9ec0d72502e223f
repository: https://github.com/pydantic/pydantic
tag: v${{package.version}}

Expand All @@ -57,6 +57,7 @@ subpackages:
- py${{range.key}}-annotated-types
- py${{range.key}}-pydantic-core~2.27.2
- py${{range.key}}-typing-extensions
- py${{range.key}}-typing-inspection
provides:
- py3-${{vars.pypi-package}}
provider-priority: ${{range.value}}
Expand All @@ -78,7 +79,7 @@ subpackages:
import: ${{vars.pypi-package}}
- uses: git-checkout
with:
expected-commit: df05e69a8a3fb37628a0e3a33518ca0425334bc9
expected-commit: 6c38dc93f40a47f4d1350adca9ec0d72502e223f
repository: https://github.com/pydantic/pydantic
tag: v${{package.version}}
- runs: |
Expand Down
Loading