We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9395a commit 4e28546Copy full SHA for 4e28546
conda/meta.yaml
@@ -18,7 +18,7 @@ requirements:
18
- requests >=2.32
19
- typing_extensions >=4.8
20
- orjson >=3.9,<4
21
- - pydantic >=2.7,<2.11
+ - pydantic >=2.7,<2.12
22
- pydantic-settings >=2.3,<2.9
23
- jsonschema >=4.3.0
24
- fastavro >=1.8,<2.0
requirements.txt
@@ -3,7 +3,7 @@ requests>=2.32
3
rocksdict>=0.3,<0.4
4
typing_extensions>=4.8
5
orjson>=3.9,<4
6
-pydantic>=2.7,<2.11
+pydantic>=2.7,<2.12
7
pydantic-settings>=2.3,<2.9
8
jsonschema>=4.3.0
9
jsonlines>=4,<5
0 commit comments