You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
area: apiIndicates that an issue or pull request is related to the Fast API server or REST endpointstype: bugIndicates an unexpected problem or unintended behavior
Describe the bug
Pydantic is not backwards compatible.
Stacktrace and Code to create the bug
N.A. Expected behavior
A clear and concise description of what you expected to happen.
Environment:
Argilla Version [e.g. 1.0.0]:
ElasticSearch Version [e.g. 7.10.2]:
Docker Image (optional) [e.g. argilla:v1.0.0]:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
davidberenstein1957
added
type: bug
Indicates an unexpected problem or unintended behavior
ux
area: ui
Indicates that an issue or pull request is related to the User Interface (UI)
area: api
Indicates that an issue or pull request is related to the Fast API server or REST endpoints
labels
Jul 6, 2023
<!-- Thanks for your contribution! As part of our Community Growers
initiative 🌱, we're donating Justdiggit bunds in your name to reforest
sub-Saharan Africa. To claim your Community Growers certificate, please
contact David Berenstein in our Slack community or fill in this form
https://tally.so/r/n9XrxK once your PR has been merged. -->
# Description
The new pydantic version 2.0 is not compatible with Argilla. The
dependency is pinned to < 2.0
Also, the doc generation is reviewed, and fixed some missing deps.
Closes#3348
**Type of change**
(Please delete options that are not relevant. Remember to title the PR
according to the type of change)
- [X] Bug fix (non-breaking change which fixes an issue)
**Checklist**
- [ ] I added relevant documentation
- [x] follows the style guidelines of this project
- [x] I did a self-review of my code
- [x] I made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK)
(see text above)
- [x] I have added relevant notes to the CHANGELOG.md file (See
https://keepachangelog.com/)
---------
Co-authored-by: David Berenstein <[email protected]>
area: apiIndicates that an issue or pull request is related to the Fast API server or REST endpointstype: bugIndicates an unexpected problem or unintended behavior
Describe the bug
Pydantic is not backwards compatible.
Stacktrace and Code to create the bug
N.A.
Expected behavior
A clear and concise description of what you expected to happen.
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: