Skip to content

Commit d52c46e

Browse files
committed
build: update pyproject for ipython and ipython-suggestions
Generated-by: aiautocommit
1 parent d1b336b commit d52c46e

File tree

2 files changed

+42
-45
lines changed

2 files changed

+42
-45
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ debugging-extras = [
5151
"httpdbg>=0.31.1",
5252
"icecream>=2.1.4",
5353
"ipdb>=0.13.13",
54-
"ipython>=9.1.0.dev0",
5554
"ipython-autoimport",
5655
"ipython-ctrlr-fzf>=0.2.1",
5756
"ipython-suggestions>=1.0.0",
@@ -173,12 +172,14 @@ asyncio_default_fixture_loop_scope = "session"
173172

174173
[tool.uv.sources]
175174
j2lint = { git = "https://github.com/aristanetworks/j2lint.git" }
176-
ipython = { git = "https://github.com/iloveitaly/ipython", rev = "autoreload-fix" }
177175
ipdb = { git = "https://github.com/iloveitaly/ipdb", rev = "support-executables" }
178-
ipython-suggestions = { path = "pypi/ipython-suggestions", editable = true }
179176
# https://github.com/akhundMurad/typeid-python/pull/17
180177
typeid-python = { git = "https://github.com/saltmade/typeid-python", rev = "saltmade/subclass-error" }
181178

179+
[tool.uv.sources.ipython-suggestions]
180+
git = "https://github.com/iloveitaly/ipython-suggestions.git"
181+
rev = "ipython-9.x"
182+
182183
[tool.uv.sources.activemodel]
183184
git = "https://github.com/iloveitaly/activemodel.git"
184185

uv.lock

Lines changed: 38 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)