GAM-team / GAM-team/got-your-back
Warning "datetime adapter is deprecated as of Python 3.12"
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 245
- PR merge metrics
- No merged PRs in 30d
Description
Running 1.74 inside official python Docker container.
`gyb/source/gyb.py:1793: DeprecationWarning: The default datetime adapter is deprecated as of Python 3.12; see the sqlite3 documentation for suggested replacement recipes
sqlcur.execute("""`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in gyb/source/gyb.py at line 1793, where the sqlite cursor executes the query and Python 3.12 emits the datetime adapter deprecation warning. Inspect the surrounding database handling and confirm the warning is reproducible in the official Python Docker container. Done means the operation preserves its current behavior without this deprecation warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, databases
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100