Skip to content

Commit 2291376

Browse files
Bump pydantic from 2.12.0a1 to 2.12.0b1 (#2156)
* Bump pydantic from 2.12.0a1 to 2.12.0b1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.0a1 to 2.12.0b1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.0a1...v2.12.0b1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0b1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update mypy-requirements.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael R. Crusoe <1330696+mr-c@users.noreply.github.com>
1 parent 1d7b5c3 commit 2291376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ types-psutil
88
types-mock
99
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1
1010
galaxy-util<25.1
11-
pydantic==2.12.0a1; python_version >= "3.14"
11+
pydantic==2.12.0b1; python_version >= "3.14"

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ arcp>=0.2.0
1111
-r requirements.txt
1212
galaxy-tool-util>=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<25.1
1313
galaxy-util<25.1
14-
pydantic==2.12.0a1
14+
pydantic==2.12.0b1

0 commit comments

Comments
 (0)