Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/strawberry-graphql/strawberry

A GraphQL library for Python that leverages type annotations πŸ“
https://github.com/strawberry-graphql/strawberry

Extend query documentation (#3390)

* Extend query documentation
Add examples with using decorator, arguments and `strawberry.argum...

3709858ddf3e7502209859856b2d037dc08a2798 authored 10 months ago by Doctor <[email protected]>
Fix URL

be9a2d53ccadf018b6754d131dda4ed76476a8d9 authored 10 months ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.219.2

c926395ff96acd22c2fd0170edc308f8548e288e authored 11 months ago by Botberry <[email protected]>
Bumped python-multipart to >=0.0.7 (#3375)

* Bumped python-multipart to >=0.0.7

* Bumped python-multipart to >=0.0.7

* Update RELEASE...

af6ae1fc88545912efa90d408308004475cbb7f8 authored 11 months ago by Srikanth <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#3270)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0...

6123d62afb2266e68be10215ce914335a97d32c5 authored 11 months ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Add deprecation change docs

531e37e1acf8f65954c73975e6aeccf5c87bc762 authored 11 months ago by Patrick Arminio <[email protected]>
Update changelog with breaking change for permissions (#3371)

* Update changelog with breaking change for permissions

* [pre-commit.ci] auto fixes from pre...

91d5eba3a238d6710c4a63ad07d8923cee21ce6d authored 11 months ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.219.1

a8f1a69cda340e68daefec2166fc496698d04369 authored 11 months ago by Botberry <[email protected]>
Improve error messages + add release.md requirements (#3361)

* Improve error messages on after and before argument + add release.me requirement to README

...

153cc7bef216d258020df2393b26332bb2512804 authored 11 months ago by SD <[email protected]>
Release πŸ“ 0.219.0

c2273ba331d6a333095657ac006729247e60f6d9 authored 11 months ago by Botberry <[email protected]>
Add Litestar integration (#3213)

* feat(litestar): initial work for litestar integration

* refactor(litestar): renaming

* t...

fdd06a434cf4b89c69d9cc314b9c8f6643f23fa1 authored 11 months ago by Matthieu MN <[email protected]>
Release πŸ“ 0.218.1

7830bd27f41bdbdc05c6d7c7b5279eb28a39ac73 authored 11 months ago by Botberry <[email protected]>
Ignore additional payload data in ws (#3356)

* Ignore additional payload data in ws

* Add release file

998a246ed416c4bc529d6bc044ec962b10e157f6 authored 11 months ago by Patrick Arminio <[email protected]>
Fix tests (#3355)

* Fix tests

* Export plugin

* Fix typing

* Fix export

759ca5d31d01695e6e50af6d38373b3f99edfb69 authored 11 months ago by Patrick Arminio <[email protected]>
Bump jinja2 from 3.1.2 to 3.1.3 (#3338)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https:/...

f45afdf568409bafe33cbf1e12bccc7432ba5b25 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix mypy issues

08733f85bb127e4d3bf6b2fcf1ba4c7bae398505 authored 11 months ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.218.0

5d2339921bfbfdd3e2360b284ce178ccecea357b authored 11 months ago by Botberry <[email protected]>
Add a way to filter fields (#3274)

* Add a way to filter fields

* Update test

* Add release notes

* Docs

* Update pyrig...

85fb58c90a598f01e0d47ce259f80b8cc4bdb53e authored 11 months ago by Patrick Arminio <[email protected]>
fix(docs): Pydantic examples are now working properly. (#3341)

c26bb05074a67cf7ad6ff94492f3b48e69767415 authored 11 months ago by liuliu <[email protected]>
Use asyncio.run instead of asgiref for benchmarks (#3325)

* Use asyncio.run instead of asgiref

* Move more tests to asyncio.run

ba659495a73f54377054f207336fde1918ac7954 authored 12 months ago by Patrick Arminio <[email protected]>
Add more complex benchmark (#3324)

* Add more complex benchmark

* Reduce number of items

* Just 100

* Reduce to 50

* Fi...

6cba67dded02358148e2716609808c530cf267b7 authored 12 months ago by Patrick Arminio <[email protected]>
Bump pip from 23.1.2 to 23.3 (#3323)

Bumps [pip](https://github.com/pypa/pip) from 23.1.2 to 23.3.
- [Changelog](https://github.com/...

e4fe4fc396053e869c802ddea23859dc2844f2e3 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the all-dependencies group with 20 updates (#3321)

* Bump the all-dependencies group with 20 updates

Bumps the all-dependencies group with 20 up...

dbf6b3feb9393eef7e7b3783aadc700053b54cf2 authored 12 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update mutations.md (#3322)

Currently, this piece of code would fail when executing the following query:

```
mutation {
...

f30e2e5411d760da537f88897ae7f15f377e92df authored 12 months ago by Eudald Dachs <[email protected]>
Release πŸ“ 0.217.1

5b92d5638b44f7886f042e7da2e3680c92ceafb9 authored 12 months ago by Botberry <[email protected]>
fix(permissions): hotfix for regression on permission extension w/ subscriptions (#3318)

* fix(permissions): hotfix for regression on permission extension w/ subscriptions

* [pre-com...

ff734aaf8a59934d413d6ee90d2ee8cc24648c48 authored 12 months ago by Erik Wrede <[email protected]>
docs: use BigInt instead of Int64 as recommendation for large integer scalars (#3309)

* docs: use BigInt instead of Int64 as recommendation for large integer scalars

* [pre-commit...

6c7b11f2a3df2073b9a275f1e65e8b971747c3a0 authored 12 months ago by Erik Wrede <[email protected]>
fix(docs): Connections examples and GraphQL queries are now working properly. (#3301)

* fix(docs): Connections examples are now working properly.

* fix(docs): Connections GraphQL ...

aad305b0036de8bfd4d08ef9571aee68f04eb0d1 authored about 1 year ago by liuliu <[email protected]>
Release πŸ“ 0.217.0

528b1b39be80a9336f4a78413bbf9d06e10c1b3e authored about 1 year ago by Botberry <[email protected]>
refactor: Permissions using Field Extensions (#2570)

* feat: add field extension support

* fix: revert imports broken by pycharm

* [pre-commit....

599e3a337e0785cd597585f9c4dc0a884eca76b8 authored about 1 year ago by Erik Wrede <[email protected]>
Release πŸ“ 0.216.1

5b5b717d3ce86b9d8018a5c0c1acb7a66c4d97ce authored about 1 year ago by Botberry <[email protected]>
fix: relay.Node with overwritten resolve_id and without NodeId (#2844)

* fix: unneccessary local variable, error when overwritting resolve_id but
not providing a Node...

a31b5c4d472b4c3a4bfa02fb13d593d4e016963a authored about 1 year ago by Alexander <[email protected]>
Release πŸ“ 0.216.0

6b84220803ed2d16e31e91d7d751b5a7954133ad authored about 1 year ago by Botberry <[email protected]>
Override encode_json() method in Django BaseView to use DjangoJSONEncoder (#3273)

Signed-off-by: Noam Stolero <[email protected]>

75cb9ec7f7d14576e9ed6000cd3607770061d2c0 authored about 1 year ago by Noam Stolero <[email protected]>
Release πŸ“ 0.215.3

3c7b57dcee3e79dbbd7ca87ad4a79c270c895628 authored about 1 year ago by Botberry <[email protected]>
change: parse query params to use parse_json (#3272)

* change: parse query to use parse_json

* docs: release file

* fix: extraneous typing

fdb87ece8b52b131b2ded683c0214e8552de07e3 authored about 1 year ago by Elias Gabriel <[email protected]>
Release πŸ“ 0.215.2

f0332fc588bf5b85e473b63e4311638138961cfa authored about 1 year ago by Botberry <[email protected]>
Allow to send cookies with apollo sandbox (#3278)

3e5c7f6712410214d54f88bfbdbbd69dd37e704e authored about 1 year ago by Patrick Arminio <[email protected]>
fix(docs): Examples are now working properly. (#3263)

c0d00aa5fb515aa3d9de496fa2b2758643dffa8f authored about 1 year ago by Matteo Bilotta <[email protected]>
Improve docs for max tokens limiter

a90dea2a3053e857aa2adf685d5c4f5d39c527c4 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.215.1

00b77fac503cc3042febfdf4a7e36b40b3a5400f authored about 1 year ago by Botberry <[email protected]>
Improved error message when supplying incorrect globalid (#3194)

* Improved error message when supplying incorrect globalid

* Improved error message when supp...

35f638f778d29dbfc9e2adbc5557f62ebfdaeb2d authored about 1 year ago by SD <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#3181)

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.2 β†’ v0.1.6](https://github.com/astral-sh...

54143e98466319ecd80742fa41c1a2fd9fc4fa7d authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Release πŸ“ 0.215.0

b81ba10d232c13aab7c5093771b0c146d45183a6 authored about 1 year ago by Botberry <[email protected]>
Add extensions support to federation.field (#3239)

* Add extensions support to federation.field

* [pre-commit.ci] auto fixes from pre-commit.com...

e56ae590815030d7790b91df0ae3135ead1ba4e7 authored about 1 year ago by Bryan Ricker <[email protected]>
update CONTRIBUTING.md test commands to match README.md (#3240)

aac7717646e961c00f1158e20859a7afa38feab6 authored about 1 year ago by Bryan Ricker <[email protected]>
Update schema-basics.md (#3234)

edebcb31dc75e85fbfa34fa66c71c1bbba78a688 authored about 1 year ago by Bryan Ricker <[email protected]>
Update resolvers.md (#3233)

c33e5bbf8a1bff6bcba4d3ae500e6f633b653202 authored about 1 year ago by Bryan Ricker <[email protected]>
docs: updated federation guide to include federation-specific graphql… (#3145)

* docs: updated federation guide to incldue federation-specific graphql directives

* docs: cl...

2aceac1d5543fbcb8244c77238c4c81906a68b81 authored about 1 year ago by Bradley Oesch <[email protected]>
docs: updated mutation docs to include instructions and caveats for i… (#3146)

* docs: updated mutation docs to include instructions and caveats for implementing nested mutati...

a6832f2781ab13ba6483ba1d7497192cd3522bd5 authored about 1 year ago by Bradley Oesch <[email protected]>
Release πŸ“ 0.214.0

fb66958ffbe0a0f0107087a63ff60bf6a6b805d8 authored about 1 year ago by Botberry <[email protected]>
GraphiQL packages upgrade to latest (#3227)

* GraphiQL packages upgrade to latest

* update integrity hashs

* Update RELEASE.md

* Li...

663aa2e021628a6db3244c6e94182612ea647005 authored about 1 year ago by Rodrigo Feijao <[email protected]>
Bump the all-dependencies group with 8 updates (#3223)

Bumps the all-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |...

d6bd38daf7c381169d65e6be92666ff1109ec64e authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove TWEET.md

4130a75f23a7fec7b4a6e9fbba913c4607437f37 authored about 1 year ago by Strawberry GraphQL Bot <[email protected]>
Release πŸ“ 0.213.0

a1dec3c31c0040ae2b4d7010bd0a81f0248650ca authored about 1 year ago by Botberry <[email protected]>
Add support for multiple GraphQL IDEs (#3209)

* Initial support for multiple GraphQL IDEs

* Update docs, add release notes

* Fix release...

196816dcae4bc85ae0616dd868139c10066afbb2 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.212.0

25ae2b4393cadb73ff7ef6a11ec805bf4ce4a238 authored about 1 year ago by Botberry <[email protected]>
Distinguish between python and graphql generics (#3202)

* Distinguish between python and graphql generics

* Add release notes

* trigger tests?

...

35d671e23f83bde3a0cfadf873cbf6f1456d1387 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.211.2

dfa003be28b994a0f322198fbfa3192f087a2201 authored about 1 year ago by Botberry <[email protected]>
remove useless graphiql submodules (#3203)

* remove useless graphiql submodules

* Update RELEASE.md

* Update RELEASE.md

---------
...

60e42c94cdb4895c2740c08e4a118986fe7711ca authored about 1 year ago by Pierre Chapuis <[email protected]>
Fix typo

627feaf9a57cfa383f5b13ab3d2a8f58b5ace086 authored about 1 year ago by Patrick Arminio <[email protected]>
Fix pyright tests (#3201)

* Use json output from pyright cli

* TMP: exclude strawberry for now

f2a010cd92c2740679762be7d0f94deec7c2b9ba authored about 1 year ago by Patrick Arminio <[email protected]>
Add missing link to field extensions (#3193)

ff583b68ba00f6ac6360bbc1639206a742543326 authored about 1 year ago by Patrick Arminio <[email protected]>
Bump the all-dependencies group with 7 updates (#3192)

Bumps the all-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |...

88960fe7120e61fd9adf6be04e7c98f94fd0edda authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[docs]: Include subscription constants in FastAPI section (#3179)

af39ae681fa0a681aa806fc4fca36e010d52f80e authored about 1 year ago by Kyle Kelley <[email protected]>
Run ruff format before ruff itself

74eb27e669e22676a976961341956c7673346f4b authored about 1 year ago by Patrick Arminio <[email protected]>
Bump the all-dependencies group with 1 update (#3175)

Bumps the all-dependencies group with 1 update: [ddtrace](https://github.com/DataDog/dd-trace-py...

353bd9272f9735abbb777b8c1104e7cc490ebe35 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump the all-dependencies group with 8 updates (#3174)

Bumps the all-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |...

3d9abe9f9ed834089758c27ff0b4dfc91518f429 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Group dependency updates (#3173)

d2790030d31af3ed750503c97bbdbd4a1291db51 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.211.1

1b3820999123e01db09fb4b4ff6adb5d67fd8dbc authored about 1 year ago by Botberry <[email protected]>
fix parser_cache extension (#3170)

* patch: fix parser_cache extension in combination with another configurable extension

* Upda...

6e0534fa2c9193af06402e8d28db38d074472a30 authored about 1 year ago by David Ε anda <[email protected]>
Fix tweet

99474c36636b644dc11162d184fbe3d0f4c7f78b authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.211.0

4bee40cc3dc1f3185f798d1d0462c76aa67a2ee8 authored about 1 year ago by Botberry <[email protected]>
Add a Quart view (#3162)

* remove pytest-flask and constraint on Flask <3.0

* add Quart integration

* add RELEASE.m...

f862b51e422e147c6ceb520c982f7dd386c3bcfe authored about 1 year ago by Pierre Chapuis <[email protected]>
Release πŸ“ 0.210.0

dbd0ac72ccd6ae70ae6db9614faf1c2011a672f9 authored about 1 year ago by Botberry <[email protected]>
Deprecate sentry extension (#3169)

* Update docs to mention that the extension is not needed anymore

* Add deprecation

* Test dep...

8e5e157bca1bda45d96510d4c9ee28412a3deaca authored about 1 year ago by Patrick Arminio <[email protected]>
Remove twitter card from workflows (#3168)

353adf2662043a99fbb468c75805570739b15993 authored about 1 year ago by Patrick Arminio <[email protected]>
Migrate to ruff formatter (#3166)

* Update ruff, use formatter

* Remove black

* Run ruff formatter

* Run ruff format via ...

3a78e2b6903efbc635079d2a2425667a9659d8b6 authored about 1 year ago by Patrick Arminio <[email protected]>
Docs tests

d095f40fb33fa6bc809fd0f0072f4086300546c0 authored about 1 year ago by Patrick Arminio <[email protected]>
Workaround griffe issue

2505871defb67c16a2ba1b8d972b4ea70f343f97 authored about 1 year ago by Patrick Arminio <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#3015)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-au...

4e65ab37c923d8eb38747bca96a3c626c5c01d53 authored about 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Release πŸ“ 0.209.8

78b7260250dd941f37466bebfdf275684b4a9fc5 authored about 1 year ago by Botberry <[email protected]>
Fix strawberry mypy pluging for pydantic v2 (#3159)

Co-authored-by: corentin <[email protected]>

e2ebc2677d9e5676216224c3d3040c33524a352a authored about 1 year ago by Corentin-Br <[email protected]>
Release πŸ“ 0.209.7

1bb8a8451bc892f8cb0709e9849eefb47a19b60a authored about 1 year ago by Botberry <[email protected]>
remove stack_info from logging (#3143)

Co-authored-by: Malte Finsterwalder <[email protected]>

c49879857acd98e882826b566c8ab7cb4ab25174 authored about 1 year ago by Malte Finsterwalder <[email protected]>
Release πŸ“ 0.209.6

a4aa93e6be75c806457f97c7a60bcb3d446ca422 authored about 1 year ago by Botberry <[email protected]>
Add text/html content-type to chalice graphiql response (#3137)

* Add text/html content-type to chalice graphiql response

* Add RELEASE.md

* Add Content-T...

05bf64494d3e69abe2f9b2ff7d3cfa615850d24f authored about 1 year ago by Julian Popescu <[email protected]>
Fix dependencies (#3138)

1e6ebce20c3b1745f6d9cb5e1ef45b74aa2fee40 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.209.5

628e4980b50e317cf99999aef052b8bb095370df authored about 1 year ago by Botberry <[email protected]>
Add `_handle_errors` hook on http views (#3127)

0c3a933586d910545ef485e47e00ef76f136b904 authored about 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.209.4

693699af7ad7982f5745bfafd4ceac8538732bf0 authored about 1 year ago by Botberry <[email protected]>
fix: exclude "self" from ConflictingArgumentsError check (#3131)

This release changes how we check for conflicting resolver arguments to
exclude `self` from tho...

323714e955d441d9fd8a7c66f3e3d9a268b67c13 authored about 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Release πŸ“ 0.209.3

d524f6b59e067725122b5f5b6b9838f40452d978 authored about 1 year ago by Botberry <[email protected]>
fix: use markcoroutinefunction on django async view to support python 3.12 (#3124)

bc2d546725408a0970a0ccd3a3c2badc529f1125 authored about 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Bump pydantic from 2.1.1 to 2.3.0 (#3104)

* Bump pydantic from 2.1.1 to 2.3.0

Bumps [pydantic](https://github.com/pydantic/pydantic) fr...

9c946a2d4f56b81dfb0e58e4a9ed2aa89adfc1c8 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release πŸ“ 0.209.2

a9f18b8bdb6d156bc9920c06c22686b6841b1f2b authored about 1 year ago by Botberry <[email protected]>
Fix pydantic with nested annotated type annotations (#3109)

* fix(pydantic): nested annotated type annotations

* docs: add RELEASE.md

* refactor: use ...

d4b223d54c846bdf0c88e3c27c9dd379e68f0d10 authored about 1 year ago by Matthieu MN <[email protected]>
Fix subclassing in our docs (#3114)

b24b069424795beb7a99841affc21fbbe3fa964b authored over 1 year ago by Patrick Arminio <[email protected]>
Release πŸ“ 0.209.1

40641fd56b9c13c8752809c79436eb90902e4610 authored over 1 year ago by Botberry <[email protected]>
Fix generation of schema when description had double quotes (#3112)

cbb5a92392ac7d2b192af0be73cfd87191cbd7f3 authored over 1 year ago by Patrick Arminio <[email protected]>