Metadata-Version: 2.1
Name: galaxy-web-apps
Version: 23.0.6
Summary: Galaxy web apps
Home-page: https://github.com/galaxyproject/galaxy
Author: Galaxy Project and Community
Author-email: galaxy-committers@lists.galaxyproject.org
License: AFL
Keywords: Galaxy
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Academic Free License (AFL)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: galaxy-app
Requires-Dist: galaxy-data
Requires-Dist: galaxy-job-execution
Requires-Dist: galaxy-tool-util
Requires-Dist: galaxy-util
Requires-Dist: galaxy-web-framework
Requires-Dist: a2wsgi
Requires-Dist: apispec
Requires-Dist: Babel
Requires-Dist: Cheetah3
Requires-Dist: fastapi !=0.69.0,!=0.70.0,!=0.70.1,<0.99,>=0.68.2
Requires-Dist: fastapi-utils
Requires-Dist: gunicorn
Requires-Dist: gxformat2
Requires-Dist: importlib-resources
Requires-Dist: Mako
Requires-Dist: MarkupSafe
Requires-Dist: mercurial
Requires-Dist: Paste
Requires-Dist: pydantic <2
Requires-Dist: PyJWT
Requires-Dist: python-dateutil
Requires-Dist: python-multipart
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: Routes
Requires-Dist: SQLAlchemy <2,>=1.4.25
Requires-Dist: sqlalchemy-migrate
Requires-Dist: starlette
Requires-Dist: starlette-context
Requires-Dist: tuswsgi
Requires-Dist: typing-extensions
Requires-Dist: uvicorn
Requires-Dist: uvloop
Requires-Dist: WebOb
Requires-Dist: Whoosh


.. image:: https://badge.fury.io/py/galaxy-web-apps.svg
   :target: https://pypi.python.org/pypi/galaxy-web-apps/


Overview
--------

The Galaxy_ web apps (Galaxy, Reports, Tool Shed).

* Code: https://github.com/galaxyproject/galaxy

.. _Galaxy: http://galaxyproject.org/

History
-------

.. to_doc

-------------------
23.0.6 (2023-10-23)
-------------------


=========
Bug fixes
=========

* Fix incorrect ASGI request host by `@davelopez <https://github.com/davelopez>`_ in `#16574 <https://github.com/galaxyproject/galaxy/pull/16574>`_
* Allow the legacy DELETE dataset endpoint to accept any string for the history_id by `@assuntad23 <https://github.com/assuntad23>`_ in `#16593 <https://github.com/galaxyproject/galaxy/pull/16593>`_

-------------------
23.0.5 (2023-07-29)
-------------------


=========
Bug fixes
=========

* Fix active step display in workflow editor side panel by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16364 <https://github.com/galaxyproject/galaxy/pull/16364>`_

-------------------
23.0.4 (2023-06-30)
-------------------


=========
Bug fixes
=========

* 
* Fix folder access for anonymous user by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16330 <https://github.com/galaxyproject/galaxy/pull/16330>`_

-------------------
23.0.3 (2023-06-26)
-------------------


=========
Bug fixes
=========

* 
* 
* Fix converting Enum value to str for Python 3.11 by `@nsoranzo <https://github.com/nsoranzo>`_ in `#16284 <https://github.com/galaxyproject/galaxy/pull/16284>`_

============
Enhancements
============

* When importing tool data bundles, use the first loc file for the matching table by `@natefoo <https://github.com/natefoo>`_ in `#16247 <https://github.com/galaxyproject/galaxy/pull/16247>`_

-------------------
23.0.2 (2023-06-13)
-------------------

No recorded changes since last release

-------------------
23.0.1 (2023-06-08)
-------------------


=========
Bug fixes
=========

* 
* 
* 
* Display DCE in job parameter component, allow rerunning with DCE input by `@mvdbeek <https://github.com/mvdbeek>`_ in `#15744 <https://github.com/galaxyproject/galaxy/pull/15744>`_
* Various fixes to path prefix handling by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16033 <https://github.com/galaxyproject/galaxy/pull/16033>`_
* Fix dataype_change not updating HDCA update_time by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16099 <https://github.com/galaxyproject/galaxy/pull/16099>`_
* Ignore invalid query params in display_by_username_and_slug by `@mvdbeek <https://github.com/mvdbeek>`_ in `#16117 <https://github.com/galaxyproject/galaxy/pull/16117>`_

-------------------
20.5.0 (2020-07-04)
-------------------

* First release from the 20.05 branch of Galaxy.
