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(deps): update python docker tag to v3.12 #6769

Merged
merged 8 commits into from
Nov 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
python final minor 3.11-slim -> 3.12-slim

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from waghanza as a code owner October 3, 2023 06:54
@waghanza waghanza requested a review from ahopkins October 3, 2023 07:10
@renovate renovate bot force-pushed the renovate/python-3.x branch 2 times, most recently from e2c03b1 to a22a8ea Compare October 7, 2023 08:32
@renovate renovate bot force-pushed the renovate/python-3.x branch from 6893c0f to 09402f8 Compare October 14, 2023 06:15
@waghanza waghanza force-pushed the renovate/python-3.x branch from 09402f8 to 78cfba0 Compare October 16, 2023 07:40
@waghanza
Copy link
Collaborator

cc @gi0baro @Ethosa @raphaelauv @greed2411 @josephmancuso @ahopkins

I try to add rust toolchain for emett @gi0baro, but I have a

      error[E0635]: unknown feature `proc_macro_span_shrink`

while compile emmett-crypto

@gi0baro
Copy link
Contributor

gi0baro commented Oct 17, 2023

@waghanza I'm still updating emmett's dependencies to support 3.12
Should be able to push a new version later this week

@gi0baro
Copy link
Contributor

gi0baro commented Oct 18, 2023

@waghanza emmett 2.5.6 should work on Python 3.12

@renovate renovate bot force-pushed the renovate/python-3.x branch from 78cfba0 to 4a3c600 Compare October 18, 2023 13:29
@waghanza
Copy link
Collaborator

@JacobCoffee I think you introduce 3.12 support in litestar.

@Goldziher I think this should be followed by a new release

@renovate renovate bot force-pushed the renovate/python-3.x branch from 4a3c600 to f0f1b13 Compare October 22, 2023 18:21
@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@waghanza waghanza force-pushed the renovate/python-3.x branch from 7e4f983 to afd6296 Compare November 6, 2023 17:40
@waghanza waghanza force-pushed the renovate/python-3.x branch from afd6296 to 5ddd2a1 Compare November 13, 2023 17:22
@waghanza
Copy link
Collaborator

@gi0baro I need to use 3.11 for emmett due to python-pendulum/pendulum#696

@waghanza
Copy link
Collaborator

@Ethosa same ;-) I need to dowgrade on python 3.11

@waghanza
Copy link
Collaborator

@josephmancuso also need pendulum upgrade for 3.12

@waghanza
Copy link
Collaborator

@mattbennett I have some errors when using python3.12 with nameko

  File "/usr/local/bin/nameko", line 8, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/local/lib/python3.12/site-packages/nameko/cli/main.py", line 143, in main
    args.main(args, *unknown_args)
  File "/usr/local/lib/python3.12/site-packages/nameko/cli/commands.py", line 109, in main
    import eventlet
  File "/usr/local/lib/python3.12/site-packages/eventlet/__init__.py", line 17, in <module>
    from eventlet import convenience
  File "/usr/local/lib/python3.12/site-packages/eventlet/convenience.py", line 7, in <module>
    from eventlet.green import socket
  File "/usr/local/lib/python3.12/site-packages/eventlet/green/socket.py", line 21, in <module>
    from eventlet.support import greendns
  File "/usr/local/lib/python3.12/site-packages/eventlet/support/greendns.py", line 45, in <module>
    from eventlet.green import ssl
  File "/usr/local/lib/python3.12/site-packages/eventlet/green/ssl.py", line 25, in <module>
    _original_wrap_socket = __ssl.wrap_socket
                            ^^^^^^^^^^^^^^^^^
AttributeError: module 'ssl' has no attribute 'wrap_socket'

@waghanza waghanza merged commit 8fba4ad into master Nov 14, 2023
31 of 32 checks passed
@waghanza waghanza deleted the renovate/python-3.x branch November 14, 2023 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants