Commit 8af1a53
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments