Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pin pydantic to v1 #114

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

vijay-jangir
Copy link
Contributor

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

Copy link

Unit Test Results (build & test)

63 tests  ±0   63 ✔️ ±0   3s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit a66100d. ± Comparison against base commit 081806b.

@hsheth2 hsheth2 changed the title datahub actions fail when setting up new environment because of pydantic version issue. Datahub actions doesn't support pydantic 2 fully. fix: pin pydantic to v1 Apr 24, 2024
@hsheth2 hsheth2 merged commit 18c118d into acryldata:main Apr 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants