We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95515db commit 9d466bcCopy full SHA for 9d466bc
bloom_env.yaml
@@ -42,4 +42,5 @@ dependencies:
42
- moto
43
- pandas
44
- matplotlib
45
+ - pydantic-settings>=2.0.0
46
requirements.txt
@@ -45,4 +45,5 @@ botocore
requests_mock
moto
47
pandas
48
-matplotlib
+matplotlib
49
+pydantic-settings>=2.0.0
0 commit comments