Skip to content

Commit b6b2a3b

Browse files
Pin pydantic to v2 and update lock file for langchain compatibility
1 parent ff8df02 commit b6b2a3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727

2828
dependencies = [
2929
"numpy >=2.0.0,<3.0", # Pin to 2.x - requires regenerating graph.pkl.gz
30+
"pydantic >=2.0.0", # Keep v2 for decentriq-platform compatibility
3031
"decentriq-platform ==0.39.1",
3132
"thefuzz",
3233
"curies",
@@ -42,7 +43,6 @@ dependencies = [
4243
"oxrdflib",
4344
"SPARQLWrapper",
4445
"python-dotenv",
45-
# "pydantic >=2.0.0",
4646
# "pydantic-settings",
4747
# NOTE: dependencies for mapping-generation are below
4848
"tqdm",
@@ -52,7 +52,6 @@ dependencies = [
5252
"qdrant-client",
5353
"langchain",
5454
"langchain_openai",
55-
"pydantic",
5655
"langchain_qdrant",
5756
"typing-extensions",
5857
"openai",

0 commit comments

Comments
 (0)