We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca1e55 commit 4d970e4Copy full SHA for 4d970e4
conda/meta.yaml
@@ -19,7 +19,7 @@ requirements:
19
- requests >=2.32
20
- typing_extensions >=4.8
21
- orjson >=3.9,<4
22
- - pydantic >=2.7,<2.9
+ - pydantic >=2.7,<2.10
23
- pydantic-settings >=2.3,<2.5
24
- jsonschema >=4.3.0
25
- fastavro >=1.8,<2.0
requirements.txt
@@ -3,6 +3,6 @@ requests>=2.32
3
rocksdict>=0.3, <0.4
4
typing_extensions>=4.8
5
orjson>=3.9,<4
6
-pydantic>=2.7,<2.9
+pydantic>=2.7,<2.10
7
pydantic-settings>=2.3,<2.5
8
jsonschema>=4.3.0
0 commit comments