Skip to content

Commit d4d4f1a

Browse files
authored
Merge pull request #809 from atlanhq/bump-to-release-8.5.2
[release] Bumped to release 8.5.2
2 parents abbe82d + 7f46215 commit d4d4f1a

5 files changed

Lines changed: 160 additions & 106 deletions

File tree

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.5.1
1+
8.5.2

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ filterwarnings = [
121121

122122
[tool.uv]
123123
environments = ["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]
126127
snyk-requirements = "uv export --all-extras --no-hashes > snyk-requirements.txt"

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2121
cfgv==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
2929
coverage==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
133133
pre-commit==4.3.0 ; python_full_version < '3.14' and platform_python_implementation == 'CPython'
134134
propcache==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
138138
pydantic==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
207207
typing-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

0 commit comments

Comments
 (0)