Skip to content

Commit

Permalink
feat: upgrade psycopg2 from 2.9.9 to 2.9.10 (Python 3.13 compatibilit…
Browse files Browse the repository at this point in the history
…y) (#1990)
  • Loading branch information
thebaptiste authored Nov 17, 2024
1 parent 51a7513 commit 7eae329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
| [psutil](https://github.com/giampaolo/psutil) | 5.9.8 | python3 |
| [psycopg-c](https://psycopg.org/psycopg3/) | 3.1.20 | python3_scientific_core |
| [psycopg](https://psycopg.org/psycopg3/) | 3.1.20 | python3_scientific_core |
| [psycopg2](https://psycopg.org/) | 2.9.9 | python3_scientific_core |
| [psycopg2](https://psycopg.org/) | 2.9.10 | python3_scientific_core |
| [ptyprocess](https://github.com/pexpect/ptyprocess) | 0.7.0 | python3 |
| [pure_eval](http://github.com/alexmojaki/pure_eval) | 0.2.2 | python3 |
| [py-spy](https://github.com/benfred/py-spy) | 0.3.14 | python3_devtools |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astral==3.2
psycopg2==2.9.9
psycopg2==2.9.10
psycopg==3.1.20
psycopg-c==3.1.20

0 comments on commit 7eae329

Please sign in to comment.