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 conf/requirements-ORIG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Core dependencies - using flexible versions for Python 3.14 compatibility
annotated-doc>=0.0.4
annotated-types>=0.7.0
anyio>=4.14.0
anyio>=4.14.1
# attrs>=25.4.0
# bandit>=1.9.3
# black>=26.1.0
Expand Down
2 changes: 1 addition & 1 deletion conf/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# Core dependencies - using flexible versions for Python 3.14 compatibility
annotated-doc>=0.0.4
annotated-types>=0.7.0
anyio>=4.14.0
anyio>=4.14.1
# arc-agi>=0.9.1 # Optional: install with pip install 'juniper-data[arc-agi]'
# attrs>=25.4.0
# bandit>=1.9.3
Expand Down
14 changes: 7 additions & 7 deletions conf/requirements_ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#####################################################################################################################################################################################################
annotated-doc==0.0.4
annotated-types==0.7.0
anyio==4.14.0
anyio==4.14.1
arc-agi==0.9.9
arcengine==0.9.3
attrs==26.1.0
Expand All @@ -59,10 +59,10 @@ certifi==2026.6.17
cffi==2.0.0
cfgv==3.5.0
charset-normalizer==3.4.7
click==8.4.1
click==8.4.2
colorama==0.4.6
contourpy==1.3.3
coverage==7.14.2
coverage==7.14.3
cryptography==49.0.0
cycler==0.12.1
cyclonedx-python-lib==11.11.0
Expand All @@ -71,7 +71,7 @@ dill==0.4.1
distlib==0.4.3
docutils==0.23
exceptiongroup==1.3.1
fastapi==0.138.0
fastapi==0.138.2
filelock==3.29.4
flake8==7.3.0
flake8-bugbear==25.11.29
Expand All @@ -95,7 +95,7 @@ jaraco.functools==4.5.0
jeepney==0.9.0
jschema-to-python==1.2.3
jsonpickle==4.1.2
juniper-data==0.8.0
juniper-data==0.9.0
juniper-data-client==0.4.2
juniper-observability==0.4.0
keyring==25.7.0
Expand Down Expand Up @@ -153,7 +153,7 @@ requests-toolbelt==1.0.0
responses==0.26.1
rfc3986==2.0.0
rich==15.0.0
ruff==0.15.18
ruff==0.15.20
sarif-om==1.0.4
SecretStorage==3.5.0
sentry-sdk==2.63.0
Expand All @@ -170,7 +170,7 @@ types-requests==2.33.0.20260518
typing_extensions==4.15.0
typing-inspection==0.4.2
urllib3==2.7.0
uv==0.11.23
uv==0.11.25
uvicorn==0.49.0
uvloop==0.22.1
virtualenv==21.5.1
Expand Down
Loading