Skip to content

Bump discord-typings version so projects can make use of the newer versions without version conflicts #264

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nextcore"
version = "2.0.2"
version = "2.0.3"
description = "A low level Discord API wrapper"
authors = ["tag-epic"]
license = "MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ types-frozendict = "^2.0.6" # Could we extend the version requirement
typing-extensions = "^4.1.1" # Same as above
orjson = {version = "^3.6.8", optional = true}
types-orjson = {version = "^3.6.2", optional = true}
discord-typings = "^0.5.0"
discord-typings = "^0.9.0"

[tool.poetry.group.dev.dependencies]
Sphinx = "^5.0.0"
Expand Down
Loading