Skip to content

Commit 54c571f

Browse files
authored
update req (#33)
* update req Signed-off-by: SamYuan1990 <yy19902439@126.com> * fix up Signed-off-by: SamYuan1990 <yy19902439@126.com> * fix up Signed-off-by: SamYuan1990 <yy19902439@126.com> --------- Signed-off-by: SamYuan1990 <yy19902439@126.com>
1 parent febbfa6 commit 54c571f

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# - checks out code
66
# - sets up Python environment
77
# - installs dependencies via requirements.txt
8+
# - installs pytest and pytest-asyncio as test tool
89
# - runs tests via pytest ./scl/test/
910

1011
name: Unit Tests
@@ -36,6 +37,9 @@ jobs:
3637
python -m pip install --upgrade pip
3738
pip install -r requirements.txt
3839
40+
- name: Install test tools
41+
run: pip install pytest pytest-asyncio
42+
3943
- name: Run unit tests
4044
run: pytest ./scl/test/
4145

@@ -44,4 +48,5 @@ jobs:
4448
# - Pushing to main/master
4549
# - Creating, updating, or reopening a pull request targeting main/master
4650
# Developers can also manually trigger it via the "Actions" tab if needed.
47-
# To debug, inspect the "Run unit tests" step logs in the GitHub Actions console.
51+
# To debug, inspect the "Run unit tests" step logs in the GitHub Actions console.
52+
# run test via pytest ./scl/test/

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ langgraph-sdk==0.2.15
2626
langsmith==0.5.2
2727
numpy==2.3.5
2828
openai==2.14.0
29-
opentelemetry-api==1.41.0
29+
opentelemetry-api==1.39.1
3030
opentelemetry-exporter-otlp==1.39.1
3131
opentelemetry-exporter-otlp-proto-common==1.39.1
3232
opentelemetry-exporter-otlp-proto-grpc==1.39.1
3333
opentelemetry-exporter-otlp-proto-http==1.39.1
34-
opentelemetry-exporter-prometheus==0.62b0
34+
opentelemetry-exporter-prometheus==0.60b1
3535
opentelemetry-instrumentation==0.60b1
3636
opentelemetry-instrumentation-logging==0.60b1
3737
opentelemetry-proto==1.39.1
38-
opentelemetry-sdk==1.41.0
39-
opentelemetry-semantic-conventions==0.62b0
38+
opentelemetry-sdk==1.39.1
39+
opentelemetry-semantic-conventions==0.60b1
4040
orjson==3.11.5
4141
ormsgpack==1.12.1
4242
packaging==25.0
@@ -66,4 +66,4 @@ watchdog==6.0.0
6666
wrapt==1.17.3
6767
xxhash==3.6.0
6868
zipp==3.23.0
69-
zstandard==0.25.0
69+
zstandard==0.25.0

0 commit comments

Comments
 (0)