Merge pull request #29 from sparticleinc/fix/add-opensearch-py-onprem
Fix/add opensearch py onprem
This commit is contained in:
commit
9f9c78548d
@ -34,6 +34,7 @@ dependencies = [
|
|||||||
"deepagents-cli (>=0.0.37,<0.1.0)",
|
"deepagents-cli (>=0.0.37,<0.1.0)",
|
||||||
"mem0ai (>=0.1.50,<0.3.0)",
|
"mem0ai (>=0.1.50,<0.3.0)",
|
||||||
"psycopg2-binary (>=2.9.11,<3.0.0)",
|
"psycopg2-binary (>=2.9.11,<3.0.0)",
|
||||||
|
"opensearch-py (>=2.2.0,<3.0.0)",
|
||||||
"json-repair (>=0.29.0,<0.30.0)",
|
"json-repair (>=0.29.0,<0.30.0)",
|
||||||
"tiktoken (>=0.5.0,<1.0.0)",
|
"tiktoken (>=0.5.0,<1.0.0)",
|
||||||
"wsgidav (>=4.3.3,<5.0.0)",
|
"wsgidav (>=4.3.3,<5.0.0)",
|
||||||
|
|||||||
@ -118,6 +118,7 @@ nvidia-nvtx-cu12==12.1.105 ; python_version >= "3.12" and python_version < "3.15
|
|||||||
obstore==0.8.2 ; python_version >= "3.12" and python_version < "3.15"
|
obstore==0.8.2 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
openai==2.31.0 ; python_version >= "3.12" and python_version < "3.15"
|
openai==2.31.0 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
openpyxl==3.1.5 ; python_version >= "3.12" and python_version < "3.15"
|
openpyxl==3.1.5 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
|
opensearch-py==2.7.1 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
opentelemetry-api==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
opentelemetry-api==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
opentelemetry-exporter-otlp-proto-common==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
opentelemetry-exporter-otlp-proto-common==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
opentelemetry-exporter-otlp-proto-http==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
opentelemetry-exporter-otlp-proto-http==1.41.0 ; python_version >= "3.12" and python_version < "3.15"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user