Skip to content
Merged
Changes from 1 commit
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
Next Next commit
update CRT to 0.23.5
  • Loading branch information
sbSteveK committed Dec 16, 2024
commit e50d2654dbc1a19de3f7c2bff4a7cd14800c41b9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _load_version():
"Operating System :: OS Independent",
],
install_requires=[
'awscrt==0.21.1',
'awscrt==0.23.5',
],
python_requires='>=3.7',
)
Loading