Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Allow dependency rustworkx 0.14.x #6045

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
7e9ba36
Allow dependency rustworkx 0.14.x
harryzcy Feb 24, 2024
65327f7
Update rustworkx version in setup.py
harryzcy Feb 25, 2024
40eb847
Merge branch 'main' into rustworkx-0.14
harryzcy Feb 25, 2024
2e7947d
Merge branch 'main' into rustworkx-0.14
harryzcy Mar 3, 2024
dbb63b4
Merge branch 'main' into rustworkx-0.14
harryzcy Mar 5, 2024
1a14892
Merge branch 'main' into rustworkx-0.14
harryzcy Mar 18, 2024
2e94e1f
Merge branch 'main' into rustworkx-0.14
harryzcy Mar 26, 2024
7a4572f
feat(secrets): bump manually bc-detect-secrets (#6120)
maxamel Mar 26, 2024
7e25dae
feat(secrets): bump manually bc-detect-secrets (#6120)
maxamel Mar 26, 2024
2c5afa5
feat(terraform): add fix for when tf_def is a string (#6121)
maxamel Mar 26, 2024
a0038c7
feat(terraform): add fix for when tf_def is a string (#6121)
maxamel Mar 26, 2024
35b9616
Merge branch 'main' into rustworkx-0.14
harryzcy Mar 26, 2024
30741d7
Merge branch 'main' into rustworkx-0.14
harryzcy Apr 12, 2024
34a85ed
Merge branch 'main' into rustworkx-0.14
harryzcy Apr 19, 2024
8fcc17c
Merge branch 'main' into rustworkx-0.14
harryzcy Jun 30, 2024
0d5e82d
Merge branch 'main' into rustworkx-0.14
harryzcy Jun 30, 2024
83b57ac
Merge branch 'main' into rustworkx-0.14
harryzcy Jul 6, 2024
e137a0f
Merge branch 'main' into rustworkx-0.14
harryzcy Jul 9, 2024
749647e
Merge branch 'main' into rustworkx-0.14
harryzcy Aug 1, 2024
e39f025
Merge branch 'main' into rustworkx-0.14
harryzcy Aug 24, 2024
3ab21cd
Merge branch 'main' into rustworkx-0.14
harryzcy Sep 9, 2024
a1dd36f
Merge remote-tracking branch 'upstream/main' into rustworkx-0.14
harryzcy Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ yarl = ">=1.9.1,<2.0.0"
openai = "<1.0.0" # it comes with a couple of changes a different dependencies, needs separate testing
spdx-tools = ">=0.8.0,<0.9.0"
license-expression = ">=30.1.0,<31.0.0"
rustworkx = ">=0.13.0,<0.14.0"
rustworkx = ">=0.13.0,<0.15.0"
pydantic = ">=2.0.0,<3.0.0"
botocore = "==1.34.25"
urllib3 = "*"
Expand Down
Loading