Skip to content

Commit 4d970e4

Browse files
Update pydantic requirement from <2.9,>=2.7 to >=2.7,<2.10 (#491)
* Update pydantic requirement from <2.9,>=2.7 to >=2.7,<2.10 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.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pydantic requirement from <2.9,>=2.7 to >=2.7,<2.10 for Conda --------- 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 <remy@quix.io>
1 parent 0ca1e55 commit 4d970e4

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
@@ -19,7 +19,7 @@ requirements:
1919
- requests >=2.32
2020
- typing_extensions >=4.8
2121
- orjson >=3.9,<4
22-
- pydantic >=2.7,<2.9
22+
- pydantic >=2.7,<2.10
2323
- pydantic-settings >=2.3,<2.5
2424
- jsonschema >=4.3.0
2525
- fastavro >=1.8,<2.0

requirements.txt

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

0 commit comments

Comments
 (0)