We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8df02 commit b6b2a3bCopy full SHA for b6b2a3b
backend/pyproject.toml
@@ -27,6 +27,7 @@ classifiers = [
27
28
dependencies = [
29
"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
31
"decentriq-platform ==0.39.1",
32
"thefuzz",
33
"curies",
@@ -42,7 +43,6 @@ dependencies = [
42
43
"oxrdflib",
44
"SPARQLWrapper",
45
"python-dotenv",
- # "pydantic >=2.0.0",
46
# "pydantic-settings",
47
# NOTE: dependencies for mapping-generation are below
48
"tqdm",
@@ -52,7 +52,6 @@ dependencies = [
52
"qdrant-client",
53
"langchain",
54
"langchain_openai",
55
- "pydantic",
56
"langchain_qdrant",
57
"typing-extensions",
58
"openai",
0 commit comments