Skip to content

Commit 6eb0d7f

Browse files
committed
BREAKING CHANGE: Release 1.0.0
* Build upon qlient-core * Add support for subscriptions
1 parent 44d0da0 commit 6eb0d7f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qlient"
3-
version = "0.2.3-beta"
3+
version = "1.0.0"
44
description = "A fast and modern graphql client designed with simplicity in mind."
55
authors = ["Daniel Seifert <[email protected]>"]
66
maintainers = ["Daniel Seifert <[email protected]>"]
@@ -11,7 +11,7 @@ repository = "https://github.com/qlient-org/python-qlient"
1111
documentation = "https://qlient-org.github.io/python-qlient/"
1212
keywords = ["graphql", "client", "api", "query", "mutation"]
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"Natural Language :: English",
1717
"Intended Audience :: Developers",
@@ -46,7 +46,7 @@ mkdocs = "^1.3.0"
4646
mkdocs-material = "^8.3.9"
4747
mkdocstrings = { version = "^0.19.0", extras = ["python"] }
4848
mkdocs-include-markdown-plugin = "^3.5.2"
49-
strawberry-graphql = {extras = ["fastapi"], version = "^0.121.1"}
49+
strawberry-graphql = {extras = ["fastapi"], version = "^0.122.0"}
5050
uvicorn = {extras = ["standard"], version = "^0.18.2"}
5151

5252

0 commit comments

Comments
 (0)