Skip to content

Commit 4e28546

Browse files
Update pydantic requirement from <2.11,>=2.7 to >=2.7,<2.12 (#837)
* Update pydantic requirement from <2.11,>=2.7 to >=2.7,<2.12 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](pydantic/pydantic@v2.7.0...v2.11.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update meta.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Remy Gwaramadze <gwaramadze@users.noreply.github.com>
1 parent fc9395a commit 4e28546

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requirements:
1818
- requests >=2.32
1919
- typing_extensions >=4.8
2020
- orjson >=3.9,<4
21-
- pydantic >=2.7,<2.11
21+
- pydantic >=2.7,<2.12
2222
- pydantic-settings >=2.3,<2.9
2323
- jsonschema >=4.3.0
2424
- fastavro >=1.8,<2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requests>=2.32
33
rocksdict>=0.3,<0.4
44
typing_extensions>=4.8
55
orjson>=3.9,<4
6-
pydantic>=2.7,<2.11
6+
pydantic>=2.7,<2.12
77
pydantic-settings>=2.3,<2.9
88
jsonschema>=4.3.0
99
jsonlines>=4,<5

0 commit comments

Comments
 (0)