-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change to Pydantic Version to v2 #20
base: main
Are you sure you want to change the base?
Conversation
change ArangodbClient to python-arango deprecate <py3.10 dump pre-commit version rename Graph to GrapModel (Name Collision) dump Shylock Version add Shylock AsyncDB Class WIP EdgeModel Funcs like UPSERT, get_many change tests to python-arango fixme ENV Vars in pre-commit tests did not run
I would be happy to receive comments. Looking forward to the exchange of thoughts! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this naming isn´t good..
Any suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
async_arangodb_backend.py is fine
Change Pydantic Version to v2
add KVStoreModel for pure key, value with history
fix History dependency
upgrade depends
fix insert many EdgeModels
…' to 'rye' Upgrade .pre-commit-config.yaml TODO change gh workflow to rye
…' to 'rye' - upgrade dependencies - pin python 3.12 - change from poetry to rye - Upgrade .pre-commit-config.yaml
… and update example usage.
upgrade pre-commit
change ArangodbClient to python-arango
change python to >py3.10
dump pre-commit version
rename Graph to GrapModel (Name Collision)
dump Shylock Version
add Shylock AsyncDB Class
WIP EdgeModel Funcs like
UPSERT, get_many
change tests to python-arango
fixme
ENV Variable in pre-commit tests did not run