Update package version to 1.123.0

This commit is contained in:
Package Updates
2025-11-12 07:51:11 +00:00
parent 32abe00354
commit a818184caa
2 changed files with 9 additions and 1 deletions

View File

@@ -1494,3 +1494,11 @@
* Update synapse to 1.141.0
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.141.0)
[1.123.0]
* Update synapse to 1.142.0
* [Full Changelog](https://github.com/element-hq/synapse/releases/tag/v1.142.0)
* Dropped support for Python 3.9
* SQLite 3.40.0+ is now required
* Deprecation of MacOS Python wheels
* Properly stop building wheels for Python 3.9 and free-threaded CPython. ([#19154](https://github.com/element-hq/synapse/issues/19154))

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Secure & decentralized communication",
"version": "1.122.0",
"version": "1.123.0",
"upstreamVersion": "1.142.0",
"healthCheckPath": "/",
"httpPort": 8008,