Closed leehuwuj closed 1 day ago
Latest commit: 58f6907b072cf16b883ad598dd15c8c2f74a380a
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
A new patch named "create-llama" has been introduced, which sets the Pydantic version to be less than 2.10 to prevent incompatibility issues with the llama-index library. Additionally, the pyproject.toml
files for two FastAPI projects have been updated to include a new dependency on the pydantic
library, also constrained to a version less than 2.10.
File Path | Change Summary |
---|---|
.changeset/breezy-rice-shout.md | Introduced "create-llama" patch; set Pydantic version <2.10. |
templates/types/extractor/fastapi/pyproject.toml | Added pydantic = "<2.10" to dependencies. |
templates/types/streaming/fastapi/pyproject.toml | Added pydantic = "<2.10" to dependencies. |
pydantic
dependency with a version constraint of <2.10
in the pyproject.toml
file for a FastAPI project directly relates to the main PR's change of setting the Pydantic version to be less than 2.10 to avoid compatibility issues.llama-index
dependency in the pyproject.toml
file, which is relevant as the main PR addresses compatibility with the llama-index
library.llama-index
version in the pyproject.toml
file, indicating a focus on maintaining compatibility with the llama-index
library.llama-index
package, which is relevant to the main PR's focus on ensuring compatibility with the llama-index
library.🐇 In the meadow, hopping free,
A patch was made, oh joy for me!
Pydantic's version, set just right,
With llama-index, all is bright!
Dependencies now align with grace,
In FastAPI, we find our place! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Ref: https://github.com/run-llama/llama_index/issues/17017
Summary by CodeRabbit
pydantic
library for data validation and settings management in FastAPI projects, with a version constraint of less than 2.10.pyproject.toml
files for FastAPI projects.