8000 Bump PyMySQL version to 0.7.6 · openstack/requirements@64f295f · GitHub
[go: up one dir, main page]

Skip to content

Commit 64f295f

Browse files
committed
Bump PyMySQL version to 0.7.6
Current min version has a microsecond rounding bug that makes it impossible to do conditional updates (compare and swap) since the datetime read by PyMySQL and therefore by SQLAlchemy does not match the one in the DB. This is affecting operations in Cinder now that we have a new cleanup mechanism. PyMySQL PR #487: PyMySQL/PyMySQL#487 Change-Id: I44ebfd593c78412bb6ce9c9ea3104c5c7c8f0af5 Closes-Bug: #1641312
1 parent 2957c62 commit 64f295f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pylxd>=2.1.1 # Apache-2.0
166166
pymemcache>=1.2.9,!=1.3.0 # Apache 2.0 License
167167
pymod2pkg>=0.6.1 # Apache-2.0
168168
pymongo>=3.0.2,!=3.1 # Apache-2.0
169-
PyMySQL>=0.6.2,!=0.7.7 # MIT License
169+
PyMySQL>=0.7.6,!=0.7.7 # MIT License
170170
python-etcd>=0.4.3 # MIT License
171171
python-k8sclient>=0.2.0 # Apache-2.0
172172
typing>=3.5.2.2 # PSF

0 commit comments

Comments
 (0)
0