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

[python] Update chat properties #1709

Merged
merged 1 commit into from
Mar 31, 2024
Merged

Conversation

xyang16
Copy link
Contributor

@xyang16 xyang16 commented Mar 30, 2024

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@xyang16 xyang16 requested review from zachgk, frankfliu and a team as code owners March 30, 2024 00:45
@xyang16 xyang16 requested a review from siddvenk March 30, 2024 00:45
@xyang16 xyang16 force-pushed the chat branch 2 times, most recently from ea43095 to 4617a32 Compare March 30, 2024 00:51
@xyang16 xyang16 changed the title [python] Update chat properties validation [python] Update chat properties Mar 30, 2024
@xyang16 xyang16 force-pushed the chat branch 7 times, most recently from b54cf25 to ad0fb3a Compare March 31, 2024 16:09
@@ -12,7 +12,7 @@
# the specific language governing permissions and limitations under the License.
from typing import Optional, Union, List, Dict

from pydantic.v1 import BaseModel, Field, validator, root_validator
from pydantic import BaseModel, Field, validator, root_validator
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we ready to upgrade pydantic?

Copy link
Contributor Author

@xyang16 xyang16 Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frankfliu Sorry I just saw your comment, we are already installing pydantic 2.6 in the docker, I didn't upgrade it.

@xyang16 xyang16 merged commit bbd9042 into deepjavalibrary:master Mar 31, 2024
8 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.

3 participants