Skip to content

Commit

Permalink
Bump dnspython to 2.6.1 to fix pack CI failure on py3.10/py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Oct 19, 2024
1 parent d284f84 commit 14079d1
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 225 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ Changed
* Update CI from testing with mongo 4.4 to testing with MongoDB 7.0. #6246
Contributed by @guzzijones

* Relaxed `dnspython` pinning for compatibility with python 3.10 and greater. #6265
Contributed by @nzlosh

Added
~~~~~
* Continue introducing `pants <https://www.pantsbuild.org/docs>`_ to improve DX (Developer Experience)
Expand Down
2 changes: 0 additions & 2 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ amqp==5.2.0
apscheduler==3.10.4
chardet==3.0.4
cffi==1.17.1
# NOTE: 2.0 version breaks pymongo work with hosts
dnspython==1.16.0
cryptography==43.0.1
eventlet==0.37.0
flex==6.14.1
Expand Down
6 changes: 0 additions & 6 deletions lockfiles/st2-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ MarkupSafe<2.1.0,>=0.23
# DROPS RESOLVED VERSION: 4.4.2
#decorator==4.4.2

# REQUIRED BY: eventlet, pymongo
# REASON: 2.0 version breaks pymongo work with hosts
# NOTE: try to remove this later
# DROPS RESOLVED VERSION: 1.16
dnspython>=1.16.0,<2.0.0

# REQUIRED BY: eventlet
# REASON: eventlet is difficult to upgrade.
# greenlet 2 adds py3.11 support, platform compat changes, and better error checking
Expand Down
Loading

0 comments on commit 14079d1

Please sign in to comment.