Skip to content

Commit 8af1a53

Browse files
moshemoradclaude
andauthored
Upgrade pyasn1 and pyasn1-modules dependencies (#504)
## Summary This PR upgrades the pyasn1 and pyasn1-modules dependencies to newer versions across the project. ## Key Changes - Updated `pyasn1` from 0.5.1 to 0.6.2 in main requirements.txt - Updated `pyasn1-modules` from 0.3.0 to 0.4.2 in main requirements.txt - Added explicit `pyasn1>=0.6.2` constraint in enforcer/requirements.txt to ensure compatibility ## Details These upgrades bring in bug fixes and improvements from the pyasn1 library. The enforcer module now explicitly declares its minimum pyasn1 version requirement to ensure it receives the necessary updates. https://claude.ai/code/session_01AMHRZh1eLroZdepVJYBDEw Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3acc116 commit 8af1a53

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

enforcer/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ PyYAML==6.0.1
66
cachetools==5.3.3
77
prometheus-client==0.20.0
88
kubernetes==26.1.0
9+
pyasn1>=0.6.2
910
urllib3==2.6.2

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pandas==2.2.2 ; python_version >= "3.10" and python_full_version < "3.13"
2727
pillow==10.3.0 ; python_version >= "3.10" and python_full_version < "3.13"
2828
prometheus-api-client==0.5.3 ; python_version >= "3.10" and python_full_version < "3.13"
2929
prometrix==0.2.9 ; python_version >= "3.10" and python_full_version < "3.13"
30-
pyasn1-modules==0.3.0 ; python_version >= "3.10" and python_full_version < "3.13"
31-
pyasn1==0.5.1 ; python_version >= "3.10" and python_full_version < "3.13"
30+
pyasn1-modules==0.4.2 ; python_version >= "3.10" and python_full_version < "3.13"
31+
pyasn1==0.6.2 ; python_version >= "3.10" and python_full_version < "3.13"
3232
pydantic==1.10.15 ; python_version >= "3.10" and python_full_version < "3.13"
3333
pygments==2.17.2 ; python_version >= "3.10" and python_full_version < "3.13"
3434
pyparsing==3.1.2 ; python_version >= "3.10" and python_full_version < "3.13"

0 commit comments

Comments
 (0)