Ecosyste.ms: OpenCollective

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

github.com/python/mypy

Optional static typing for Python
https://github.com/python/mypy

Lock test dependencies (#16283)

This was discussed in the contributor meetup today. This is a simple
solution that requires ver...

ff8cebbcf5094012ee914308dc4f9ecaa7f4684c authored about 1 year ago by Shantanu <[email protected]>
Correctly recognize `typing_extensions.NewType` (#16298)

<!--
Checklist:
- Read the [Contributing
Guidelines](https://github.com/python/mypy/blob/mast...

eecbcb981708bded48d9c17f5fd7ab843b57b2c0 authored about 1 year ago by Ganden Schaffner <[email protected]>
fix: remove redundant `.format()` (#16288)

Originally this was added in 040f3ab revision at 562th line.

5506cba158d76cd11697d1178d73a552aa617b7c authored about 1 year ago by Ihor <[email protected]>
Fix daemon false positives related to module-level __getattr__ (#16292)

In some cases, mypy daemon could generate false positives about imports
targeting packages with...

1c218ea2c674d7a06c8ed4c2f95855f1d3fd26da authored about 1 year ago by Jukka Lehtosalo <[email protected]>
[mypyc] Avoid cyclic reference in nested functions (#16268)

Mypyc used to always put nested functions into the environment object,
which results in cyclic ...

e1f6d6b4547f118787a68bf503f5c86a2801a2bf authored about 1 year ago by Jukka Lehtosalo <[email protected]>
Add `unimported-reveal` error code (#16271)

Note: `reveal_type(1) # type: ignore` is problematic, because it
silences the output. So, I've ...

838a1d4be1f3cad230d028b0e9cb8e1fb7a4fa5b authored about 1 year ago by Nikita Sobolev <[email protected]>
Add a changelog (#16280)

I pre-populated it with blog post entries since mypy 1.0. There might be
some markdown or backs...

ffe89a21058eaa6eb1c1796d9ab87aece965e2d9 authored about 1 year ago by Shantanu <[email protected]>
Support fancy new syntax for variadic types (#16242)

This is the last significant thing I am aware of that is needed for PEP
646 support. After this...

f3bdf5caaf6ccbba6c5df21b483fb9b716f13851 authored about 1 year ago by Ivan Levkivskyi <[email protected]>
Attempt to fix daemon crash related to ABCs (#16275)

I couldn't reproduce the crash with a small example, but this seems to
fix this crash in a larg...

4a9e6e60884c0bab89eb2ec6e947373c871f8aee authored about 1 year ago by Jukka Lehtosalo <[email protected]>
Bump test deps: `ruff` and `pre-commit-hooks` (#16273)

Release post: https://astral.sh/blog/ruff-v0.1.0

f5a3e233c99077317c4cf6fee7745686d67fd21b authored about 1 year ago by Nikita Sobolev <[email protected]>
Correctly handle variadic instances with empty arguments (#16238)

Fixes https://github.com/python/mypy/issues/16199

It was surprisingly hard to fix, because al...

85f40b5c8479cbca1d30f912fb95aa243b09c334 authored about 1 year ago by Ivan Levkivskyi <[email protected]>
Stream dmypy output instead of dumping everything at the end (#16252)

This does 2 things:
1. It changes the IPC code to work with multiple messages.
2. It changes t...

2bcec24635670bcff6efab3d21641f39f0f35857 authored about 1 year ago by Valentin Stanciu <[email protected]>
stubgen: unify C extension and pure python stub generators with object oriented design (#15770)

This MR is a major overhaul to `stubgen`. It has been tested extensively
in the process of crea...

e4355948d797600c7b76da0a916fc5f29d10448e authored about 1 year ago by Chad Dombrova <[email protected]>
Correctly handle runtime type applications of variadic types (#16240)

This adds some missing pieces to runtime type application handling for
both `TypeVarTuple` and ...

ff9deb3001d9c7cc84a1e2fed9125bf456b1d68b authored about 1 year ago by Ivan Levkivskyi <[email protected]>
[mypyc] Fix direct __dict__ access on inner functions in new Python (#16084)

Fixes #16077

940fceb59a55513913c3c9c1eaf89a7f5ee774d6 authored about 1 year ago by Shantanu <[email protected]>
Sync typeshed (#16266)

feb0fa75ca7f3abb1217d94f6ffb55994b9a31c8 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix crash on ParamSpec unification (for real) (#16259)

Fixes https://github.com/python/mypy/issues/16257

Parenthesis strike back. I hope this is the...

2e52e98fd2873775a58616c097e93c96f58fc991 authored about 1 year ago by Ivan Levkivskyi <[email protected]>
Fix `coverage` config (#16258)

fixes #16255

fbc48afccdf47de43fba73f2bc0eaf43a3f7b310 authored about 1 year ago by Alex Waygood <[email protected]>
Fix crash on ParamSpec unification (#16251)

Fixes https://github.com/python/mypy/issues/16245
Fixes https://github.com/python/mypy/issues/1...

72605dc12a89b9c12a502ebfad494b4b9d9b5160 authored about 1 year ago by Ivan Levkivskyi <[email protected]>
show dmypy errors post serving (#16250)

After dmypy starts serving, stdout and stderr gets captured. If we have
an error, we assume we ...

2c1009ed7cde0247c859bbccb852490b8c91bd97 authored about 1 year ago by Valentin Stanciu <[email protected]>
Fix partially defined in the case of missing type maps (#15995)

Thanks AlexWaygood for sending me on this adventure. This took me a
while for me to debug!

W...

8b6d21373f44959d8aa194723e871e5468ad5c71 authored about 1 year ago by Shantanu <[email protected]>
(๐ŸŽ) drop 'dev' from 3.12 in the CI (#16239)

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

e87b62fcda423a9cd6db9076f66459fe47491568 authored about 1 year ago by KotlinIsland <[email protected]>
Add an extra for mypyc dependencies (#16229)

Fixes #15579

ff7ac75387d3b5c7d0eaa4573bf2a0723bf3a3fc authored over 1 year ago by Shantanu <[email protected]>
Use SPDX license identifier (#16230)

It does not change the license itself, only its identifier in
`setup.py`, so external tools can...

3c7bdb22407dea87039e9fd3c551df157794c9f0 authored over 1 year ago by Nikita Sobolev <[email protected]>
Support variadic tuple packing/unpacking (#16205)

This is includes also related things such as tuple concatenation,
special-cased tuple "re-packi...

d54e8b30301620ce5cc59a0c304b8423f07a7b60 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Remove stubs packages from `stubinfo.py` where the runtime package has added a `py.typed` file (#16226)

All of these stubs packages have been removed from typeshed, due to the
runtime package having ...

10dfafe089a75dc117586ebab35723da66309398 authored over 1 year ago by Alex Waygood <[email protected]>
Bump ruff and black to their latest versions (#16221)

Closes #16218

a1df3353a7bc0d7ff7b3459e95d0f9684b325e9b authored over 1 year ago by Alex Waygood <[email protected]>
__qualname__ and __module__ are available in class bodies (#16215)

Resolves #10570
Resolves #6473

b1ba661122dc39d9bbc53cf5df334c9f56b1a729 authored over 1 year ago by Anthony Sottile <[email protected]>
tests: avoid leaving artifacts in the source tree (#16201)

When running the mypy unittests, most of the time any output files are
produced into a temporar...

d839a0b1013873e27eae334a21b56fa57cd5e178 authored over 1 year ago by Eli Schwartz <[email protected]>
Add meta test for new diff logic (#16211)

Follow up to #16112

96803e0817c751e82fe88695647e20a8f050dee9 authored over 1 year ago by Shantanu <[email protected]>
stubtest: hint when args in stub need to be keyword-only (#16210)

bcd4ff231554102a6698615882074e440ebfc3c9 authored over 1 year ago by Alex Waygood <[email protected]>
tuple slice should not propagate fallback (#16154)

Fixes #8776

99ba048f4887eb0fbd55cde3f4243f6c177cbf7e authored over 1 year ago by Thomas Grainger <[email protected]>
Fix cases of type object handling for overloads (#16168)

Fixes most of #12320. I didn't add tests for every code path because
it's niche. I also didn't ...

3d3e482e03c1efeaca9a1033acf06f56c1dfdf86 authored over 1 year ago by Shantanu <[email protected]>
Sync typeshed (#16206)

Source commit:

https://github.com/python/typeshed/commit/559d31c4a33045310a30843dd7fac88a62cc...

7a62481c4ed4007a0323118d3e1b8727b2136434 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix error code on "Maybe you forgot to use await" note (#16203)

Fixes #16202

acccdd8a25b019e6b08180e2f95417a29651435e authored over 1 year ago by Jelle Zijlstra <[email protected]>
Add more tests for variadic Callables (#16198)

Supersedes https://github.com/python/mypy/pull/15254

Note the error message for one of the te...

181cbe88f1396f2f52770f59b6bbb13c6521980a authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Fix walrus interaction with empty collections (#16197)

This fixes a regression caused by
https://github.com/python/mypy/pull/16122

fddfc8dfb29ef9adec02f46eda8e92f74bdd7c9c authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Better support for variadic calls and indexing (#16131)

This improves support for two features that were supported but only
partially: variadic calls, ...

0291ec90d46655d47fcf220be7eab8b5f7c035e7 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Use type variable bound when it appears as actual during inference (#16178)

This should help with re-enabling the use of `ParamSpec` in
`functools.wraps` (as it looks like...

d25d68065c18a30d975685bd7a13cb7d085a200c authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Use upper bounds as fallback solutions for inference (#16184)

Fixes https://github.com/python/mypy/issues/13220

This looks a bit ad-hoc, but it is probably...

5f6961b38acd7381ff3f8071f1f31db192cba368 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Special-case type inference of empty collections (#16122)

Fixes https://github.com/python/mypy/issues/230
Fixes https://github.com/python/mypy/issues/646...

4b66fa9de07828621fee1d53abd533f3903e570a authored over 1 year ago by Ivan Levkivskyi <[email protected]>
stubgen: multiple fixes to the generated imports (#15624)

* Fix handling of nested imports.
Instead of assuming that a name is imported from a top level ...

0c8b76195a773363721d5521653bcdf9989d8768 authored over 1 year ago by Ali Hamdan <[email protected]>
Fix typo in dataclasses.py (#16173)

```
heirarchy -> hierarchy
```

9edda9a79790d8f7263234eca9509657ea0c37f0 authored over 1 year ago by Ikko Eltociear Ashimine <[email protected]>
Remove `is_classmethod_class` slot from `CallableType` (#16151)

This slot was not used anywhere:

```
ยป ag is_classmethod_class .
...

ff81a1c7abc91d9984fc73b9f2b9eab198001c8e authored over 1 year ago by Nikita Sobolev <[email protected]>
Do not consider `import a.b as b` an explicit reexport (#14086)

The point of the `import a as a` and `from a import b as b` syntax for
explicit reexport is tha...

7089a7fe635cfbed2916bb4f67243b317ccf37ea authored over 1 year ago by Anders Kaseorg <[email protected]>
Fix crash on dataclass field / property collision (#16147)

I think the current error message is enough:
https://github.com/python/mypy/issues/16141

CC ...

c9929e2c906d377ca7026c4be10f88a1bd7ecff1 authored over 1 year ago by Nikita Sobolev <[email protected]>
Fix inference for overloaded __call__ with generic self (#16053)

Fixes #8283

Co-authored-by: ilevkivskyi

249f3f8285d9d2a0f77273ace805dac0eef684c6 authored over 1 year ago by Shantanu <[email protected]>
Call dynamic class hook on generic classes (#16052)

Fixes: #8359

CC @sobolevn

`get_dynamic_class_hook()` will now additionally be called for ...

ba978f461e1f88327f9caa2e83774caaaeee1a6a authored over 1 year ago by Petter Friberg <[email protected]>
Preserve implicitly exported types via attribute access (#16129)

Resolves #13965. Follow up to #13967. Unblocks #14086

1dcff0d2235ba6570f290a126f1bdd762f2d4991 authored over 1 year ago by Shantanu <[email protected]>
Make it easier to copy commands from docs README (#16133)

Fixes #16132.

9b9152484c6b1ba3934373ca0c7600f71392fb06 authored over 1 year ago by Hamir Mahal <[email protected]>
Use comments in issue template (#15742)

Fixes #15741

bf7eab682a2bc63ec90e868610231a105a9b415f authored over 1 year ago by Hamir Mahal <[email protected]>
Fix mypyc regression with pretty (#16124)

Fixes #15877

Regression was introduced by #15070. Previously Errors objects created
in mypyc...

c99b93646c7edb5ae33a84c9b322b289b97e0117 authored over 1 year ago by Shantanu <[email protected]>
dataclass.replace: allow transformed classes (#15915)

We [already
synthesize](https://github.com/python/mypy/issues/15843#issuecomment-1685159995)
`...

b65cd9ae6e1ae4b25e4af4f0e855646bbe382b29 authored over 1 year ago by Ilya Priven <[email protected]>
Update hashes in `sync-typeshed.py` following typeshed sync (#16126)

Followup to #16121

0222bf492e035ab1062a6d6fc38abc249a8ae211 authored over 1 year ago by Alex Waygood <[email protected]>
Revert use of `ParamSpec` for `functools.wraps`

7d987a1056e4c6ee6f75aa4841f7e0c73ca9b496 authored over 1 year ago by AlexWaygood <[email protected]>
Revert typeshed ctypes change

Since the plugin provides superior type checking: https://github.com/python/mypy/pull/13987#issue...

2816b97d5c61355d089b291b861df4c64f4aa96a authored over 1 year ago by AlexWaygood <[email protected]>
Revert sum literal integer change (#13961)

This is allegedly causing large performance problems, see 13821

typeshed/8231 had zero hits on ...

378a866e90f534a0f0e9bbbca1324317ba784bbb authored over 1 year ago by Shantanu <[email protected]>
Remove use of LiteralString in builtins (#13743)

9859fe7ba3ae046ed3aa822f869ec4866978eac8 authored over 1 year ago by Shantanu <[email protected]>
Sync typeshed

Source commit:
https://github.com/python/typeshed/commit/0ea043253e70d0304478a6d0b58bcda4cc583d08

80232b0cd6305b848c0d454bac04a5fb30578766 authored over 1 year ago by AlexWaygood <[email protected]>
Fix the newly-uncovered stubtest bug

ec665cc8b4f59e81ec28ea946bc673cb20028751 authored over 1 year ago by AlexWaygood <[email protected]>
Fix crash on star unpack in TypedDict (#16116)

Fixes https://github.com/python/mypy/issues/16107
Fixes https://github.com/python/mypy/issues/1...

88ae1e4c1541e5b03d695cf63d1265b972e427d9 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
stubgen: generate valid dataclass stubs (#15625)

Fixes #12441
Fixes #9986
Fixes #15966

2bbc42f898031d2aa3e26f1272604ce879ff57dd authored over 1 year ago by Ali Hamdan <[email protected]>
Fix crash on malformed TypedDict in incremental mode (#16115)

Fixes https://github.com/python/mypy/issues/15557

FWIW I simply copy the logic for handling m...

402c8ffa821d35a68dfe010a59f1dd9ea3dbb02a authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Better diffs in tests (#16112)

It's annoying that one line change causes everything else to show up as
a diff. Just use diffli...

d77310ae61e8e784aae46b2011f35900b9392e15 authored over 1 year ago by Shantanu <[email protected]>
Fix tuple[Any, ...] subtyping (#16108)

Follow up to #16073 and #16076
Fix needed for
https://github.com/python/mypy/pull/16053/files#...

2c2d126cc742f2467045d36780c33bb8fb77a614 authored over 1 year ago by Shantanu <[email protected]>
Lenient handling of trivial Callable suffixes (#15913)

Fixes https://github.com/python/mypy/issues/15734
Fixes https://github.com/python/mypy/issues/1...

f41e24c8b31a110c2f01a753acba458977e41bfc authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Subtyping and inference of user defined variadic types (#16076)

The second part of support for user defined variadic types comes as a
single PR, it was hard to...

b3275572ec9b65d0a1b5157c5f73ad4004a356b4 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
[mypyc] Make tuple packing and unpacking more efficient (#16022)

Previously returning a tuple from a function resulted in redundant
increfs and decrefs
for eac...

66fbf5b526ad8cfa127dd5cca68dcb2f770b1dd7 authored over 1 year ago by Jukka Lehtosalo <[email protected]>
Allow TypedDict unpacking in Callable types (#16083)

Fixes https://github.com/python/mypy/issues/16082

Currently we only allow `Unpack` of a Typed...

9e520c38777267495642845f070be4383f50342d authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Add `add_overloaded_method_to_class` helper to `plugins/common.py` (#16038)

There are several changes:

1. `add_overloaded_method_to_class` itself. It is very useful for ...

9a35360739ced871feb6331a14a7bbacce00c7dc authored over 1 year ago by Nikita Sobolev <[email protected]>
Document and rename overload-overlap error code (#16074)

A new error code was introduced in
https://github.com/python/mypy/pull/16061

As per https://...

ed18fea5b17ef3a969b37b4906dd7c237ddb1825 authored over 1 year ago by Shantanu <[email protected]>
Fix __post_init__() internal error (#16080)

Fixes #16057.

f9dc5610423d368bcf804b6a88a2d8502e62df1c authored over 1 year ago by Ilya Priven <[email protected]>
Differentiate between venv and tox setups in CONTRIBUTING.md (#16067)

49419835045b09c98b545171abb10384b6ecf6a9 authored over 1 year ago by Matt Bogosian <[email protected]>
Complete type analysis of variadic types (#15991)

This PR closes the first part of support for `TypeVarTuple`: the
"static" analysis of types (of...

8b73cc22c6a251682f777b104677fa0e1ed5fd67 authored over 1 year ago by Ivan Levkivskyi <[email protected]>
Build the docs in CI for all PRs touching the `mypy/` directory (#16068)

1. #16061 added a new error code, but didn't add any docs for the new
error code
2. Because no...

816ba3b33dd157def6b7d8c0b0fcca65ff2cbc05 authored over 1 year ago by Alex Waygood <[email protected]>
Introduce error category [unsafe-overload] (#16061)

fixes #16060

Co-authored-by: Alex Waygood <[email protected]>

175c5a59f18df9d56b3c2fb0e2a9669dd196c311 authored over 1 year ago by Randolf Scholz <[email protected]>
Clear cache when adding --new-type-inference (#16059)

Add `new_type_inference` to the list of options affecting the cache.

ed9b8990025a81a12e32bec59f2f3bfab3d7c71b authored over 1 year ago by Marc Mueller <[email protected]>
Add docs about `--force-uppercase-builtins` and `--force-union-syntax` (#16049)

Refs https://github.com/python/mypy/pull/16048

c0906408c10d24d748711fa24be5befb2c794d4c authored over 1 year ago by Nikita Sobolev <[email protected]>
Document `force_union_syntax` and `force_uppercase_builtins` (#16048)

Users don't know about them:
https://github.com/typeddjango/pytest-mypy-plugins/issues/126
Sin...

5d9d13ebc9899ec43699b8e91ec5587d6f962283 authored over 1 year ago by Nikita Sobolev <[email protected]>
Use latest `actions/checkout@v4` (#16042)

Looks like recent CI failures are related.
Release docs: https://github.com/actions/checkout/re...

4496a005a84f7daedc1ef2e801583127f5995f75 authored over 1 year ago by Nikita Sobolev <[email protected]>
Do not use deprecated `add_method` in `attrs` plugin (#16037)

CC @ikonst

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users...

c712079e1cbd74e2ea37da02d66152810fb69903 authored over 1 year ago by Nikita Sobolev <[email protected]>
Remove type aliases that are long supported (#16039)

Some builtin aliases are available for all python versions that we
support. So, there's no need...

bd212bcc2229779c0f6c96b16bf9d685e98884c1 authored over 1 year ago by Nikita Sobolev <[email protected]>
Add type annotations to `test-data/unit/plugins` (#16028)

Closes https://github.com/python/mypy/issues/16027

8738886861682e0d168ea321c2cc6ee5b566cb8b authored over 1 year ago by Nikita Sobolev <[email protected]>
Bundle `misc/proper_plugin.py` as a part of `mypy` (#16036)

I modified

```diff
diff --git mypy/binder.py mypy/binder.py
index 8a68f24f6..194883f86 100...

488ad4f31dca387f87093e8d0b0fef2e021daa0b authored over 1 year ago by Nikita Sobolev <[email protected]>
Do not set `is_final` twice for `FuncBase` subclasses (#16030)

92e054b7dad3641fe74326ef60e773b974ca614f authored over 1 year ago by Nikita Sobolev <[email protected]>
Exclude `assert False` from coverage (#16026)

87365eb3b2ef5f89c19de2708a826f3c80e914a6 authored over 1 year ago by Nikita Sobolev <[email protected]>
ruff: add pyupgrade (#16023)

For example, this [review
comment](https://github.com/python/mypy/pull/15481#discussion_r131375...

f83d6eb9070137f0b060bb5a8b81858bf8910424 authored over 1 year ago by Ilya Priven <[email protected]>
Document we're not tracking relationships between symbols (#16018)

Fixes #15653.

I did not use erictraut's "quantum entanglement" metaphor, though I
find it to...

cc8a4b50f7e65004a97c9ba51c69f7c9340370d9 authored over 1 year ago by Ilya Priven <[email protected]>
meta tests: refactor run_pytest (#15481)

Factor `run_pytest` out of mypy/test/meta/test_*.py.

6a6d2e8a2d919af7557063de8f1faa580969b011 authored over 1 year ago by Ilya Priven <[email protected]>
docs: document dataclass_transform behavior (#16017)

Document behavior discussed in
https://github.com/python/typing/discussions/1456.

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

fb32db7237ec1847960c93cfb17c8f24182d5d77 authored over 1 year ago by Ilya Priven <[email protected]>
Fix crash with report generation on namespace packages (again) (#16019)

Fixes #15979. Fix is similar to that in `iterate_python_lines`.

5adf934804c512c37a9506aeae426622abf92cb5 authored over 1 year ago by Shantanu <[email protected]>
Reword the error message related to void functions (#15876)

Fixes #3226.

Aims to provide better assistance to users who may be confused when
their void ...

1655b0ce16af04cc76cf769a693366e9206a03de authored over 1 year ago by Albert Tugushev <[email protected]>
Fix case Any() in match statement (#14479)

Fixes #14477

6884aa2b27f7ec25ebeffab9e39b35807642a9d2 authored over 1 year ago by DS/Charlie <[email protected]>
Match note error codes to import error codes (#16004)

Fixes #16003. Follow up to #14740

17e9e228f2efaeab2ca063cca44411feaa370dd5 authored over 1 year ago by Shantanu <[email protected]>
Make PEP 695 constructs give a reasonable error message (#16013)

Mypy does not yet support PEP 695

Fixes #16011, linking #15238

0c29507e6ef870eb96da222a734dc8ef8e5fbe24 authored over 1 year ago by Shantanu <[email protected]>
Fix crash when parsing error code config with typo (#16005)

Fixes #16002

803f61097b0eba6505c976d72ce2176b8c64d987 authored over 1 year ago by Shantanu <[email protected]>
Deduplicate iterable logic (#16006)

This e.g. makes sure both code paths receive my fix in #15688

d440490270b643b2be333b5b27b154813f016ab6 authored over 1 year ago by Shantanu <[email protected]>
Sync typeshed (#16009)

Source commit:

https://github.com/python/typeshed/commit/f28cb8b8562ccc382d018129ba4886f241c6...

2a6d9cbc45eba360934ddee7b43c607b3edb3095 authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Represent bottom type as Never in messages (#15996)

Fixes #15950

df4717ee2cbbeb9e47fbd0e60edcaa6f81bbd7bb authored over 1 year ago by Shantanu <[email protected]>
Update version number to 1.7.0+dev (#15989)

We've cut the release branch for 1.6, so the dev version should now be
1.7.

Co-authored-by: ...

9a0aca14724eeef580eefcd3b340678313a1930a authored over 1 year ago by Max Murin <[email protected]>