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

Strict Version Dependency of Pydantic #1920

Open
lemonhead94 opened this issue Oct 4, 2024 · 1 comment
Open

Strict Version Dependency of Pydantic #1920

lemonhead94 opened this issue Oct 4, 2024 · 1 comment

Comments

@lemonhead94
Copy link

lemonhead94 commented Oct 4, 2024

Hi there,

I was trying to build a custom Runtime for serving MLflow Langchain Models and I noticed that you guys have a strict dependency on pydantic version 2.7.1. Is there any practical reason not to relax it a bit more, for example pydantic = ">=2.7.1" and pydantic-settings = ">=2.2.1".

Reference: pydantic = "2.7.1"

@sakoush
Copy link
Member

sakoush commented Oct 19, 2024

Hi @lemonhead94 yes relaxing pydantic bounds is ok, we welcome contributions if you are willing to submit a PR.

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

No branches or pull requests

2 participants