Skip to content

Commit

Permalink
Merge branch 'twisted:master' into check_master
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayBaranovv authored Oct 24, 2024
2 parents 63f3ccb + 1894f36 commit 6779faa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Features
API Changes
^^^^^^^^^^^

- TxMongo now requires Python 3.8+, PyMongo 3.12+ and MongoDB 4.0+.
- TxMongo now requires Python 3.8+, Twisted 21.7+, PyMongo 3.12+ and MongoDB 4.0+.
- Some deprecated API methods have been removed:
- Collection methods `insert()`, `update()` and `remove()`
- Collection methods `save()`, `find_and_modify()` and `group()`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
url="https://github.com/twisted/txmongo",
keywords=["mongo", "mongodb", "pymongo", "gridfs", "txmongo"],
packages=["txmongo", "txmongo._gridfs"],
install_requires=["twisted>=14.0", "pymongo>=3.12, <=4.10.1"],
install_requires=["twisted>=21.7.0", "pymongo>=3.12, <=4.10.1"],
extras_require={
"srv": ["pymongo[srv]>=3.12"],
},
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{3.8,3.10,3.11,3.12}-{tw247,tw243,tw2310}-{pymongo4101,pymongo480,pymongo3123}-{basic,advanced},
py{3.8,3.10,3.11,3.12}-{tw247,tw243,tw2170}-{pymongo4101,pymongo480,pymongo3123}-{basic,advanced},
pyflakes, manifest
allowlist_externals=*
minversion=3.24.1
Expand All @@ -18,7 +18,7 @@ deps =
service_identity
tw247: Twisted==24.7.0
tw243: Twisted==24.3.0
tw2310: Twisted==23.10.0
tw2170: Twisted==21.7.0
pymongo3123: pymongo==3.12.3
pymongo480: pymongo==4.8.0
pymongo4101: pymongo==4.10.1
Expand Down

0 comments on commit 6779faa

Please sign in to comment.