Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/eva/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ exclude = [

[dependency-groups]
dev = [
"pytest>=8.4.0",
"pytest>=9.0.3",
]
2 changes: 1 addition & 1 deletion libs/observe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ exclude = [

[dependency-groups]
dev = [
"chainlit>=2.2.1",
"chainlit>=2.9.4",
]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = ["libs/api", "libs/components", "libs/eva", "libs/observe"]
[dependency-groups]
dev = [
"langchain>=0.3.25",
"pytest>=8.4.0",
"pytest>=9.0.3",
"hiagent-components",
"hiagent-api",
"hiagent-eva",
Expand All @@ -34,7 +34,7 @@ dev = [
"orjson>=3.11.6",
"protobuf>=5.29.6",
"PyJWT>=2.12.0",
"python-multipart>=0.0.22",
"python-multipart>=0.0.26",
"python-socketio>=5.14.0",
"marshmallow>=3.26.2",
"pygments>=2.20.0",
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ asyncer==0.0.7
beautifulsoup4==4.13.4
bidict==0.23.1
certifi==2025.4.26
chainlit==2.2.1
chainlit>=2.9.4
charset-normalizer==3.4.2
chevron==0.14.0
click==8.2.1
Expand All @@ -24,11 +24,11 @@ jsonpatch==1.33
jsonpointer==3.0.0
langchain==0.3.25
langchain-ollama==0.3.3
langchain-text-splitters==0.3.8
langchain-text-splitters>=0.3.9
langsmith==0.3.45
lazify==0.4.0
literalai==0.1.103
marshmallow==3.26.1
marshmallow>=3.26.2
mypy-extensions==1.1.0
nest-asyncio==1.6.0
ollama==0.5.1
Expand All @@ -41,7 +41,7 @@ opentelemetry-instrumentation==0.54b1
opentelemetry-proto==1.33.1
opentelemetry-sdk==1.33.1
opentelemetry-semantic-conventions==0.54b1
orjson==3.10.18
orjson>=3.11.6
packaging==24.2
protobuf==5.29.6
py==1.11.0
Expand All @@ -51,11 +51,11 @@ pydantic-core==2.33.2
pyjwt>=2.12.0
python-dotenv==1.1.0
python-engineio==4.12.2
python-multipart>=0.0.22
python-socketio==5.13.0
python-multipart>=0.0.26
python-socketio>=5.14.0
pytz==2020.5
pyyaml==6.0.2
requests==2.32.3
requests>=2.33.0
requests-toolbelt==1.0.0
retry==0.9.2
simple-websocket==1.1.0
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading