acryldata / datahub-actions

DataHub Actions is a framework for responding to changes to your DataHub Metadata Graph in real time.
42 stars 47 forks source link

fix: pin pydantic to v1 #114

Closed vijay-jangir closed 6 months ago

vijay-jangir commented 6 months ago

datahub actions give validation errors for optional fields when using pydantic version 2. fixing the requirement to < version 2 (instead of > 1.15) to avoid such issues. this is as mentioned in issue #113

github-actions[bot] commented 6 months ago

Unit Test Results (build & test)

63 tests  ±0   63 :heavy_check_mark: ±0   3s :stopwatch: ±0s   1 suites ±0     0 :zzz: ±0    1 files   ±0     0 :x: ±0 

Results for commit a66100d8. ± Comparison against base commit 081806b0.