File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 8.5.2 (February 13, 2026)
2+
3+ ### QOL Improvements
4+
5+ - Added Harbor publish along with existing GHCR image publish.
6+ - Added requirements.txt and pre-commit sync for Snyk dependency scans.
7+ - Added Trivy image + uv.lock scans for PRs and main.
8+ - Updated Docker docs to reference Harbor pulls.
9+ - Added local Snyk scan instructions.
10+ - Limited uv resolution to CPython and bump urllib3 to fix CVEs.
11+
112## 8.5.1 (January 29, 2026)
213
314### Bug Fixes
Original file line number Diff line number Diff line change 1- 8.5.1
1+ 8.5.2
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ filterwarnings = [
121121
122122[tool .uv ]
123123environments = [" python_version >= '3.9' and python_version < '3.14' and platform_python_implementation == 'CPython'" ]
124+ constraint-dependencies = [" cryptography>=46.0.5" ]
124125
125126[tool .poe .tasks ]
126127snyk-requirements = " uv export --all-extras --no-hashes > snyk-requirements.txt"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ certifi==2025.8.3 ; python_full_version < '3.14' and platform_python_implementat
1616 # httpcore
1717 # httpx
1818 # requests
19- cffi == 1.17.1 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
19+ cffi == 2.0.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
2020 # via cryptography
2121cfgv == 3.4.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
2222 # via pre-commit
@@ -28,7 +28,7 @@ coverage==7.10.7 ; python_full_version < '3.10' and platform_python_implementati
2828 # via pytest-cov
2929coverage == 7.11.0 ; python_full_version >= '3.10' and python_full_version < '3.14' and platform_python_implementation == 'CPython'
3030 # via pytest-cov
31- cryptography == 45 .0.6 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
31+ cryptography == 46 .0.5 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
3232 # via
3333 # authlib
3434 # secretstorage
@@ -133,7 +133,7 @@ pluggy==1.6.0 ; python_full_version < '3.14' and platform_python_implementation
133133pre-commit == 4.3.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
134134propcache == 0.3.2 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
135135 # via yarl
136- pycparser == 2.22 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
136+ pycparser == 2.22 ; python_full_version < '3.14' and implementation_name != 'PyPy' and platform_python_implementation == 'CPython'
137137 # via cffi
138138pydantic == 2.12.4 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
139139 # via pyatlan
@@ -207,6 +207,7 @@ types-setuptools==80.9.0.20250822 ; python_full_version < '3.14' and platform_py
207207typing-extensions == 4.14.1 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
208208 # via
209209 # anyio
210+ # cryptography
210211 # exceptiongroup
211212 # multidict
212213 # mypy
You can’t perform that action at this time.
0 commit comments