-
Notifications
You must be signed in to change notification settings - Fork 0
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(deps): update python dependencies (major) #27
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-python-dependencies
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
5 times, most recently
from
November 18, 2023 02:30
5d95dc9
to
5fd2cc0
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
2 times, most recently
from
November 22, 2023 19:28
04e7e68
to
0d05ae7
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
2 times, most recently
from
December 1, 2023 19:05
06cf31b
to
7a073e3
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
6 times, most recently
from
December 13, 2023 01:59
48b3b88
to
cb9b9b8
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
3 times, most recently
from
December 20, 2023 01:14
461a447
to
6e16892
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
from
December 22, 2023 14:02
6e16892
to
01d25f7
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
from
January 5, 2024 01:24
01d25f7
to
065124a
Compare
renovate
bot
changed the title
chore(deps): update dependency openai to v1
chore(deps): update python dependencies (major)
Jan 5, 2024
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
5 times, most recently
from
January 12, 2024 18:17
8a64f15
to
7bc3fac
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
2 times, most recently
from
January 21, 2024 11:02
ce0f6c1
to
ff5fd8d
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
2 times, most recently
from
January 24, 2024 13:13
873218f
to
b6f89d1
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
3 times, most recently
from
October 8, 2024 17:12
8917872
to
45f05aa
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
3 times, most recently
from
October 24, 2024 00:10
1508a6b
to
050caf9
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
5 times, most recently
from
November 5, 2024 18:25
bb1be52
to
3c49e99
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
2 times, most recently
from
November 6, 2024 22:47
87d978a
to
bcc0374
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
3 times, most recently
from
November 25, 2024 18:53
2204619
to
c765744
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
5 times, most recently
from
December 3, 2024 18:07
36f7329
to
30fc7a3
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
4 times, most recently
from
December 10, 2024 16:50
a9cff3c
to
bfcc29d
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
3 times, most recently
from
December 17, 2024 18:56
1111b1d
to
ab6866e
Compare
renovate
bot
force-pushed
the
renovate/major-python-dependencies
branch
from
December 17, 2024 21:31
ab6866e
to
e9b87d6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
==23.11.0
->==24.10.0
==6.1.0
->==7.1.1
==0.28.1
->==1.58.1
==3.5.0
->==4.0.1
==7.4.4
->==8.3.4
==4.1.0
->==6.0.0
Release Notes
psf/black (black)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)v24.3.0
Compare Source
Highlights
This release is a milestone: it fixes Black's first CVE security vulnerability. If you
run Black on untrusted input, or if you habitually put thousands of leading tab
characters in your docstrings, you are strongly encouraged to upgrade immediately to fix
CVE-2024-21503.
This release also fixes a bug in Black's AST safety check that allowed Black to make
incorrect changes to certain f-strings that are valid in Python 3.12 and higher.
Stable style
of Black would incorrectly format the contents of certain unusual f-strings containing
nested strings with the same quote type. Now, Black will crash on such strings until
support for the new f-string syntax is implemented. (#4270)
(#4273)
Performance
characters. This fixes
CVE-2024-21503.
(#4278)
Documentation
--check
is used with--quiet
(#4236)v24.2.0
Compare Source
Stable style
(#4218)
Preview style
hug_parens_with_braces_and_square_brackets
feature to the unstable styledue to an outstanding crash and proposed formatting tweaks (#4198)
expression (#4154)
(#4185)
case
statementif
guards (#4214).Configuration
pyproject.toml
that is missing atool.black
section whendiscovering project root and configuration. Since Black continues to use version
control as an indicator of project root, this is expected to primarily change behavior
for users in a monorepo setup (desirably). If you wish to preserve previous behavior,
simply add an empty
[tool.black]
to the previously discoveredpyproject.toml
(#4204)
Output
SyntaxWarning
s orDeprecationWarning
s produced by theast
module when performing equivalence checks (#4189)
Integrations
v24.1.1
Compare Source
Bugfix release to fix a bug that made Black unusable on certain file systems with strict
limits on path length.
Preview style
Configuration
do not support long paths (#4176)
v24.1.0
Compare Source
Highlights
This release introduces the new 2024 stable style (#4106), stabilizing the following
changes:
if
-else
expressions (#2278)...
are formatted morecompactly (#3796)
(#3368)
with
statement(#3489)
entry (#3393)
--skip-magic-trailing-comma
or-C
, trailing commas are stripped fromsubscript expressions with more than 1 element (#3209)
# fmt: skip
with other comments (#3959)There are already a few improvements in the
--preview
style, which are slated for the2025 stable style. Try them out and
share your feedback. In the past, the preview
style has included some features that we were not able to stabilize. This year, we're
adding a separate
--unstable
style for features with known problems. Now, the--preview
style only includes features that we actually expect to make it into nextyear's stable style.
Stable style
Several bug fixes were made in features that are moved to the stable style in this
release:
unlike other binary operators (#4109)
blocks, except immediately before a docstring (#4130)
Preview style
--unstable
style, covering preview features that have known problems that wouldblock them from going into the stable style. Also add the
--enable-unstable-feature
flag; for example, use
--enable-unstable-feature hug_parens_with_braces_and_square_brackets
to apply thispreview feature throughout 2024, even if a later Black release downgrades the feature
to unstable (#4096)
# fmt: skip
comments (#4146)Configuration
pyproject.toml
contains an invalid key (#4165)--experimental-string-processing
flag. This feature cancurrently be enabled with
--preview --enable-unstable-feature string_processing
.(#4096)
Integrations
(#3940) for better compatibility with older versions of pre-commit (#4137)
v23.12.1
Compare Source
Packaging
d
extra by default (#4108)v23.12.0
Compare Source
Highlights
It's almost 2024, which means it's time for a new edition of Black's stable style!
Together with this release, we'll put out an alpha release 24.1a1 showcasing the draft
2024 stable style, which we'll finalize in the January release. Please try it out and
share your feedback.
This release (23.12.0) will still produce the 2023 style. Most but not all of the
changes in
--preview
mode will be in the 2024 stable style.Stable style
# fmt: off
automatically dedents when used with the--line-ranges
option, even when it is not within the specified line range. (#4084)
Preview style
indented less (#4012)
docstring (#4060)
--line-length
(#4086)functions or class definitions (#4066) (#4103)
Configuration
--line-ranges
now skips Black's internal stability check in--safe
mode. Thisavoids a crash on rare inputs that have many unformatted same-content lines. (#4034)
Packaging
Integrations
pycqa/flake8 (flake8)
v7.1.1
Compare Source
v7.1.0
Compare Source
v7.0.0
Compare Source
openai/openai-python (openai)
v1.58.1
Compare Source
Full Changelog: v1.58.0...v1.58.1
Documentation
v1.58.0
Compare Source
Full Changelog: v1.57.4...v1.58.0
Features
Bug Fixes
include
query param (9a4c69c)Chores
Documentation
v1.57.4
Compare Source
Full Changelog: v1.57.3...v1.57.4
Chores
v1.57.3
Compare Source
Full Changelog: v1.57.2...v1.57.3
Chores
v1.57.2
Compare Source
Full Changelog: v1.57.1...v1.57.2
Bug Fixes
azure_endpoint
(#1935) (69b73c5)Documentation
v1.57.1
Compare Source
Full Changelog: v1.57.0...v1.57.1
Chores
v1.57.0
Compare Source
Full Changelog: v1.56.2...v1.57.0
Features
Chores
v1.56.2
Compare Source
Full Changelog: v1.56.1...v1.56.2
Chores
Omit
type public (#1919) (4fb8a1c)v1.56.1
Compare Source
Full Changelog: v1.56.0...v1.56.1
Bug Fixes
Chores
v1.56.0
Compare Source
Full Changelog: v1.55.3...v1.56.0
Features
v1.55.3
Compare Source
Full Changelog: v1.55.2...v1.55.3
Bug Fixes
v1.55.2
Compare Source
Full Changelog: v1.55.1...v1.55.2
Chores
Documentation
v1.55.1
Compare Source
Full Changelog: v1.55.0...v1.55.1
Bug Fixes
Chores
cached-property
dep (#1867) (df5fac1)cached-property
dep (#1891) (feebaae)Documentation
v1.55.0
Compare Source
Full Changelog: v1.54.5...v1.55.0
Features
v1.54.5
Compare Source
Full Changelog: v1.54.4...v1.54.5
Bug Fixes
Chores
v1.54.4
Compare Source
Full Changelog: v1.54.3...v1.54.4
Bug Fixes
Documentation
v1.54.3
Compare Source
Full Changelog: v1.54.2...v1.54.3
Bug Fixes
v1.54.2
Compare Source
Full Changelog: v1.54.1...v1.54.2
Chores
v1.54.1
Compare Source
Full Changelog: v1.54.0...v1.54.1
Bug Fixes
v1.54.0
Compare Source
Full Changelog: v1.53.1...v1.54.0
Features
v1.53.1
Compare Source
Full Changelog: v1.53.0...v1.53.1
Bug Fixes
Chores
v1.53.0
Compare Source
Full Changelog: v1.52.2...v1.53.0
Features
Chores
v1.52.2
Compare Source
Full Changelog: v1.52.1...v1.52.2
Chores
v1.52.1
Compare Source
Full Changelog: v1.52.0...v1.52.1
Bug Fixes
Chores
v1.52.0
Compare Source
Full Changelog: v1.51.2...v1.52.0
Features
v1.51.2
Compare Source
Full Changelog: v1.51.1...v1.51.2
Chores
v1.51.1
Compare Source
Full Changelog: v1.51.0...v1.51.1
Bug Fixes
Chores
Documentation
v1.51.0
Compare Source
Full Changelog: v1.50.2...v1.51.0
Features
Chores
Documentation
v1.50.2
Compare Source
Full Changelog: v1.50.1...v1.50.2
Bug Fixes
v1.50.1
Compare Source
Full Changelog: v1.50.0...v1.50.1
Documentation
v1.50.0
Compare Source
Full Changelog: v1.49.0...v1.50.0
Features
Chores
v1.49.0
Compare Source
Full Changelog: v1.48.0...v1.49.0
Features
Chores
v1.48.0
Compare Source
Full Changelog: v1.47.1...v1.48.0
Features
Bug Fixes
Chores
typing_extensions.overload
instead oftyping
(#1740) (2522bd5)v1.47.1
Compare Source
Full Changelog: v1.47.0...v1.47.1
Bug Fixes
v1.47.0
Compare Source
Full Changelog: v1.46.1...v1.47.0
Features
Chores
v1.46.1
Compare Source
Full Changelog: v1.46.0...v1.46.1
Bug Fixes
Chores
v1.46.0
Compare Source
Full Changelog: v1.45.1...v1.46.0
Features
Documentation
v1.45.1
Compare Source
Full Changelog: v1.45.0...v1.45.1
Chores
Documentation
v1.45.0
Compare Source
Full Changelog: v1.44.1...v1.45.0
Features
Bug Fixes
v1.44.1
Compare Source
Full Changelog: [v1.44.0...v1.44.1](https://redirect.github.com/openai/openai-python/compar
Configuration
📅 Schedule: Branch creation - "before 5am on monday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.