-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* drop singledispatch dependency * bump: graphene-mongo v0.4.3 --------- Co-authored-by: Ananthu C V <[email protected]>
- Loading branch information
1 parent
8f46790
commit 6851c41
Showing
8 changed files
with
203 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
#!/usr/bin/env python | ||
"""Django's command-line utility for administrative tasks.""" | ||
|
||
import os | ||
import sys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "graphene-mongo" | ||
packages = [{ include = "graphene_mongo" }] | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
description = "Graphene Mongoengine integration" | ||
authors = [ | ||
"Abaw Chen <[email protected]>", | ||
|
@@ -31,7 +31,6 @@ python = ">=3.8,<4" | |
graphene = ">=3.1.1" | ||
promise = ">=2.3" | ||
mongoengine = ">=0.27" | ||
singledispatch = ">=4.1.0" | ||
asgiref = "^3.7.2" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
|
@@ -40,7 +39,7 @@ mongomock = ">=4.1.2" | |
mock = ">=5.0.1" | ||
pytest-cov = "*" | ||
pytest-asyncio = "^0.21.0" | ||
ruff = "^0.1.6" | ||
ruff = "*" | ||
setuptools = "^69.0.2" | ||
|
||
|
||
|