Skip to content

Commit

Permalink
[1.0.latest] Lowering networkx dependency (#5280)
Browse files Browse the repository at this point in the history
* Update README.md

* Setting networkx version lower

* Removing unneeded whitespace change

* changelog
  • Loading branch information
leahwicz authored May 20, 2022
1 parent 0166135 commit fd49525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changes/unreleased/Dependencies-20220520-120920.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Dependencies
body: Lowering networkx dependency range due to new version's breaking change
time: 2022-05-20T12:09:20.999784-04:00
custom:
Author: leahwicz
Issue: "5254"
PR: "5280"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'logbook>=1.5,<1.6',
'mashumaro==2.9',
'minimal-snowplow-tracker==0.0.2',
'networkx>=2.3,<3',
'networkx>=2.3,<2.8.1',
'packaging>=20.9,<22.0',
'sqlparse>=0.2.3,<0.5',
'dbt-extractor~=0.4.1',
Expand Down

0 comments on commit fd49525

Please sign in to comment.