abhishek-ram / pyas2-lib

AS2 Library for building and parsing Messages and MDNs
GNU General Public License v3.0
43 stars 28 forks source link

Please release patch with support for PyOpenSSL >=23.0.0 #71

Open Cypher1 opened 5 months ago

Cypher1 commented 5 months ago

The most recent release of pyas2-lib has an overly specific version requirement for it's pyopenssl which does not match the setup.py requirements in this repo.

It'd be really helpful if a patch could come out with the latest pyopenssl as some packages require a version greater than 23.2 now making it difficult to use those packages as well as pyas2-lib.

Thanks

abhishek-ram commented 5 months ago

what do you suggest, make it >23.2?

Cypher1 commented 5 months ago

That'd be great, though I think releasing the repo as is (as a minor version bump) would be fine if you'd prefer that.

Cypher1 commented 5 months ago

@abhishek-ram does that sound like a reasonable approach? I'm hoping it's a very minor patch.

abhishek-ram commented 5 months ago

Yes, it works