fix: make pydantic-settings less strict to avoid deps conflicts (#7726)
bump-pydantic-settings-version Co-authored-by: Bar Nuri <barnu@checkpoint.com>
This commit is contained in:
parent
cbfd23dfb2
commit
4f5dc8122f
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ dependencies = [
|
|||
"nltk==3.9.1",
|
||||
"lark==1.2.2",
|
||||
"jq==1.8.0",
|
||||
"pydantic-settings==2.4.0",
|
||||
"pydantic-settings>=2.2.0,<3.0.0",
|
||||
"ragstack-ai-knowledge-store==0.2.1",
|
||||
"duckduckgo_search==7.2.1",
|
||||
"opensearch-py==2.8.0",
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -4791,7 +4791,7 @@ requires-dist = [
|
|||
{ name = "pgvector", specifier = "==0.3.6" },
|
||||
{ name = "pyarrow", specifier = "==19.0.0" },
|
||||
{ name = "pydantic-ai", specifier = ">=0.0.19" },
|
||||
{ name = "pydantic-settings", specifier = "==2.4.0" },
|
||||
{ name = "pydantic-settings", specifier = ">=2.2.0,<3.0.0" },
|
||||
{ name = "pylint", specifier = ">=3.3.4" },
|
||||
{ name = "pymilvus", extras = ["bulk-writer", "model"], marker = "extra == 'nv-ingest'", specifier = "==2.5.0" },
|
||||
{ name = "pymongo", specifier = "==4.10.1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue