You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pymssql provides only x86_64 macOS wheels for python 3.9 and 3.10. But at the time of writing (v2.3.2), the universal2 wheels are broken on arm64 macOS as well.
107
-
pymssql==2.3.9; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
107
+
pymssql==2.3.10; python_version >= "3.9" and (sys_platform != "darwin" or platform_machine != "arm64")
108
108
pystray==0.19.5
109
109
pythonnet==3.0.5; python_version < "3.14"
110
110
pytz==2025.2
@@ -118,8 +118,8 @@ sacremoses==0.1.1
118
118
# Remove after merging https://github.com/pyinstaller/pyinstaller/pull/6587
119
119
scipy==1.16.3; python_version >= "3.11"
120
120
sentry-sdk==2.46.0
121
-
# shotgun-api3 is currently incompatible with python >= 3.12...
122
-
shotgun_api3==3.9.0; python_version < "3.12"
121
+
# shotgun-api3 is currently incompatible with python >= 3.13...
122
+
shotgun_api3==3.9.1; python_version >= "3.9" and python_version < "3.13"
123
123
slixmpp==1.12.0; python_version >= "3.10"
124
124
# spacy depends on thinc, which in turn depends on blis; contemporary versions of blis do not provide wheels for python 3.9 anymore, and fail to build from sdist.
125
125
spacy==3.8.11; python_version >= "3.10" and python_version < "3.14"
0 commit comments