@@ -25,8 +25,8 @@ classifiers = [
25
25
dependencies = [
26
26
" pydantic>=1.10.18,<3.0" ,
27
27
" click>=7" ,
28
- " lazy-model>=0.4.0, <1.0.0" ,
29
- " pymongo>=4.11.0,<5.0.0" ,
28
+ " lazy-model>=0.4.0,<1.0.0" ,
29
+ " pymongo>=4.11.0,!=4.15.0, <5.0.0" ,
30
30
" typing-extensions>=4.7" ,
31
31
]
32
32
@@ -60,12 +60,12 @@ ci = [
60
60
" requests" ,
61
61
" types-requests" ,
62
62
]
63
- aws = [" pymongo[aws]>=4.11.0,<5.0.0" ]
64
- encryption = [" pymongo[encryption]>=4.11.0,<5.0.0" ]
65
- gssapi = [" pymongo[gssapi]>=4.11.0,<5.0.0" ]
66
- ocsp = [" pymongo[ocsp]>=4.11.0,<5.0.0" ]
67
- snappy = [" pymongo[snappy]>=4.11.0,<5.0.0" ]
68
- zstd = [" pymongo[zstd]>=4.11.0,<5.0.0" ]
63
+ aws = [" pymongo[aws]>=4.11.0,!=4.15.0, <5.0.0" ]
64
+ encryption = [" pymongo[encryption]>=4.11.0,!=4.15.0, <5.0.0" ]
65
+ gssapi = [" pymongo[gssapi]>=4.11.0,!=4.15.0, <5.0.0" ]
66
+ ocsp = [" pymongo[ocsp]>=4.11.0,!=4.15.0, <5.0.0" ]
67
+ snappy = [" pymongo[snappy]>=4.11.0,!=4.15.0, <5.0.0" ]
68
+ zstd = [" pymongo[zstd]>=4.11.0,!=4.15.0, <5.0.0" ]
69
69
70
70
[project .urls ]
71
71
homepage = " https://beanie-odm.dev"
0 commit comments