Skip to content

Commit cba9257

Browse files
authored
fix pydantic version incompatibility, closes #74 (#159)
Closes #74 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/contributing.md). - We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license. - Any contribution which contains commits that are not Signed-Off will not be accepted. - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - Zac Wang (https://github.com/zac-wang-nv) Approvers: - David Gardner (https://github.com/dagardner-nv) URL: #159
1 parent fd7708c commit cba9257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ dependencies = [
3535
"opentelemetry-sdk~=1.3",
3636
"pkginfo~=1.12",
3737
"platformdirs~=4.3",
38-
"pydantic~=2.10",
38+
# work-around for arize-phoenix==6.1.0 incompatibility with pydantic==2.11.*, remove once we update arize-phoenix
39+
"pydantic==2.10.*",
3940
"pymilvus~=2.4",
4041
"PyYAML~=6.0",
4142
"ragas~=0.2.14",

0 commit comments

Comments
 (0)