Karthikeyan Singaravelan

Results 129 comments of Karthikeyan Singaravelan

Seems this was merged and reverted due to some issues with reader in https://github.com/weavejester/codox/pull/134 . Will be great to see this since the core docs display specs with autodoc :...

I have created https://github.com/crossbario/crossbar/pull/1897 to fix the collections issue and another Python 3.11 issue. Importing ABC from collections was deprecated from Python 3.4 and was removed in Python 3.10 to...

swagger_spec_validation issue : https://github.com/Yelp/swagger_spec_validator/issues/149

This was an issue with jsonschema release 4.0.0 where python_requires was not honored. This is fixed in https://github.com/Julian/jsonschema/commit/e61dcbcb2a156b8d517c4ee7ea08c8e9e2acfb35 with 4.0.1 released and 4.0.0 yanked.

https://github.com/Yelp/swagger_spec_validator/pull/146 needs to be merged.

I guess so 2.7.4 has been released with the merged fix https://pypi.org/project/swagger-spec-validator/

I think this can be closed since preflight is removed.

Fixed in feedparser : https://github.com/kurtmckee/feedparser/pull/206

This has been fixed with https://github.com/python/cpython/pull/8270 in Python 3.8 and above by passing `strict_timestamps=False`

PR : https://github.com/geomet/geomet/pull/77