Skip to content

Conversation

ddusim
Copy link

@ddusim ddusim commented Jul 21, 2025

  • Update setup.py dependencies to elasticsearch-dsl>=7.0.0,<8.0.0
  • Add Django 5.x classifiers and Python 3.12 support
  • Fix DocType import (replaced with Document for elasticsearch-dsl 7.x)
  • Bump version to 7.0.0a1

- Update setup.py dependencies to elasticsearch-dsl>=7.0.0,<8.0.0
- Add Django 5.x classifiers and Python 3.12 support
- Fix DocType import (replaced with Document for elasticsearch-dsl 7.x)
- Bump version to 7.0.0a1
@kofic
Copy link
Contributor

kofic commented Jul 21, 2025

@ddusim I don't think we should merge to master? Can we tag this branch and have CP requirements install that tag?

I believe that's what the previousl upgrades did - I don't believe they were merged to master

…pe() calls

- Replace super().doc_type() calls with direct doc_type handling
- Fixes AttributeError: 'super' object has no attribute 'doc_type'
- Compatible with newer elasticsearch-dsl versions that removed doc_type method
- Maintains backward compatibility by using stored __doc_type attribute
@ddusim
Copy link
Author

ddusim commented Jul 21, 2025

@kofic I am using this in requirements.in git+https://github.com/HBS-HBX/[email protected] and I don't think we need to merge this branch

@kofic
Copy link
Contributor

kofic commented Jul 21, 2025

@ddusim nice looks great 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants