-
Notifications
You must be signed in to change notification settings - Fork 4k
pin click to < 8.0 #3256
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
Merged
Merged
pin click to < 8.0 #3256
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AnOctopus
approved these changes
May 12, 2021
kmcgrady
pushed a commit
that referenced
this pull request
May 13, 2021
Click 8.0 has breaking API changes
tconkling
added a commit
to tconkling/streamlit
that referenced
this pull request
May 17, 2021
* develop: Remove tag from PR template (streamlit#3284) Add test req version bound for TF to fix tests (streamlit#3266) Add support for toml syntax highlighting in code blocks (streamlit#3140) Don't allow config.get_option to be called on file import (streamlit#3235) pin click to < 8.0 (streamlit#3256) Random cleanup: docstrings + type-safety (streamlit#3252) "setWidgetValue" -> "commitWidgetValue" (streamlit#3253)
tconkling
added a commit
that referenced
this pull request
May 18, 2021
* develop: (75 commits) Remove tag from PR template (#3284) Add test req version bound for TF to fix tests (#3266) pin click to < 8.0 (#3256) Up version to 0.82.0 Update change log Add support for toml syntax highlighting in code blocks (#3140) Don't allow config.get_option to be called on file import (#3235) pin click to < 8.0 (#3256) Random cleanup: docstrings + type-safety (#3252) "setWidgetValue" -> "commitWidgetValue" (#3253) Fix inactive DatePicker if the date value is 10 years earlier (#3241) Upgrade trim to 0.0.3 or later (#3250) Manually name all snapshots and generate missing ones (#3205) Fix Video Recorded modal dialog width (#3226) Bump handlebars from 4.7.6 to 4.7.7 in /frontend (#3238) Bump hosted-git-info from 2.8.8 to 2.8.9 in /frontend (#3234) Bump lodash from 4.17.20 to 4.17.21 in /frontend (#3233) Bump ua-parser-js from 0.7.23 to 0.7.28 in /frontend (#3231) Update FAQs with supported browsers (#3225) Update copyright date (#3228) ...
kajarenc
added a commit
that referenced
this pull request
May 19, 2021
* Add container/block type `Card` * Update change log * Up version to 0.82.0 * pin click to < 8.0 (#3256) Click 8.0 has breaking API changes * Use `margin` and `padding` instead of `marginTop`, ... and `paddingTop` ... * Remove tag from PR template (#3284) * * Prevent nested cards Co-authored-by: Ken McGrady <[email protected]> Co-authored-by: Tim Conkling <[email protected]> Co-authored-by: Ken McGrady <[email protected]>
tconkling
added a commit
to tconkling/streamlit
that referenced
this pull request
May 19, 2021
* develop: Widget test cleanup (streamlit#3286) pin click to < 8.0 (streamlit#3256) Up version to 0.82.0 Update change log
tconkling
added a commit
to tconkling/streamlit
that referenced
this pull request
May 25, 2021
# By Ken McGrady (19) and others # Via GitHub (9) and others * develop: (96 commits) st.form: clear_on_submit (streamlit#3287) Init test variables in beforeEach Init test variables in beforeEach Add database tutorials to docs (streamlit#3272) update contact email to support (streamlit#3282) Better typing Remove dummy script Add testing and some comments Fix the bug, don't love the solution Improve test name Add script for testing Fix test after merge Make sure selected options aren't visible in the dropdown Widget test cleanup (streamlit#3286) Add test for the fuzzy filter Import filter function from another component Remove tag from PR template (streamlit#3284) Add test req version bound for TF to fix tests (streamlit#3266) pin click to < 8.0 (streamlit#3256) Up version to 0.82.0 ... # Conflicts: # frontend/src/components/shared/Dropdown/Selectbox.test.tsx
|
is streamlit using anything from the breaking API changes? newer packages use click 8.0 and I'm having issues with streamlit in those venvs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Click 8.0 has breaking API changes