Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 93d2cf3

Browse files
chewseleneSelene Chewobi1kenobi
authored
Add query planning typedefs (#1013)
* add query planning typedefs * update pipfile lock * make backend type an enum * typing copilot tighten * update match typedef name Co-authored-by: Predrag Gruevski <[email protected]> * typo Co-authored-by: Predrag Gruevski <[email protected]> * update interpreter typedef name Co-authored-by: Predrag Gruevski <[email protected]> * document deserialization limitation Co-authored-by: Selene Chew <[email protected]> Co-authored-by: Predrag Gruevski <[email protected]>
1 parent 0cb05d4 commit 93d2cf3

File tree

5 files changed

+367
-2
lines changed

5 files changed

+367
-2
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ sphinx = ">=1.8,<2"
4040

4141
[packages] # Make sure to keep in sync with setup.py requirements.
4242
ciso8601 = ">=2.1.3,<3"
43+
dataclasses-json = ">=0.5.2,<0.6"
4344
funcy = ">=1.7.3,<2"
4445
graphql-core = ">=3.1.2,<3.2" # minor versions sometimes contain breaking changes
4546
six = ">=1.10.0"

Pipfile.lock

+53-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)